<?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: Cannot connect to Hortonworks services in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386482#M5499</link>
    <description>&lt;P&gt;Here are the connection screenshots. I'm using HDP version 2.6.0.3-8. I am first getting the connection properties through Ambari, though I have also manually verified they are correct according to the Talend setup document. I am able to connect to&amp;nbsp;the cluster from my client machine via ssh (and read hdfs) and I am also able to successfully ping all of the ports in the connection settings. I've also added those addresses to my hosts file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First from import wizard to get the connection settings:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ImportWizard.png" style="width: 446px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvSY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145190i3B43164F2E7BD893/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvSY.png" alt="0683p000009LvSY.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Then the connection settings:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ClusterConnection.png" style="width: 496px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lvpf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128775i42EF762AD6EC448A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lvpf.png" alt="0683p000009Lvpf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2017 19:16:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-22T19:16:39Z</dc:date>
    <item>
      <title>Cannot connect to Hortonworks services</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386480#M5497</link>
      <description>&lt;P&gt;Hello, I am experiencing some issues trying to connect Talend on windows to our hortonworks hadoop cluster. The issue comes when I try the&amp;nbsp;"check services" button&amp;nbsp;when setting up a new hadoop cluster connection. For Namenode URI we are getting the following exception:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;org.talend.designer.hdfsbrowse.exceptions.HadoopServerException: org.talend.designer.hdfsbrowse.exceptions.HadoopServerException: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException
	at org.talend.designer.hdfsbrowse.hadoop.service.check.AbstractCheckedServiceProvider.checkService(AbstractCheckedServiceProvider.java:57)
	at org.talend.designer.hdfsbrowse.hadoop.service.HadoopServiceBean.check(HadoopServiceBean.java:102)
	at org.talend.designer.hdfsbrowse.hadoop.service.check.CheckHadoopServicesDialog$5.run(CheckHadoopServicesDialog.java:373)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.talend.designer.hdfsbrowse.exceptions.HadoopServerException: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException
	at org.talend.designer.hdfsbrowse.hadoop.service.check.CheckedWorkUnit.execute(CheckedWorkUnit.java:47)
	at org.talend.designer.hdfsbrowse.hadoop.service.check.AbstractCheckedServiceProvider.checkService(AbstractCheckedServiceProvider.java:54)
	... 5 more
Caused by: java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException
	at java.util.concurrent.FutureTask.report(Unknown Source)
	at java.util.concurrent.FutureTask.get(Unknown Source)
	at org.talend.designer.hdfsbrowse.hadoop.service.check.CheckedWorkUnit.execute(CheckedWorkUnit.java:44)
	... 6 more
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.talend.core.utils.ReflectionUtils.invokeMethod(ReflectionUtils.java:166)
	at org.talend.designer.hdfsbrowse.hadoop.service.check.provider.CheckedNamenodeProvider.check(CheckedNamenodeProvider.java:75)
	at org.talend.designer.hdfsbrowse.hadoop.service.check.AbstractCheckedServiceProvider$1.run(AbstractCheckedServiceProvider.java:49)
	at org.talend.designer.hdfsbrowse.hadoop.service.check.CheckedWorkUnit$1.call(CheckedWorkUnit.java:65)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	... 3 more
Caused by: java.io.IOException: Failed on local exception: java.io.IOException: An existing connection was forcibly closed by the remote host; Host Details : local host is: "AndyH-D/10.13.3.7"; destination host is: "hadoopctrl.dev.local":8020; 
	at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:782)
	at org.apache.hadoop.ipc.Client.getRpcResponse(Client.java:1556)
	at org.apache.hadoop.ipc.Client.call(Client.java:1496)
	at org.apache.hadoop.ipc.Client.call(Client.java:1396)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:233)
	at com.sun.proxy.$Proxy181.getListing(Unknown Source)
	at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getListing(ClientNamenodeProtocolTranslatorPB.java:618)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:278)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:194)
	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:176)
	at com.sun.proxy.$Proxy185.getListing(Unknown Source)
	at org.apache.hadoop.hdfs.DFSClient.listPaths(DFSClient.java:2136)
	at org.apache.hadoop.hdfs.DFSClient.listPaths(DFSClient.java:2119)
	at org.apache.hadoop.hdfs.DistributedFileSystem.listStatusInternal(DistributedFileSystem.java:900)
	at org.apache.hadoop.hdfs.DistributedFileSystem.access$600(DistributedFileSystem.java:113)
	at org.apache.hadoop.hdfs.DistributedFileSystem$21.doCall(DistributedFileSystem.java:966)
	at org.apache.hadoop.hdfs.DistributedFileSystem$21.doCall(DistributedFileSystem.java:962)
	at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
	at org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:962)
	... 12 more
Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host
	at sun.nio.ch.SocketDispatcher.read0(Native Method)
	at sun.nio.ch.SocketDispatcher.read(Unknown Source)
	at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
	at sun.nio.ch.IOUtil.read(Unknown Source)
	at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
	at org.apache.hadoop.net.SocketInputStream$Reader.performIO(SocketInputStream.java:57)
	at org.apache.hadoop.net.SocketIOWithTimeout.doIO(SocketIOWithTimeout.java:142)
	at org.apache.hadoop.net.SocketInputStream.read(SocketInputStream.java:161)
	at org.apache.hadoop.net.SocketInputStream.read(SocketInputStream.java:131)
	at java.io.FilterInputStream.read(Unknown Source)
	at java.io.FilterInputStream.read(Unknown Source)
	at org.apache.hadoop.ipc.Client$Connection$PingInputStream.read(Client.java:554)
	at java.io.BufferedInputStream.fill(Unknown Source)
	at java.io.BufferedInputStream.read(Unknown Source)
	at java.io.DataInputStream.readInt(Unknown Source)
	at org.apache.hadoop.ipc.Client$Connection.receiveRpcResponse(Client.java:1117)
	at org.apache.hadoop.ipc.Client$Connection.run(Client.java:1012)&lt;/PRE&gt; 
