<?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: HDInsight 3.2 - Unable to connect to HIVE in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239183#M27058</link>
    <description>I have exactly the same problem, but I'm struggling to understand the solution that you provided. Can you please give us some more details? 
&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Wed, 15 Mar 2017 18:19:32 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2017-03-15T18:19:32Z</dc:date>
    <item>
      <title>HDInsight 3.2 - Unable to connect to HIVE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239178#M27053</link>
      <description>I am able to setup HDInsight cluster in Metadata and also pull in HCatalog details with no issue (see attached screenshot), but I am not seeing the context menu options for other Hadoop services for the HDInsight cluster (HIVE, HDFS, etc.).&amp;nbsp; 
&lt;BR /&gt;I tried also to create Hive connection using DBConnection wizard. I selected the HDInsight cluster I had created in the repository and typed in login credentials but it gave me an error that it could not find the Hive driver (see attached screenshot).&amp;nbsp; 
&lt;BR /&gt;One additional note - I spoke with Azure engineer and he mentioned that the JDBC connection string Talend sets by default will not work (which I cannot change, it is grayed out in the DBConnection wizard when I select my HDInsight cluster). He said that on HDInsight that HiveServer2 runs in HTTP mode with SSL enabled, so correct connection string would be something like:&amp;nbsp; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier New"&gt;jdbc:hive2://CLUSTERNAME.azurehdinsight.net:443/default;ssl=true?hive.server2.transport.mode=http;hive.server2.thrift.http.path=/hive2&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;Please let me know if there is some workaround to get this working, Thanks! 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCcE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145914i8065381C02E838F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCcE.png" alt="0683p000009MCcE.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCcX.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151317i65954C7D8EA5E86D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCcX.png" alt="0683p000009MCcX.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239178#M27053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: HDInsight 3.2 - Unable to connect to HIVE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239179#M27054</link>
      <description>Tried running one of the big data sandbox example jobs and just switched out the hive connection details. The connection seems to work fine, but when it hits the tHiveRow component it fails. Here is log output:
&lt;BR /&gt;Starting job Simple_hive_row_input at 15:34 07/12/2015.
&lt;BR /&gt; connecting to socket on port 3537
&lt;BR /&gt; connected
&lt;BR /&gt;2015-12-07 15:34:53|FT0e20|FT0e20|FT0e20|24816|LOCAL_PROJECT|Simple_hive_row_input|_c4o6EK6eEeGlE50lAnwEbA|0.1|Default||begin||
&lt;BR /&gt;The server encountered an unknown failure:&amp;nbsp;
&lt;BR /&gt;The server encountered an unknown failure:&amp;nbsp;
&lt;BR /&gt;The server encountered an unknown failure:&amp;nbsp;
&lt;BR /&gt;The server encountered an unknown failure:&amp;nbsp;
&lt;BR /&gt;The server encountered an unknown failure:&amp;nbsp;
&lt;BR /&gt;null
&lt;BR /&gt;Exception in component tHiveRow_5
&lt;BR /&gt;javax.ws.rs.InternalServerErrorException
&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:525)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient.convertToWebApplicationException(AbstractClient.java:461)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:860)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:831)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:394)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.post(WebClient.java:420)
&lt;BR /&gt;at org.talend.bigdata.launcher.webhcat.QueryJob.callWS(QueryJob.java:56)
&lt;BR /&gt;at local_project.simple_hive_row_input_0_1.Simple_hive_row_input.tHiveRow_5Process(Simple_hive_row_input.java:1744)
&lt;BR /&gt;at local_project.simple_hive_row_input_0_1.Simple_hive_row_input.tHiveConnection_1Process(Simple_hive_row_input.java:1624)
&lt;BR /&gt;at local_project.simple_hive_row_input_0_1.Simple_hive_row_input.tFixedFlowInput_1Process(Simple_hive_row_input.java:1447)
&lt;BR /&gt;at local_project.simple_hive_row_input_0_1.Simple_hive_row_input.tCreateTemporaryFile_1Process(Simple_hive_row_input.java:798)
&lt;BR /&gt;at local_project.simple_hive_row_input_0_1.Simple_hive_row_input.runJobInTOS(Simple_hive_row_input.java:7308)
&lt;BR /&gt;at local_project.simple_hive_row_input_0_1.Simple_hive_row_input.main(Simple_hive_row_input.java:7110)
&lt;BR /&gt;2015-12-07 15:34:56|FT0e20|FT0e20|FT0e20|LOCAL_PROJECT|Simple_hive_row_input|Default|6|Java Exception|tHiveRow_5|javax.ws.rs.InternalServerErrorException:null|1
&lt;BR /&gt;3352 milliseconds
&lt;BR /&gt;2015-12-07 15:34:56|FT0e20|FT0e20|FT0e20|24816|LOCAL_PROJECT|Simple_hive_row_input|_c4o6EK6eEeGlE50lAnwEbA|0.1|Default||end|failure|3352
&lt;BR /&gt; disconnected
&lt;BR /&gt;Job Simple_hive_row_input ended at 15:34 07/12/2015. 
&lt;BR /&gt;Any idea what is going on here???</description>
      <pubDate>Mon, 07 Dec 2015 21:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239179#M27054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-07T21:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: HDInsight 3.2 - Unable to connect to HIVE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239180#M27055</link>
      <description>&lt;FONT color="#1f497d"&gt;Here is the log I’m getting from Talend now; I’m able to connect to Azure Storage but issue is coming with Hive on HDinsight where it shows the Service Unavailable on all 5 tries:&lt;/FONT&gt; 
