<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MapReduce job is failing... in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260491#M41599</link>
    <description>yes data is owned by hdfs... looking for log on hdfs. Will post it if I've any questions regarding it. &lt;BR /&gt;Thanks,&lt;BR /&gt;Nishad Joshi</description>
    <pubDate>Mon, 17 Jun 2013 17:59:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-17T17:59:22Z</dc:date>
    <item>
      <title>MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260489#M41597</link>
      <description>&lt;P&gt;ok, finally I was able to design MapReduce job and was also able to get configuration right to run it on hadoop. But for some reason, the job is failing for some reason. &lt;BR /&gt;Job is really simple - I've Invoice file stored on hdfs of size 1.5 GB approx, all I'm trying to do is make a copy of it... &lt;BR /&gt; tHDFSInput ----&amp;gt; tMap ----&amp;gt; tHDFSOutput&lt;BR /&gt;&lt;BR /&gt;Job starts execution and when job is submitted to mapreduce - I get following error - Can someone please help me understand this issue. &lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;Starting job MapRSample01 at 17:18 17/06/2013.&lt;BR /&gt;&lt;BR /&gt;13/06/17 17:18:14 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.&lt;BR /&gt;13/06/17 17:18:15 INFO mapred.FileInputFormat: Total input paths to process : 1&lt;BR /&gt;13/06/17 17:18:15 WARN conf.Configuration: fs.default.name is deprecated. Instead, use fs.defaultFS&lt;BR /&gt;13/06/17 17:18:15 INFO mapred.JobClient: Running job: job_201306171252_0006&lt;BR /&gt;13/06/17 17:18:16 INFO mapred.JobClient: map 0% reduce 0%&lt;BR /&gt;13/06/17 17:18:26 INFO mapred.JobClient: Task Id : attempt_201306171252_0006_m_000000_0, Status : FAILED&lt;BR /&gt;java.lang.RuntimeException: Error in configuring object&lt;BR /&gt; at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:106)&lt;BR /&gt; at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:72)&lt;BR /&gt; at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:130)&lt;BR /&gt; at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:389)&lt;BR /&gt; at org.apache.hadoop.mapred.MapTask.run(MapTask.java:327)&lt;BR /&gt; at org.apache.hadoop.mapred.Child$4.run(Child.java:270)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at javax.security.auth.Subject.doAs(Subject.java:396)&lt;BR /&gt; at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1232)&lt;BR /&gt; at org.apache.hadoop.mapred.Child.main(Child.java:264)&lt;BR /&gt;Caused by: java.lang.reflect.InvocationTargetException&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja&lt;BR /&gt;13/06/17 17:18:26 INFO mapred.JobClient: Task Id : attempt_201306171252_0006_m_000001_0, Status : FAILED&lt;BR /&gt;java.lang.RuntimeException: Error in configuring object&lt;BR /&gt; at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:106)&lt;BR /&gt; at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:72)&lt;BR /&gt; at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:130)&lt;BR /&gt; at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:389)&lt;BR /&gt; at org.apache.hadoop.mapred.MapTask.run(MapTask.java:327)&lt;BR /&gt; at org.apache.hadoop.mapred.Child$4.run(Child.java:270)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at javax.security.auth.Subject.doAs(Subject.java:396)&lt;BR /&gt; at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1232)&lt;BR /&gt; at org.apache.hadoop.mapred.Child.main(Child.java:264)&lt;BR /&gt;Caused by: java.lang.reflect.InvocationTargetException&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja&lt;BR /&gt;13/06/17 17:18:26 INFO mapred.JobClient: Task Id : attempt_201306171252_0006_m_000002_0, Status : FAILED&lt;BR /&gt;13/06/17 17:18:47 INFO mapred.JobClient: Job Counters &lt;BR /&gt;13/06/17 17:18:47 INFO mapred.JobClient: Failed map tasks=1&lt;BR /&gt;13/06/17 17:18:47 INFO mapred.JobClient: Launched map tasks=16&lt;BR /&gt;13/06/17 17:18:47 INFO mapred.JobClient: Data-local map tasks=16&lt;BR /&gt;13/06/17 17:18:47 INFO mapred.JobClient: Total time spent by all maps in occupied slots (ms)=102806&lt;BR /&gt;13/06/17 17:18:47 INFO mapred.JobClient: Total time spent by all reduces in occupied slots (ms)=0&lt;BR /&gt;13/06/17 17:18:47 INFO mapred.JobClient: Total time spent by all maps waiting after reserving slots (ms)=0&lt;BR /&gt;13/06/17 17:18:47 INFO mapred.JobClient: Total time spent by all reduces waiting after reserving slots (ms)=0&lt;BR /&gt;13/06/17 17:18:47 INFO mapred.JobClient: Job Failed: NA&lt;BR /&gt;13/06/17 17:18:47 ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;IMPLE) cause:java.io.IOException: Job failed!&lt;BR /&gt;java.io.IOException: Job failed!&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1323)&lt;BR /&gt; at talenddemosjava.maprsample01_1_0.MapRSample01$1.run(MapRSample01.java:2415)&lt;BR /&gt; at talenddemosjava.maprsample01_1_0.MapRSample01$1.run(MapRSample01.java:1)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at javax.security.auth.Subject.doAs(Subject.java:416)&lt;BR /&gt; at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1332)&lt;BR /&gt; at talenddemosjava.maprsample01_1_0.MapRSample01.tHDFSInput_1Process(MapRSample01.java:2369)&lt;BR /&gt; at talenddemosjava.maprsample01_1_0.MapRSample01.run(MapRSample01.java:2572)&lt;BR /&gt; at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)&lt;BR /&gt; at talenddemosjava.maprsample01_1_0.MapRSample01.runJobInTOS(MapRSample01.java:2494)&lt;BR /&gt; at talenddemosjava.maprsample01_1_0.MapRSample01.main(MapRSample01.java:2465)&lt;BR /&gt;Job MapRSample01 ended at 17:18 17/06/2013. &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260489#M41597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260490#M41598</link>
      <description>Hello,&lt;BR /&gt;Hard to define the cause here. Could you please have a look at the job which fails on the jobtracker, browsing http://HOSTNAME:50030? Maybe you'll find additional logs.&lt;BR /&gt;I see you are executing the job as 'hdfs'. Are the data you are trying to read owned by 'hdfs'?</description>
      <pubDate>Mon, 17 Jun 2013 15:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260490#M41598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-17T15:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260491#M41599</link>
      <description>yes data is owned by hdfs... looking for log on hdfs. Will post it if I've any questions regarding it. &lt;BR /&gt;Thanks,&lt;BR /&gt;Nishad Joshi</description>
      <pubDate>Mon, 17 Jun 2013 17:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260491#M41599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-17T17:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260492#M41600</link>
      <description>Looks like everything is good as far as job setting is concerned - But now I'm getting one error - 
