<?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 launch problems in CDH5.7 QS VM in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/45070#M39301</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First connect to MySQL session with root:&lt;/P&gt;&lt;P&gt;$mysql -u root -pcloudera&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mysql&amp;gt; set PASSWORD FOR 'hive'@'localhost' = PASSWORD('cloudera');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2016 18:33:12 GMT</pubDate>
    <dc:creator>KiranM</dc:creator>
    <dc:date>2016-09-13T18:33:12Z</dc:date>
    <item>
      <title>Hive launch problems in CDH5.7 QS VM</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/44607#M39298</link>
      <description>&lt;P&gt;Hive gives problems on my CDH5.7 Quickstart VM recently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hive command takes forever to launch shell. It took about 30 min to start the shell session. Even after shell is launched, it doesn't execute commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ hive&lt;BR /&gt;2016-08-31 15:48:27,827 WARN [main] mapreduce.TableMapReduceUtil: The hbase-prefix-tree module jar containing PrefixTreeCodec is not present. Continuing without it.&lt;/P&gt;&lt;P&gt;Logging initialized using configuration in file:/etc/hive/conf.dist/hive-log4j.properties&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;................ HERE IT TAKES VERY VERY LONG TIME TO COME BACK.&lt;/STRONG&gt;&lt;BR /&gt;WARNING: Hive CLI is deprecated and migration to Beeline is recommended.&lt;BR /&gt;hive&amp;gt; show databases;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Got exception: org.apache.thrift.transport.TTransportException java.net.SocketTimeoutException: Read timed out)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hive&amp;gt;show tables;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;................ AFTER VERY VERY LONG TIME, GIVES BELOW ERROR.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. org.apache.thrift.transport.TTransportException: java.net.SocketTimeoutException: Read timed out&lt;/P&gt;&lt;P&gt;hive&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;No entries in log files (&lt;STRONG&gt;&lt;EM&gt;/var/log/hive/&lt;/EM&gt;&lt;/STRONG&gt;) with "DDLTask" error string, but found with "TTransportException".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some Hive log entries (not result of these execution though):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;/var/log/hive/hive-server2.log&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2016-08-31 15:55:49,121 WARN [main]: hive.metastore (HiveMetaStoreClient.java:open(445)) - set_ugi() not successful, Likely cause: new client talking to old server. Continuing without it.&lt;BR /&gt;org.apache.thrift.transport.TTransportException: java.net.SocketTimeoutException: Read timed out&lt;BR /&gt;at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:129)&lt;BR /&gt;at org.apache.thrift.transport.TTransport.readAll(TTransport.java:86)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have run few Hive examples previously &amp;amp; saw the Hive repository metadata (table columns) in mySQL database.. Anybody had faced the similar issues?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:37:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/44607#M39298</guid>
      <dc:creator>KiranM</dc:creator>
      <dc:date>2022-09-16T10:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hive launch problems in CDH5.7 QS VM</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/44608#M39299</link>
      <description>&lt;P&gt;The issue is because hive authentication to metastore is failing. Not sure how hive user password is reset.&lt;/P&gt;&lt;P&gt;I have reset hive user password to cloudera &amp;amp; restarted the VM. Able to launch shell &amp;amp; execute properly now.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 03:06:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/44608#M39299</guid>
      <dc:creator>KiranM</dc:creator>
      <dc:date>2016-09-01T03:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hive launch problems in CDH5.7 QS VM</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/45069#M39300</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/17751"&gt;@KiranM﻿&lt;/a&gt;&amp;nbsp;How did you reset the hive password?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 18:23:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/45069#M39300</guid>
      <dc:creator>anotherrohit</dc:creator>
      <dc:date>2016-09-13T18:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hive launch problems in CDH5.7 QS VM</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/45070#M39301</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First connect to MySQL session with root:&lt;/P&gt;&lt;P&gt;$mysql -u root -pcloudera&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mysql&amp;gt; set PASSWORD FOR 'hive'@'localhost' = PASSWORD('cloudera');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 18:33:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/45070#M39301</guid>
      <dc:creator>KiranM</dc:creator>
      <dc:date>2016-09-13T18:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hive launch problems in CDH5.7 QS VM</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/45870#M39302</link>
      <description>&lt;P&gt;password did not set got error &amp;nbsp;&amp;nbsp;mysql&amp;gt; set PASSWORD FOR 'hive'@'localhost' = PASSWORD('cloudera');&lt;BR /&gt;ERROR 1133 (42000): Can't find any matching row in the user table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:42:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/45870#M39302</guid>
      <dc:creator>Farazhcl</dc:creator>
      <dc:date>2016-10-03T17:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hive launch problems in CDH5.7 QS VM</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/46084#M39303</link>
      <description>&lt;P&gt;MySQL considres differently based on hostname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mysql&amp;gt; set PASSWORD FOR 'hive'@'%' = PASSWORD('cloudera');&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2016 22:03:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-launch-problems-in-CDH5-7-QS-VM/m-p/46084#M39303</guid>
      <dc:creator>KiranM</dc:creator>
      <dc:date>2016-10-08T22:03:21Z</dc:date>
    </item>
  </channel>
</rss>

