<?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 HDFSConnection to external hadoop cluster with password in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/HDFSConnection-to-external-hadoop-cluster-with-password/m-p/2228023#M19423</link>
    <description>This seems a very basic thing, but I cannot get it to work, nor find youtubes, webinars, forum posts, ... that seem to cover this.
&lt;BR /&gt;I've got a hadoop cluster running on different systems, and from another PC with Talend Big Data installed I would like to connect to it and do stuff. 
&lt;BR /&gt;I use the HDFSConnection component, and fill in the correct details (and yes, I'm sure of them: I can access via other channels, including website, I've configured core-site.xml myself, ...). The thing is, the user I want to use has a password (evidently), which I can't seem to enter in the HDFSConnection.
&lt;BR /&gt;Do I need to add it to the properties ?
&lt;BR /&gt;Also very strange is that when I run the job (with some other stuff in there, a.o. DHFSPut (using the existing connection)) I do NOT get an error. The job seems to run fine, but no output is put on HDFS, which is normal, because somewhere I should get a authentication error.
&lt;BR /&gt;info:
&lt;BR /&gt;hadoop 1.4.0
&lt;BR /&gt;TOS BD: 5.2.0
&lt;BR /&gt;Any thoughts ?</description>
    <pubDate>Sat, 16 Nov 2024 12:08:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:08:56Z</dc:date>
    <item>
      <title>HDFSConnection to external hadoop cluster with password</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDFSConnection-to-external-hadoop-cluster-with-password/m-p/2228023#M19423</link>
      <description>This seems a very basic thing, but I cannot get it to work, nor find youtubes, webinars, forum posts, ... that seem to cover this.
&lt;BR /&gt;I've got a hadoop cluster running on different systems, and from another PC with Talend Big Data installed I would like to connect to it and do stuff. 
&lt;BR /&gt;I use the HDFSConnection component, and fill in the correct details (and yes, I'm sure of them: I can access via other channels, including website, I've configured core-site.xml myself, ...). The thing is, the user I want to use has a password (evidently), which I can't seem to enter in the HDFSConnection.
&lt;BR /&gt;Do I need to add it to the properties ?
&lt;BR /&gt;Also very strange is that when I run the job (with some other stuff in there, a.o. DHFSPut (using the existing connection)) I do NOT get an error. The job seems to run fine, but no output is put on HDFS, which is normal, because somewhere I should get a authentication error.
&lt;BR /&gt;info:
&lt;BR /&gt;hadoop 1.4.0
&lt;BR /&gt;TOS BD: 5.2.0
&lt;BR /&gt;Any thoughts ?</description>
      <pubDate>Sat, 16 Nov 2024 12:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDFSConnection-to-external-hadoop-cluster-with-password/m-p/2228023#M19423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: HDFSConnection to external hadoop cluster with password</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDFSConnection-to-external-hadoop-cluster-with-password/m-p/2228024#M19424</link>
      <description>Hello,&lt;BR /&gt;First, I have a question.&lt;BR /&gt;The first is: How can you use Hadoop in version 1.4.0 ? As far as I know, this version doesn't exist. Did you maybe mean Hadoop 1.0.4 ?&lt;BR /&gt;Regarding the security, you don't need to add a password property. You just have to put a username. This username will be used as the user ID to work on HDFS (read/write/execute).&lt;BR /&gt;Let me know,&lt;BR /&gt;Rémy.</description>
      <pubDate>Sun, 18 Nov 2012 11:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDFSConnection-to-external-hadoop-cluster-with-password/m-p/2228024#M19424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-18T11:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: HDFSConnection to external hadoop cluster with password</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDFSConnection-to-external-hadoop-cluster-with-password/m-p/2228025#M19425</link>
      <description>Rémy,
&lt;BR /&gt;Yes, you're right, it's hadoop 1.0.4
&lt;BR /&gt;And after a lot of experimenting (I find the help - forum, youtube, tutorials, ... - on this topic extremely limited, but maybe I haven't figured out where to look yet) it turned out that I wasn't configuring my tHDFSPut component correctly.
&lt;BR /&gt;When I find some time, I'll write my experience down in a blog or something to share with others that experience the same problem.
&lt;BR /&gt;Thanks for the help,
&lt;BR /&gt;Carlo</description>
      <pubDate>Fri, 14 Dec 2012 21:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDFSConnection-to-external-hadoop-cluster-with-password/m-p/2228025#M19425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-14T21:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: HDFSConnection to external hadoop cluster with password</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDFSConnection-to-external-hadoop-cluster-with-password/m-p/2228026#M19426</link>
      <description>Hi rdubois,
&lt;BR /&gt;I was wondering about this.... how come none of hadoop components have password requirement??? 
&lt;BR /&gt;
&lt;B&gt;you don't need to add a password property. You just have to put a username. This username will be used as the user ID to work on HDFS (read/write/execute).&lt;/B&gt;
&lt;BR /&gt;Could you please elaborate how come HDFS / Hadoop authenticates the user for Read/Write/Execute operation request coming from Talend?</description>
      <pubDate>Mon, 14 Apr 2014 06:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDFSConnection-to-external-hadoop-cluster-with-password/m-p/2228026#M19426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-14T06:30:39Z</dc:date>
    </item>
  </channel>
</rss>