&lt;BR /&gt;Starting job MapRSample02 at 16:58 18/06/2013. 
&lt;BR /&gt; 
&lt;B&gt;&lt;BR /&gt;13/06/18 16:58:27 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.&lt;BR /&gt;13/06/18 16:58:28 INFO mapred.JobClient: Cleaning up the staging area hdfs://CentOS1:8020/user/hdfs/.staging/job_201306171252_0030&lt;BR /&gt;13/06/18 16:58:28 ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;IMPLE) cause&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.apache.hadoop.mapred.InvalidJobConfException: Output directory not set in JobConf.&lt;BR /&gt;13/06/18 16:58:28 ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;IMPLE) cause&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;rg.apache.hadoop.mapred.InvalidJobConfException: Output directory not set in JobConf.&lt;BR /&gt;org.apache.hadoop.mapred.InvalidJobConfException: Output directory not set in JobConf.&lt;BR /&gt; at org.apache.hadoop.mapred.FileOutputFormat.checkOutputSpecs(FileOutputFormat.java:103)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:937)&lt;BR /&gt; at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:896)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at javax.security.auth.Subject.doAs(Subject.java:416)&lt;BR /&gt;&lt;/B&gt; 
&lt;BR /&gt;Can someone please help me understand this problem?</description>
      <pubDate>Tue, 18 Jun 2013 12:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260492#M41600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-18T12:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260493#M41601</link>
      <description>"Output directory not set in JobConf" - is this something I should setup on hadoop cluster?</description>
      <pubDate>Tue, 18 Jun 2013 12:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260493#M41601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-18T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260494#M41602</link>
      <description>No, it deals with the output folder in the tHDFSOutput component. Please be sure it's not empty.</description>
      <pubDate>Tue, 18 Jun 2013 15:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260494#M41602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-18T15:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260495#M41603</link>
      <description>Unlike tHDFSInput, tHDFSOutput component does not have option to mention output file. I've attached screen shot - am I missing something here? 