&lt;FONT color="#1f497d"&gt;&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;I&gt;&lt;FONT color="blue"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Starting job Azure_Storage_Connection_Test at 17:14 07/12/2015.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt; connecting to socket on port 3779&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt; connected&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;2015-12-07 17:14:41|lBXKfc|lBXKfc|lBXKfc|27088|LOCAL_PROJECT|Azure_Storage_Connection_Test|_74A8UJoJEeWnvKwsvbj34A|0.1|Default||begin||&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;siqp container exists: true&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;siqp is current container; current blob is: HdiSamples&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Service Unavailable&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Service Unavailable&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Service Unavailable&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Service Unavailable&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Service Unavailable&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;null&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Exception in component tHiveRow_1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;javax.ws.rs.InternalServerErrorException&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:525)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.jaxrs.client.AbstractClient.convertToWebApplicationException(AbstractClient.java:461)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:860)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:831)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:394)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.jaxrs.client.WebClient.post(WebClient.java:420)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.bigdata.launcher.webhcat.QueryJob.callWS(QueryJob.java:56)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at local_project.azure_storage_connection_test_0_1.Azure_Storage_Connection_Test.tHiveRow_1Process(Azure_Storage_Connection_Test.java:1632)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at local_project.azure_storage_connection_test_0_1.Azure_Storage_Connection_Test.tHiveConnection_2Process(Azure_Storage_Connection_Test.java:1359)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at local_project.azure_storage_connection_test_0_1.Azure_Storage_Connection_Test.tSetProxy_1Process(Azure_Storage_Connection_Test.java:640)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at local_project.azure_storage_connection_test_0_1.Azure_Storage_Connection_Test.runJobInTOS(Azure_Storage_Connection_Test.java:5928)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at local_project.azure_storage_connection_test_0_1.Azure_Storage_Connection_Test.main(Azure_Storage_Connection_Test.java:5778)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;2015-12-07 17:19:02|lBXKfc|lBXKfc|lBXKfc|LOCAL_PROJECT|Azure_Storage_Connection_Test|Default|6|Java Exception|tHiveRow_1|javax.ws.rs.InternalServerErrorException:null|1&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;260880 milliseconds&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;2015-12-07 17:19:02|lBXKfc|lBXKfc|lBXKfc|27088|LOCAL_PROJECT|Azure_Storage_Connection_Test|_74A8UJoJEeWnvKwsvbj34A|0.1|Default||end|failure|260880&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt; disconnected&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/319458/TalendHiveTestConnection.png.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCaO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138787i8DAAC9312D745D6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCaO.png" alt="0683p000009MCaO.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt; 
&lt;I&gt;&lt;FONT color="blue"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Job Azure_Storage_Connection_Test ended at 17:19 07/12/2015. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/I&gt; 
&lt;BR /&gt; 
&lt;B&gt;Attached Job File:&lt;/B&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/319458/Azure_Storage_Connection_Test.zip.zip" target="_blank"&gt;Azure_Storage_Connection_Test.zip.zip&lt;/A&gt;</description>
      <pubDate>Tue, 08 Dec 2015 16:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239180#M27055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-08T16:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: HDInsight 3.2 - Unable to connect to HIVE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239181#M27056</link>
      <description>&lt;B&gt;&lt;FONT color="#1f497d"&gt;Update, I got it working!&lt;/FONT&gt;&lt;/B&gt; 
