<?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>question Re: Hive - Error while cleaning up the server resources, caused by org.apache.thrift.transport.TTransportException: org.apache.http.NoHttpResponseException: abc.com.net:10001 failed to respond in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hive-Error-while-cleaning-up-the-server-resources-caused-by/m-p/168131#M130461</link>
    <description>&lt;P&gt;I would suggest you to delete the tHiveConnection and the tHiveClose, copy them from another job which is working, then give it a try , chck also your context values used by these 2 components.&lt;/P&gt;&lt;P&gt;also can you put a screenshot of your Job ?&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2017 16:55:03 GMT</pubDate>
    <dc:creator>ahallam</dc:creator>
    <dc:date>2017-02-10T16:55:03Z</dc:date>
    <item>
      <title>Hive - Error while cleaning up the server resources, caused by org.apache.thrift.transport.TTransportException: org.apache.http.NoHttpResponseException: abc.com.net:10001 failed to respond</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Error-while-cleaning-up-the-server-resources-caused-by/m-p/168130#M130460</link>
      <description>&lt;P&gt;
	One of my talend package is failing when it tries to close the hive connection.&lt;/P&gt;&lt;P&gt;
	Here is the log snapshot:&lt;/P&gt;&lt;PRE&gt;[FATAL]: alpha.talendPackage - tHiveClose_1 Error while cleaning up the server resources
Exception in component tHiveClose_1
java.sql.SQLException: Error while cleaning up the server resources
	at org.apache.hive.jdbc.HiveConnection.close(HiveConnection.java:729)
	at alpha.talendPackage.tHiveClose_1Process(TalendPackage.java:3274)
	at alpha.talendPackage$1tRunJob_1Thread.run(TalendPackage.java:2983)
	at routines.system.ThreadPoolWorker.runIt(TalendThreadPool.java:159)
	at routines.system.ThreadPoolWorker.runWork(TalendThreadPool.java:150)
	at routines.system.ThreadPoolWorker.access$0(TalendThreadPool.java:145)
	at routines.system.ThreadPoolWorker$1.run(TalendThreadPool.java:122)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.thrift.transport.TTransportException: org.apache.http.NoHttpResponseException: abc.com.net:10001 failed to respond
	at org.apache.thrift.transport.THttpClient.flushUsingHttpClient(THttpClient.java:297)
	at org.apache.thrift.transport.THttpClient.flush(THttpClient.java:313)
	at org.apache.thrift.TServiceClient.sendBase(TServiceClient.java:65)
	at org.apache.hive.service.cli.thrift.TCLIService$Client.send_CloseSession(TCLIService.java:173)
	at org.apache.hive.service.cli.thrift.TCLIService$Client.CloseSession(TCLIService.java:165)
	at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.hive.jdbc.HiveConnection$SynchronizedHandler.invoke(HiveConnection.java:1388)
	at com.sun.proxy.$Proxy9.CloseSession(Unknown Source)
	at org.apache.hive.jdbc.HiveConnection.close(HiveConnection.java:727)
	... 7 more
&lt;/PRE&gt;&lt;P&gt;I verified the connectivity between Talend Server and Hive Server (abc.com.net:10001).&lt;/P&gt;&lt;P&gt;Also verified the connectivity on the cluster via Knox.&lt;/P&gt;&lt;P&gt;What really puzzles me is that it only fails for this particular talend job while the rest of the jobs are working absolutely fine.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:09:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Error-while-cleaning-up-the-server-resources-caused-by/m-p/168130#M130460</guid>
      <dc:creator>dineshc</dc:creator>
      <dc:date>2017-02-09T22:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - Error while cleaning up the server resources, caused by org.apache.thrift.transport.TTransportException: org.apache.http.NoHttpResponseException: abc.com.net:10001 failed to respond</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Error-while-cleaning-up-the-server-resources-caused-by/m-p/168131#M130461</link>
      <description>&lt;P&gt;I would suggest you to delete the tHiveConnection and the tHiveClose, copy them from another job which is working, then give it a try , chck also your context values used by these 2 components.&lt;/P&gt;&lt;P&gt;also can you put a screenshot of your Job ?&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:55:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Error-while-cleaning-up-the-server-resources-caused-by/m-p/168131#M130461</guid>
      <dc:creator>ahallam</dc:creator>
      <dc:date>2017-02-10T16:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - Error while cleaning up the server resources, caused by org.apache.thrift.transport.TTransportException: org.apache.http.NoHttpResponseException: abc.com.net:10001 failed to respond</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Error-while-cleaning-up-the-server-resources-caused-by/m-p/168132#M130462</link>
      <description>&lt;P&gt;Thank you for your guidance.&lt;/P&gt;&lt;P&gt;We found the issue to be with the timeout defined for tHiveClose. Since the job had multiple parallelize joblets, it result in this issue.&lt;/P&gt;&lt;P&gt;Appreciate your effort to help me.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 05:21:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Error-while-cleaning-up-the-server-resources-caused-by/m-p/168132#M130462</guid>
      <dc:creator>dineshc</dc:creator>
      <dc:date>2017-02-22T05:21:26Z</dc:date>
    </item>
  </channel>
</rss>

