| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
29 (0.18s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: OOM Error Map output copy. - Hadoop - [mail # user]
|
|
...Hi Niranjan, Every thing looks ok as per the info you have given. Can you check in the job.xml file whether these child opts reflecting or any thing else is overwriting this config. ...
|
|
|
Author: Devaraj K,
2011-12-08, 08:10
|
|
|
RE: Multiple Mappers for Multiple Tables - Hadoop - [mail # user]
|
|
...Hi Justin, If it is not feasible for you to do as praveen suggested, here you can go. 1. You can write customized InputFormat which can create different connections for d...
|
|
|
Author: Devaraj K,
2011-12-06, 11:37
|
|
|
RE: execute hadoop job from remote web application - Hadoop - [mail # user]
|
|
...The job submission code can be written this way. // Create a new Job Job job = new Job(new Configuration()); job.setJarByClass(MyJob.class); // Specify various job-specific p...
|
|
|
Author: Devaraj K,
2011-10-18, 11:51
|
|
|
RE: Run hadoop Map/Reduce app from another machine - Hadoop - [mail # user]
|
|
...Hi Oleksiy, No need to copy the jar file and execute the hadoop command remotely to submit job. Hadoop provides JobClient API to submit and monitor the jobs from remote systems/...
|
|
|
Author: Devaraj K,
2011-10-05, 11:11
|
|
|
RE: Welcoming Eric Yang as a Hadoop Committer - Hadoop - [mail # general]
|
|
...Congratulations Eric..! Devaraj K From: Devaraj Das [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 05, 2011 2:21 AM To: [EMAIL PROTECTED] Subject: Welcoming Er...
|
|
|
Author: Devaraj K,
2011-10-05, 04:33
|
|
|
RE: Making Mumak work with capacity scheduler - Hadoop - [mail # user]
|
|
...Hi Arun, I have gone through the logs. Mumak simulator is trying to start the job tracker and job tracking is failing to start because it is not able to create "/jobtrack...
|
|
|
Author: Devaraj K,
2011-09-22, 12:03
|
|
|
RE: Welcoming Harsh J as a Hadoop committer - Hadoop - [mail # general]
|
|
...Congratulations Harsh...!! All the best.. Devaraj K From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Todd Lipcon Sent: Friday, September 16, 2011 12:04 PM To: [EM...
|
|
|
Author: Devaraj K,
2011-09-16, 06:46
|
|
|
RE: Keep output folder despite a failed Job - Hadoop - [mail # user]
|
|
...Send a mail to [EMAIL PROTECTED] from your mail to unsubscribe. http://hadoop.apache.org/common/mailing_lists.html Devaraj K From: Hulme, Jill [mailto:[EMAIL PROTECT...
|
|
|
Author: Devaraj K,
2011-08-10, 04:47
|
|
|
RE: Kill Task Programmatically - Hadoop - [mail # user]
|
|
...Adam, You can use RunningJob.killTask(TaskAttemptID taskId, boolean shouldFail) API to kill the task. Clients can get hold of RunningJob via the JobClient and then...
|
|
|
Author: Devaraj K,
2011-08-04, 04:57
|
|
|
RE: where to find the log info - Hadoop - [mail # user]
|
|
...Daniel, You can find those std out statements in "{LOG Directory}/userlogs/{task attemp id}/stdout" file. Same way you can find std err statements in "{LOG Directory}/userlogs/{t...
|
|
|
Author: Devaraj K,
2011-07-28, 07:02
|
|
|
|