<?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: Problem in connection to HDFS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-connection-to-HDFS/m-p/2282394#M56619</link>
    <description>Hi, 
&lt;BR /&gt;Please take a look at document about 
&lt;A href="https://help.talend.com/search/all?query=Supported+Hadoop+distribution+versions&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&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;upported Hadoop distribution versions&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 23 Dec 2015 07:34:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-23T07:34:45Z</dc:date>
    <item>
      <title>Problem in connection to HDFS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-connection-to-HDFS/m-p/2282393#M56618</link>
      <description>Hello, 
&lt;BR /&gt;I want to transfer the file from the local system folder to HDFS. 
&lt;BR /&gt;Here is the screenshot of the Job I have created. 
&lt;BR /&gt;&amp;nbsp; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/322573/Job.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCjZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148375iCD67F690E925AD37/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCjZ.png" alt="0683p000009MCjZ.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;But when i run my job it gives me this error: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job MovetoHDFS at 06:19 22/12/2015.&lt;BR /&gt; connecting to socket on port 3833&lt;BR /&gt; connected&lt;BR /&gt;: org.apache.hadoop.security.UserGroupInformation - PriviledgedActionException as:hduser cause:java.net.ConnectException: Call to 192.168.76.128/192.168.76.128:50070 failed on connection exception: java.net.ConnectException: Connection refused&lt;BR /&gt;Exception in component tHDFSPut_1&lt;BR /&gt;java.net.ConnectException: Call to 192.168.76.128/192.168.76.128:50070 failed on connection exception: java.net.ConnectException: Connection refused&lt;BR /&gt;	at org.apache.hadoop.ipc.Client.wrapException(Client.java:1095)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client.call(Client.java:1071)&lt;BR /&gt;	at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:225)&lt;BR /&gt;	at com.sun.proxy.$Proxy1.getProtocolVersion(Unknown Source)&lt;BR /&gt;	at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:396)&lt;BR /&gt;	at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:379)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DFSClient.createRPCNamenode(DFSClient.java:119)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DFSClient.&amp;lt;init&amp;gt;(DFSClient.java:238)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DFSClient.&amp;lt;init&amp;gt;(DFSClient.java:203)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:89)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1386)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:66)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1404)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:254)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem$1.run(FileSystem.java:117)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem$1.run(FileSystem.java:115)&lt;BR /&gt;	at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;	at javax.security.auth.Subject.doAs(Subject.java:415)&lt;BR /&gt;	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1083)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:115)&lt;BR /&gt;	at local_project.movetohdfs_0_1.MovetoHDFS.tFileList_1Process(MovetoHDFS.java:574)&lt;BR /&gt;	at local_project.movetohdfs_0_1.MovetoHDFS.tHDFSConnection_1Process(MovetoHDFS.java:376)&lt;BR /&gt;	at local_project.movetohdfs_0_1.MovetoHDFS.runJobInTOS(MovetoHDFS.java:979)&lt;BR /&gt;	at local_project.movetohdfs_0_1.MovetoHDFS.main(MovetoHDFS.java:836)&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused&lt;BR /&gt;	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)&lt;BR /&gt;	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)&lt;BR /&gt;	at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)&lt;BR /&gt;	at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:656)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:434)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:560)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client$Connection.access$2000(Client.java:184)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client.getConnection(Client.java:1202)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client.call(Client.java:1046)&lt;BR /&gt;	... 22 more&lt;BR /&gt; disconnected&lt;BR /&gt;Job MovetoHDFS ended at 06:20 22/12/2015. &lt;/PRE&gt; 
&lt;BR /&gt;I dont access HDFS directly using the user which I have logged in on VM. 
&lt;BR /&gt;I access HDFS using a new user "hduser". 
&lt;BR /&gt;I am using Talend Big Data Version 6.1 and my Apache Hadoop version is 2.6.0 . 
&lt;BR /&gt;So what should be the setting of the component tHDFSConnection??? 
&lt;BR /&gt;Plz Help..</description>
      <pubDate>Sat, 16 Nov 2024 10:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-connection-to-HDFS/m-p/2282393#M56618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in connection to HDFS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-connection-to-HDFS/m-p/2282394#M56619</link>
      <description>Hi, 
