<?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 [resolved] Oozie cannot upload jar files to HDFS. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249731#M34179</link>
    <description>Hi, 
&lt;BR /&gt;I have a job which puts (using thdfsoutput) some data to a remote server hdfs. The job works correctly using the standard "Run" tab. No connection problems. When I run the job using oozie I receive the error: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;The local file can not upload to Hadoop HDFS!&lt;BR /&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;Unable to upload file C:\...\TOS_BD-20161026_1219-V6.3.0\temp\Twitter\lib\hadoop-hdfs-2.7.1.2.4.0.0-169.jar to path/to/hdfs&lt;/B&gt; 
&lt;BR /&gt;What I see in the hdfs directory where the job is being deployed is a bunch of 0-byte jar files... 
&lt;BR /&gt;Any idea of what can be the reason? locally I use jre 1.8, the server OS is running jre 1.7, can this be the problem? 
&lt;BR /&gt;(more info: I can successfully put this jar file to hdfs via Hue.) 
&lt;BR /&gt;Thank you!</description>
    <pubDate>Sat, 16 Nov 2024 10:12:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:12:16Z</dc:date>
    <item>
      <title>[resolved] Oozie cannot upload jar files to HDFS.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249731#M34179</link>
      <description>Hi, 
&lt;BR /&gt;I have a job which puts (using thdfsoutput) some data to a remote server hdfs. The job works correctly using the standard "Run" tab. No connection problems. When I run the job using oozie I receive the error: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;The local file can not upload to Hadoop HDFS!&lt;BR /&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;Unable to upload file C:\...\TOS_BD-20161026_1219-V6.3.0\temp\Twitter\lib\hadoop-hdfs-2.7.1.2.4.0.0-169.jar to path/to/hdfs&lt;/B&gt; 
&lt;BR /&gt;What I see in the hdfs directory where the job is being deployed is a bunch of 0-byte jar files... 
&lt;BR /&gt;Any idea of what can be the reason? locally I use jre 1.8, the server OS is running jre 1.7, can this be the problem? 
&lt;BR /&gt;(more info: I can successfully put this jar file to hdfs via Hue.) 
&lt;BR /&gt;Thank you!</description>
      <pubDate>Sat, 16 Nov 2024 10:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249731#M34179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Oozie cannot upload jar files to HDFS.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249732#M34180</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Big Data Distributions are&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;compatible with Java 1.8 used. Here is the document about:&lt;A href="https://help.talend.com/search/all?query=Java&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Java&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Could you please try to use JDK 1.8 to see if it works?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 16 Dec 2016 06:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249732#M34180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-16T06:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Oozie cannot upload jar files to HDFS.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249733#M34181</link>
      <description>&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/404993/errorlog.txt" target="_blank"&gt;errorlog.txt&lt;/A&gt;
&lt;BR /&gt;Hi Sabrina,
&lt;BR /&gt;thank you very much for the answer. After some pain I resolved the java version and now jdk1.8 are installed in all the nodes. 
&lt;BR /&gt;Unfortunately I continue with the same error when I try to run the job from the oozie view. Any idea? 
&lt;BR /&gt;Something I should have done earlier is to click the "check services" button from the edit cluster metadata prompt. Namenode is OK but Resource Manager fails. Hostnames and ports are coherent with the cluster configuration. Does anyone have an idea of what can be causing this error? I attach the error in txt file. It seems to be this error: , but I kerberos security is not enabled in the cluster and I have not ticked this checkbox mentioned in the link.
&lt;BR /&gt;Please help! Thanks!
&lt;BR /&gt;errorlog.txt</description>
      <pubDate>Fri, 16 Dec 2016 17:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249733#M34181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-16T17:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Oozie cannot upload jar files to HDFS.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249734#M34182</link>
      <description>Hi,
&lt;BR /&gt;Did you use IP address? Could you please show us your job setting screenshots?(blur your sensitive data)
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 19 Dec 2016 08:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249734#M34182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T08:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Oozie cannot upload jar files to HDFS.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249735#M34183</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I resolved the problem. I had a wrong IP address in my hosts file. Thank you for your quick responses.
&lt;BR /&gt;How can I mark this post as resolved?
&lt;BR /&gt;Thanks!!!
&lt;BR /&gt;Pau</description>
      <pubDate>Mon, 19 Dec 2016 09:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249735#M34183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T09:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Oozie cannot upload jar files to HDFS.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249736#M34184</link>
      <description>Hi,&lt;BR /&gt;Great this issue has been fixed. You can c&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;lick the "Set this topic as resolved" link which is right underneath your initial post to mark this topic as resolved.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 20 Dec 2016 03:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Oozie-cannot-upload-jar-files-to-HDFS/m-p/2249736#M34184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-20T03:05:08Z</dc:date>
    </item>
  </channel>
</rss>