&lt;BR /&gt;Ideally, if I need to design MapReduce job I should have the ability to mention the output file on hdfs. 
&lt;BR /&gt;detailed explanation on this would really help.... thank you very much for all the help. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAEN.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128771i2448EC74D034C2B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAEN.jpg" alt="0683p000009MAEN.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAIR.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136020i2A878B21A78EC1D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAIR.jpg" alt="0683p000009MAIR.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 19 Jun 2013 18:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260495#M41603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-19T18:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260496#M41604</link>
      <description>Hi,&lt;BR /&gt;can anyone please help me with this? &lt;BR /&gt;Thanks,&lt;BR /&gt;Nishad Joshi.</description>
      <pubDate>Fri, 21 Jun 2013 06:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260496#M41604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-21T06:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260497#M41605</link>
      <description>Hello,&lt;BR /&gt;A MapReduce job is going to generate as much files as there are reducers in your map reduce job. These files are going to be named part-r-00000, part-r-00001, part-r-00002, ... That's why you can't set a file, but a folder, in which the files are going to be written.&lt;BR /&gt;Is it clearer?&lt;BR /&gt;HTH.</description>
      <pubDate>Fri, 21 Jun 2013 16:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260497#M41605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-21T16:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260498#M41606</link>
      <description>Thanks rdubois. Ok, makes sense... then If I've a job which is simply trying to make a copy of existing file... 
