| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
53 (0.211s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: help in distribution of a task with hadoop - Hadoop - [mail # user]
|
|
...Hi Bertrand -libjars option works well with the 'hadoop jar' command. Instead of executing your runnable with the plain java 'jar' command use 'hadoop jar' . When you use hadoop jar yo...
|
|
|
Author: Bejoy Ks,
2012-08-13, 18:29
|
|
|
Re: Problem with hadoop filesystem after restart cluster - Hadoop - [mail # user]
|
|
...Hi Andy Is your hadoop.tmp.dir or dfs.name.dir configured to /tmp? If so it can happen as /tmp dir gets wiped out on OS restarts Regards Bejoy KS ...
|
|
|
Author: Bejoy Ks,
2012-08-08, 11:27
|
|
|
Re: java.io.IOException: Type mismatch in key from map: expected org.apache.hadoop.io.LongWritable, recieved org.apache.hadoop.io.Text - Hadoop - [mail # user]
|
|
...Hi Harit You need to set the Key Type as well. If you are using different Data Type for Key and Values in your map output with respect to reduce output then you need to specify both. &...
|
|
|
Author: Bejoy Ks,
2012-08-02, 23:07
|
|
|
Re: No Support for setting MapFileOutputFormat in newer API - Hadoop - [mail # user]
|
|
...HI Abhinav MapFileOutputFormat is currently not available for the new mapreduce API in hadoop 1.x . However a jira is in place to accommodate it in the future releases. https://i...
|
|
|
Author: Bejoy Ks,
2012-07-27, 12:29
|
|
|
Re: Hadoop 1.0.3 start-daemon.sh doesn't start all the expected daemons - Hadoop - [mail # user]
|
|
...Hi Dinesh Try using $HADOOP_HOME/bin/start-all.sh . It starts all the hadoop daemons including TT and DN. Regards Bejoy KS...
|
|
|
Author: Bejoy Ks,
2012-07-27, 12:16
|
|
|
Re: Unexpected end of input stream (GZ) - Hadoop - [mail # user]
|
|
...Hi Oleg which was the file split processed by that task. The split information is available under the status column for each task. The file split information is not available on ...
|
|
|
Author: Bejoy Ks,
2012-07-24, 10:10
|
|
|
Re: Error using MultipleInputs - Hadoop - [mail # user]
|
|
...Hi Sanchita Try your code after commenting the following Line of code, //conf.setInputFormat(TextInputFormat.class); AFAIK This explicitly sets the input format as TextInpu...
|
|
|
Author: Bejoy Ks,
2012-07-05, 12:08
|
|
|
Re: how to fine tuning my map reduce job that is generating a lot of intermediate key-value pairs (a lot of I/O operations) - Hadoop - [mail # user]
|
|
...Jane, From my first look, properties that can help you could be - Increase io sort factor to 100 - Increase io.sort.mb to 512Mb - increase map task heap size to 2G...
|
|
|
Author: Bejoy Ks,
2012-04-03, 11:48
|
|
|
Re: 0 tasktrackers in jobtracker but all datanodes present - Hadoop - [mail # user]
|
|
...Gaurav NN memory might have hit its upper bound. As a bench mark, for every 1 million files/blocks/directories 1GB of memory is required on the NN. The number of f...
|
|
|
Author: Bejoy Ks,
2012-04-02, 08:25
|
|
|
Re: tasktracker/jobtracker.. expectation.. - Hadoop - [mail # user]
|
|
...Hi Patai JobTracker automatically handles this situation by attempting the task on different nodes.Could you verify the number of attempts that these failed tasks made. W...
|
|
|
Author: Bejoy Ks,
2012-03-22, 18:18
|
|
|
|