<?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 CLI unresponsive in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95210#M8504</link>
    <description>&lt;P&gt;@&lt;A href="http://community.hortonworks.com/users/191/bsaini.html"&gt;bsaini@hortonworks.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would start with queues. Have your configures Yarn Queues to have multiple job? Please check if there are any other jobs. By default, if there is one long job running then Hive CLI wont respond back until the running job finishes. &lt;/P&gt;</description>
    <pubDate>Sat, 10 Oct 2015 19:15:40 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2015-10-10T19:15:40Z</dc:date>
    <item>
      <title>Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95203#M8497</link>
      <description>&lt;P&gt;A prospect is experiencing issue with Hive CLI. I know Hive CLI is not a long term solution and beeline is preferred but I am wondering if beeline, Hive View and other front end tools are working, what could cause Hive CLI to not start - &lt;/P&gt;&lt;PRE&gt;$ hive
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/hdp/2.3.0.0-2557/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/2.3.0.0-2557/spark/lib/spark-assembly-1.3.1.2.3.0.0-2557-hadoop2.7.1.2.3.0.0-2557.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
WARNING: Use "yarn jar" to launch YARN applications.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/hdp/2.3.0.0-2557/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/2.3.0.0-2557/spark/lib/spark-assembly-1.3.1.2.3.0.0-2557-hadoop2.7.1.2.3.0.0-2557.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See &lt;A href="http://www.slf4j.org/codes.html#multiple_bindings" target="_blank"&gt;http://www.slf4j.org/codes.html#multiple_bindings&lt;/A&gt; for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]&lt;/PRE&gt;&lt;P&gt;Logging initialized using configuration in file:/etc/hive/2.3.0.0-2557/0/hive-log4j.properties&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 22:38:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95203#M8497</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2015-10-09T22:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95204#M8498</link>
      <description>&lt;P&gt;Can you try setting the HiveCLI to startup with DEBUG logging?&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;hive -hiveconf hive.log.file=hivecli_debug.log -hiveconf hive.log.dir=/tmp/hivecli -hiveconf hive.root.logger=DEBUG,DRFA&lt;/P&gt;&lt;P&gt;-Darwin&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 22:40:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95204#M8498</guid>
      <dc:creator>dtraver</dc:creator>
      <dc:date>2015-10-09T22:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95205#M8499</link>
      <description>&lt;P&gt;One thing to check is if they are using tez. If they are, it could be possible that they do not have any capacity on their YARN cluster to launch AM. So the Hive CLI waits indefinitely to launch an AM. One thing they can do to alleviate this is to launch hive cli as "hive -hiveconf hive.execution.engine=mr".&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 22:43:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95205#M8499</guid>
      <dc:creator>deepesh1</dc:creator>
      <dc:date>2015-10-09T22:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95206#M8500</link>
      <description>&lt;P&gt;Hey Deepesh, thanks for the answer.. I am wondering why would MR get resources and not Tez? &lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 23:33:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95206#M8500</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2015-10-09T23:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95207#M8501</link>
      <description>&lt;P&gt;Its not that MR gets resources, Tez just pre-allocates resources, it starts a YARN application as soon as you invoke the Hive CLI. In case of MR a YARN application is launched only when its required by the executing query. This is a performance optimization in Hive on Tez saving the user the overhead of launching a AM everytime a new query is run in the same Hive CLI session.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 23:46:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95207#M8501</guid>
      <dc:creator>deepesh1</dc:creator>
      <dc:date>2015-10-09T23:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95208#M8502</link>
      <description>&lt;P&gt;Hint: If you are on HDP 2.2, I have seen similar issue . &lt;/P&gt;&lt;P&gt;The issue arises immediately after a configuration change is set using ambari. Beeline would then connect fine, but the Hive CLI will hang.  This would then appear to the customer as being introduced by ambari .  &lt;/P&gt;&lt;P&gt;Rolling back the change in ambari  fixes the issue, but then setting a new configuration is blocked. &lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 03:39:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95208#M8502</guid>
      <dc:creator>pbalasundaram</dc:creator>
      <dc:date>2015-10-10T03:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95209#M8503</link>
      <description>&lt;P&gt;Can you shed more details on what type of configuration change was applied using Ambari that triggered the hive cli hang?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 04:09:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95209#M8503</guid>
      <dc:creator>deepesh1</dc:creator>
      <dc:date>2015-10-10T04:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95210#M8504</link>
      <description>&lt;P&gt;@&lt;A href="http://community.hortonworks.com/users/191/bsaini.html"&gt;bsaini@hortonworks.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would start with queues. Have your configures Yarn Queues to have multiple job? Please check if there are any other jobs. By default, if there is one long job running then Hive CLI wont respond back until the running job finishes. &lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 19:15:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95210#M8504</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-10-10T19:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95211#M8505</link>
      <description>&lt;P&gt;I am new to hadoop . I have the same issue .Can anyone help me .&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 01:36:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95211#M8505</guid>
      <dc:creator>pratapkumar_nan</dc:creator>
      <dc:date>2016-03-08T01:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95212#M8506</link>
      <description>&lt;P&gt;In our case this was caused by the queues being stopped in yarn due to an upgrade. We changed the queues from STOPPED to RUNNING in &lt;EM&gt;capacity-scheduler.xml&lt;/EM&gt; then restarted yarn and the problem was fixed.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 03:07:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95212#M8506</guid>
      <dc:creator>demarkle</dc:creator>
      <dc:date>2016-06-22T03:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95213#M8507</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/222/deepesh.html" nodeid="222"&gt;@Deepesh&lt;/A&gt; If i still want to use Tez as my hive execution engine, what do i need to do? I am running a sqoop job (with Oozie) to move data from oracle into hive. As advised above, i changed to MR and it worked but our hive execution engine of choice is Tez. My Tez container size is 1GB. What changes need to be made for Tez to be able to launch AM for the sqoop process? &lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 12:07:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95213#M8507</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2016-10-21T12:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95214#M8508</link>
      <description>&lt;P&gt;This was resolved by reducing the reduced amount of memory to be used by the AM to 2048 from 4096 (changing the tez config parameter tez.am.resource.memory.mb)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 19:25:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95214#M8508</guid>
      <dc:creator>joshua_adeleke</dc:creator>
      <dc:date>2016-10-21T19:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hive CLI unresponsive</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95215#M8509</link>
      <description>&lt;P&gt;This was helpful for me &lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 23:23:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-CLI-unresponsive/m-p/95215#M8509</guid>
      <dc:creator>zack_riesland</dc:creator>
      <dc:date>2017-06-27T23:23:52Z</dc:date>
    </item>
  </channel>
</rss>