&lt;BR /&gt; tHDFSInput ---- tMap ----- tHDFSOutput 
&lt;BR /&gt;The job should create part0001, part0002, .... etc. on output folder. But for some reason the job is failing again and again.... tried all the possible combination with settings. 
&lt;BR /&gt;When I verified log carefully - I found following two errors. 
&lt;BR /&gt; 
&lt;B&gt; 1) Error in configuring object&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt; 2) ERROR security.UserGroupInformation: PriviledgedActionException as:hdfs (auth&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;IMPLE) cause:java.io.IOException: Job failed! &lt;/B&gt; 
&lt;BR /&gt;Is this the actual problem with the job? If you can help me understand the problem with this log(pasted above), it will be a great help.</description>
      <pubDate>Sat, 22 Jun 2013 15:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260498#M41606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-22T15:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260499#M41607</link>
      <description>The error you send is not very meaningful. Let's try to troubleshoot. Does the output folder already exist before you execute the job? If it does, have you selected "Overwrite" in the tHDFSOutput drop down list?&lt;BR /&gt;Has the user which executes the MapReduce job the permissions to write into the output folder on hdfs?</description>
      <pubDate>Mon, 24 Jun 2013 13:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260499#M41607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T13:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260500#M41608</link>
      <description>Does the output folder already exist before you execute the job? &lt;BR /&gt;&lt;B&gt;Yes&lt;/B&gt;&lt;BR /&gt;If it does, have you selected "Overwrite" in the tHDFSOutput drop down list?&lt;BR /&gt;&lt;B&gt;Yes&lt;/B&gt;&lt;BR /&gt;Has the user which executes the MapReduce job the permissions to write into the output folder on hdfs?&lt;BR /&gt;&lt;B&gt;Not sure. I've Talend installed on my Master node (CentOS1) for which "root" is the admin user. When I submit MapReduce job designed on this machine does this mean "The user" is root? coz on Hadoop side - hdfs is the owner&lt;/B&gt;</description>
      <pubDate>Mon, 24 Jun 2013 13:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260500#M41608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T13:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260501#M41609</link>
      <description>If you try to write your result into /user/username/output within HDFS, try a hadoop fs -ls /user/username to know what are the permissions and the owner of this folder. Finally, be sure the user which executes the job has the correct permissions according to what you have seen before.</description>
      <pubDate>Mon, 24 Jun 2013 13:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260501#M41609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T13:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260502#M41610</link>
      <description>This is what I got &lt;BR /&gt;&lt;B&gt;&lt;BR /&gt;bash-4.1$ hadoop fs -ls&lt;BR /&gt;Found 3 items&lt;BR /&gt;drwx------   - hdfs supergroup          0 2013-06-24 18:17 .staging&lt;BR /&gt;drwxr-xr-x   - hdfs supergroup          0 2013-06-24 17:53 oozie-oozi&lt;BR /&gt;drwxr-xr-x   - hdfs supergroup          0 2013-06-24 18:17 output&lt;BR /&gt;&lt;/B&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260502#M41610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260503#M41611</link>
      <description>Which username did you set in your username parameter in the hadoop configuration tab?</description>
      <pubDate>Tue, 25 Jun 2013 08:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260503#M41611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T08:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260504#M41612</link>
      <description>hdfs.. please see the attached screen shot. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAIW.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151641i136F1803EB15534E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAIW.jpg" alt="0683p000009MAIW.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 25 Jun 2013 09:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260504#M41612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260505#M41613</link>
      <description>Hi rdubois, 
&lt;BR /&gt;Just to see if my hadoop configurations are correct, I tried executing WordCount program on it. It executed without any issues.</description>
      <pubDate>Tue, 25 Jun 2013 11:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260505#M41613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T11:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260506#M41614</link>
      <description>ok. Could you please send the whole exception you get?</description>
      <pubDate>Tue, 25 Jun 2013 12:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260506#M41614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T12:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260507#M41615</link>
      <description>Starting job MapRSample01 at 17:23 25/06/2013. 
  &lt;BR /&gt; 
  &lt;BR /&gt;13/06/25 17:23:57 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same. 
  &lt;BR /&gt;13/06/25 17:23:58 INFO mapred.FileInputFormat: Total input paths to process : 1 
  &lt;BR /&gt;13/06/25 17:23:58 WARN conf.Configuration: fs.default.name is deprecated. Instead, use fs.defaultFS 
  &lt;BR /&gt;13/06/25 17:23:58 INFO mapred.JobClient: Running job: job_201306241745_0021 
  &lt;BR /&gt;13/06/25 17:23:59 INFO mapred.JobClient: map 0% reduce 0% 
  &lt;BR /&gt;13/06/25 17:24:09 INFO mapred.JobClient: Task Id : attempt_201306241745_0021_m_000002_0, Status : FAILED 
  &lt;BR /&gt;java.lang.RuntimeException: Error in configuring object 
  &lt;BR /&gt; at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:106) 
  &lt;BR /&gt; at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:72) 
  &lt;BR /&gt; at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:130)  at org.apache
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdCD"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdCD"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Tue, 25 Jun 2013 12:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260507#M41615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: MapReduce job is failing...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260508#M41616</link>
      <description>Ok, now could you please find the log of the failed tasks in your jobtracker?</description>
      <pubDate>Tue, 25 Jun 2013 13:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/MapReduce-job-is-failing/m-p/2260508#M41616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T13:34:38Z</dc:date>
    </item>
  </channel>
</rss>