&lt;BR /&gt;Please take a look at document about 
&lt;A href="https://help.talend.com/search/all?query=Supported+Hadoop+distribution+versions&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&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;upported Hadoop distribution versions&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 23 Dec 2015 07:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-connection-to-HDFS/m-p/2282394#M56619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-23T07:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in connection to HDFS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-in-connection-to-HDFS/m-p/2282395#M56620</link>
      <description>Hii, 
&lt;BR /&gt;Thank you for the reply. 
&lt;BR /&gt;I guess the connection error is resolved but there is still error in the tHDFSPut as their was earlier. 
&lt;BR /&gt;The error is as follows: 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job MovetoHDFS at 08:20 23/12/2015.&lt;BR /&gt; connecting to socket on port 4067&lt;BR /&gt; connected&lt;BR /&gt;: org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable&lt;BR /&gt;Exception in component tHDFSPut_1&lt;BR /&gt;java.net.ConnectException: Call From ubuntu/127.0.1.1 to localhost:50070 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  &lt;BR /&gt;	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)&lt;BR /&gt;	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;BR /&gt;	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)&lt;BR /&gt;	at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:791)&lt;BR /&gt;	at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:731)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client.call(Client.java:1472)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client.call(Client.java:1399)&lt;BR /&gt;	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:241)&lt;BR /&gt;	at com.sun.proxy.$Proxy7.mkdirs(Unknown Source)&lt;BR /&gt;	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.mkdirs(ClientNamenodeProtocolTranslatorPB.java:539)&lt;BR /&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;BR /&gt;	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;	at java.lang.reflect.Method.invoke(Method.java:606)&lt;BR /&gt;	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:187)&lt;BR /&gt;	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)&lt;BR /&gt;	at com.sun.proxy.$Proxy8.mkdirs(Unknown Source)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DFSClient.primitiveMkdir(DFSClient.java:2759)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DFSClient.mkdirs(DFSClient.java:2730)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:870)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:866)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DistributedFileSystem.mkdirsInternal(DistributedFileSystem.java:866)&lt;BR /&gt;	at org.apache.hadoop.hdfs.DistributedFileSystem.mkdirs(DistributedFileSystem.java:859)&lt;BR /&gt;	at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:1865)&lt;BR /&gt;	at local_project.movetohdfs_0_1.MovetoHDFS.tFileList_1Process(MovetoHDFS.java:586)&lt;BR /&gt;	at local_project.movetohdfs_0_1.MovetoHDFS.tHDFSConnection_1Process(MovetoHDFS.java:378)&lt;BR /&gt;	at local_project.movetohdfs_0_1.MovetoHDFS.runJobInTOS(MovetoHDFS.java:978)&lt;BR /&gt;	at local_project.movetohdfs_0_1.MovetoHDFS.main(MovetoHDFS.java:835)&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused&lt;BR /&gt;	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)&lt;BR /&gt;	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)&lt;BR /&gt;	at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)&lt;BR /&gt;	at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:530)&lt;BR /&gt;	at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:494)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:607)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:705)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client$Connection.access$2800(Client.java:368)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client.getConnection(Client.java:1521)&lt;BR /&gt;	at org.apache.hadoop.ipc.Client.call(Client.java:1438)&lt;BR /&gt;	... 23 more&lt;BR /&gt; disconnected&lt;BR /&gt;Job MovetoHDFS ended at 08:21 23/12/2015. &lt;/PRE&gt; 
&lt;BR /&gt;How to resolve it??</description>
      <pubDate>Wed, 23 Dec 2015 16:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-in-connection-to-HDFS/m-p/2282395#M56620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-23T16:24:50Z</dc:date>
    </item>
  </channel>
</rss>