&lt;P&gt;The resource manager is simply timing out:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;org.talend.designer.hdfsbrowse.exceptions.HadoopServerException: org.talend.designer.hdfsbrowse.exceptions.HadoopServerException: java.util.concurrent.TimeoutException
	at org.talend.designer.hdfsbrowse.hadoop.service.check.AbstractCheckedServiceProvider.checkService(AbstractCheckedServiceProvider.java:57)
	at org.talend.designer.hdfsbrowse.hadoop.service.HadoopServiceBean.check(HadoopServiceBean.java:102)
	at org.talend.designer.hdfsbrowse.hadoop.service.check.CheckHadoopServicesDialog$5.run(CheckHadoopServicesDialog.java:373)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.talend.designer.hdfsbrowse.exceptions.HadoopServerException: java.util.concurrent.TimeoutException
	at org.talend.designer.hdfsbrowse.hadoop.service.check.CheckedWorkUnit.execute(CheckedWorkUnit.java:47)
	at org.talend.designer.hdfsbrowse.hadoop.service.check.AbstractCheckedServiceProvider.checkService(AbstractCheckedServiceProvider.java:54)
	... 5 more
Caused by: java.util.concurrent.TimeoutException
	at java.util.concurrent.FutureTask.get(Unknown Source)
	at org.talend.designer.hdfsbrowse.hadoop.service.check.CheckedWorkUnit.execute(CheckedWorkUnit.java:44)
	... 6 more&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have set up the connection both manually and by getting connection attributes through Ambari. I am&amp;nbsp;using the "hdfs" user name. Can provide whatever more information is needed for help! Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386480#M5497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to Hortonworks services</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386481#M5498</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please post your cluster connection setting screenshot on forum which will be helpful for us to address your issue? What's hortonworks hadoop cluster version you are using?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Can you&amp;nbsp;connect to your hadoop cluster &amp;amp; read sample hdfs file through client without using talend tool?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 10:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386481#M5498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-22T10:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to Hortonworks services</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386482#M5499</link>
      <description>&lt;P&gt;Here are the connection screenshots. I'm using HDP version 2.6.0.3-8. I am first getting the connection properties through Ambari, though I have also manually verified they are correct according to the Talend setup document. I am able to connect to&amp;nbsp;the cluster from my client machine via ssh (and read hdfs) and I am also able to successfully ping all of the ports in the connection settings. I've also added those addresses to my hosts file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First from import wizard to get the connection settings:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ImportWizard.png" style="width: 446px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvSY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145190i3B43164F2E7BD893/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvSY.png" alt="0683p000009LvSY.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Then the connection settings:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ClusterConnection.png" style="width: 496px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lvpf.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128775i42EF762AD6EC448A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lvpf.png" alt="0683p000009Lvpf.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 19:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386482#M5499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-22T19:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to Hortonworks services</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386483#M5500</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Are you using Talend 6.4? Could you please take a look at online document about:&lt;A title="TalendHelpCenter:Supported Hadoop distribution versions" href="https://help.talend.com/reader/wSyc4InnDo8kxMOG8i4U9A/9ADSEy0cCwkUHB9_ZidoiQ(Supported" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter: Supported Hadoop distribution versions&lt;/A&gt;?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 08:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386483#M5500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-23T08:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to Hortonworks services</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386484#M5501</link>
      <description>&lt;P&gt;Hi, yes we are using Talend 6.4. From the link you sent it seems that HDP 2.6 is not supported by Talend yet. I am also trying to connect from Windows Server 2008 R2 which is not on your list of supported Windows versions. Does this necessarily mean Talend will not work between these two systems?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 14:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386484#M5501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-27T14:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to Hortonworks services</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386485#M5502</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;In the documentation we provide a list of platforms that are supported, in the sense that we do provide an SLA and technical support for them. This doesn't mean other (non-listed) platforms will not work but simply we won't necessarily be equipped to help you with any issue you may face with them.&lt;BR /&gt; &lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 09:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386485#M5502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T09:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to Hortonworks services</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386486#M5503</link>
      <description>&lt;P&gt;Uncheck the "use custom hadoop configuration" checkbox. This is actually a bug that the Support team reproduced as well.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 23:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-Hortonworks-services/m-p/2386486#M5503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T23:18:43Z</dc:date>
    </item>
  </channel>
</rss>

