| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
46 (0.159s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Sorting text data - Hadoop - [mail # user]
|
|
...Hi Sangrova Your map method is emitting key values pairs whose type is different than the expected types specified in your driver class. TextInputFormat has LongWritable...
|
|
|
Author: bejoy.hadoop@...,
2012-02-08, 15:33
|
|
|
Re: What's the best practice of loading logs into hdfs while using hive to do log analytic? - Hadoop - [mail # user]
|
|
...Hi Assume your external table location points to an hdfs dir say /ext_tables/table1/ you can write your custom code in flume that would ingest data into sub dir within th...
|
|
|
Author: bejoy.hadoop@...,
2012-02-07, 15:38
|
|
|
Re: What's the best practice of loading logs into hdfs while using hive to do log analytic? - Hadoop - [mail # user]
|
|
...Hi If you are looking at a solution to ingest data into hdfs in real time, ie as soon as it is generated, you need to look into Cloudera Flume. It makes realtime data in...
|
|
|
Author: bejoy.hadoop@...,
2012-02-07, 10:29
|
|
|
Re: Can I write to an compressed file which is located in hdfs? - Hadoop - [mail # user]
|
|
...Hi AFAIK I don't think it is possible to append into a compressed file. If you have files in hdfs on a dir and you need to compress the same (like files for an hour) you ...
|
|
|
Author: bejoy.hadoop@...,
2012-02-07, 07:53
|
|
|
Re: How to Set the Value of hadoop.tmp.dir? - Hadoop - [mail # user]
|
|
...Hi Bing What is yout value for dfs.name.dir and dfs.data.dir ? I believe that is still pointing to /tmp. Better to change it to another location as /tmp gets wiped on ev...
|
|
|
Author: bejoy.hadoop@...,
2012-02-06, 20:47
|
|
|
Re: Can I write to an compressed file which is located in hdfs? - Hadoop - [mail # user]
|
|
...Hi I agree with David on the point, you can achieve step 1 of my previous response with flume. ie load real time inflow of data in compressed format into hdfs. You...
|
|
|
Author: bejoy.hadoop@...,
2012-02-06, 14:23
|
|
|
Re: Can I write to an compressed file which is located in hdfs? - Hadoop - [mail # user]
|
|
...Hi If you have log files enough to become at least one block size in an hour. You can go ahead as - run a scheduled job every hour that compresses the log files for that ...
|
|
|
Author: bejoy.hadoop@...,
2012-02-06, 11:53
|
|
|
Re: has bzip2 compression been deprecated? - Hadoop - [mail # user]
|
|
...Hi Tim When you say in hive a table data is compressed by using LZO or so. It means the file/blocks that contains the records/data are compressed using...
|
|
|
Author: bejoy.hadoop@...,
2012-01-09, 21:22
|
|
|
Re: Matrix multiplication in Hadoop - Hadoop - [mail # user]
|
|
...Hey Mike In mahout one place where matrix multiplication is used is in Collaborative Filtering distributed implementation. The recommendations...
|
|
|
Author: bejoy.hadoop@...,
2011-11-19, 22:17
|
|
|
Re: Input split for a streaming job! - Hadoop - [mail # user]
|
|
...Hi Raj AFAIK 0.21is an unstable release and I fear anyone would recommend that for production. You can play around with the same, a better approach would be patchi...
|
|
|
Author: bejoy.hadoop@...,
2011-11-11, 18:44
|
|
|
|