&lt;FONT color="#1f497d"&gt;&lt;FONT face="Wingdings"&gt;J&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#1f497d"&gt; Sort of lol…but it requires SSH connection to the Azure HDInsight cluster, see details below.&lt;/FONT&gt; 
&lt;FONT color="#1f497d"&gt;&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#1f497d"&gt;So a few notes for whoever reads this:&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#1f497d"&gt;&lt;FONT face="Symbol"&gt;·&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#1f497d"&gt;The default Talend HDInsight 3.2 connector in TOS 6.1 &lt;B&gt;does not work for Hive connections&lt;/B&gt; – I have a hunch this may be because TOS is calling an incorrect connection string. I found this in the auto-generated Java code which I’m guessing may work with a previous version or may work on other HDInsight components (e.g., HCatalog) but does not work for HiveServer2 which would need jdbc:hive2 protocol instead of HTTPS:&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;instance_tHiveConnection_2.setWebhcatEndpoint(&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"https"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"CLUSTERNAME.azurehdinsight.net"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt; + &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;":"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt; + &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"443"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#1f497d"&gt;&lt;FONT face="Symbol"&gt;·&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#1f497d"&gt;To get a connection string that did work, I had to setup a custom connector and as a standalone connection,&amp;nbsp;&lt;/FONT&gt; 
&lt;FONT color="#1f497d"&gt;this is the auto-generated Java code for the connection string below that worked:&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;String url_tHiveConnection_2 = &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"jdbc:hive2://" &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"CLUSTERNAME.azurehdinsight.net"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt; + &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;":"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt; + &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"443"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt; + &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"/" &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;+ &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"default"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;String additionalJdbcSettings_tHiveConnection_2 = &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#2a00ff"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;"ssl=true?hive.server2.transport.mode=http;hive.server2.thrift.http.path=/hive2"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Consolas"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#1f497d"&gt;&lt;FONT face="Symbol"&gt;·&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#1f497d"&gt;This is the really weird part - I had to SSH into the HDInsight cluster to successfully connect using the above JDBC connection string…but I have no idea why? That is a public HTTP endpoint and I was able to connect to that same HiveServer2 from other clients (Squirrel SQL, Visual Studio, etc.) without having to SSH in…so I’m wondering why HDInsight is refusing direct connection from Talend? I've logged a support ticket with Azure to see what they say about that. Anyway, I setup dynamic port forwarding (created a local SOCKS proxy on my laptop, similar to these instructions: ) and was able to have Talend connect to my SSH connection via that SOCKS proxy.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#1f497d"&gt;&lt;FONT face="Symbol"&gt;·&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#1f497d"&gt;Once I had the local SOCKS proxy running on my laptop, was able to run the job and get data back from HIVE (I just ran a simple query in the tHiveInput component: “SELECT * FROM qpodsadm.cst_ncrf_customer LIMIT 200”)&lt;/FONT&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239181#M27056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T17:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: HDInsight 3.2 - Unable to connect to HIVE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239182#M27057</link>
      <description>i 
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;benjaminthatcher&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;BR /&gt;I have exactly the same problem. Could you please detail a little bit your solution? I would really appreciate that 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Pedro Neves</description>
      <pubDate>Wed, 15 Mar 2017 17:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239182#M27057</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-03-15T17:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: HDInsight 3.2 - Unable to connect to HIVE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239183#M27058</link>
      <description>I have exactly the same problem, but I'm struggling to understand the solution that you provided. Can you please give us some more details? 
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 15 Mar 2017 18:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HDInsight-3-2-Unable-to-connect-to-HIVE/m-p/2239183#M27058</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-03-15T18:19:32Z</dc:date>
    </item>
  </channel>
</rss>

