<?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 issue in hdp 2.1 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103309#M66226</link>
    <description>&lt;P&gt;Thanks everyone. I have resolved this issue with following option.&lt;/P&gt;&lt;P&gt;1) Took hive database backup from mysql.&lt;/P&gt;&lt;P&gt;2) Removed the hive from that node.&lt;/P&gt;&lt;P&gt;3) Added new node and hive installed on new node.&lt;/P&gt;&lt;P&gt;4) Restore the hive database to mysql. &lt;/P&gt;&lt;P&gt;And it's works. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2016 18:54:45 GMT</pubDate>
    <dc:creator>ashneesharma88</dc:creator>
    <dc:date>2016-11-17T18:54:45Z</dc:date>
    <item>
      <title>hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103300#M66217</link>
      <description>&lt;P&gt;I am using HDP 2.1. In this HDP was working fine, now getting error:-&lt;/P&gt;&lt;P&gt; hive -e "show databases;"
Logging initialized using configuration in file:/etc/hive/conf.dist/hive-log4j.p                                                                                        roperties
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTa                                                                                        sk. MetaException(message:Got exception: org.apache.thrift.transport.TTransportE                                                                                        xception java.net.SocketException: Connection reset)&lt;/P&gt;&lt;P&gt;Please help on urgent bases.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 17:39:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103300#M66217</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-11-15T17:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103301#M66218</link>
      <description>&lt;P&gt;After run the hive in debug mode got the error:-&lt;/P&gt;&lt;P&gt;ERROR hive.log: Converting exception to MetaException
16/11/15 09:44:25 [main]: ERROR exec.DDLTask: org.apache.hadoop.hive.ql.metadata.HiveException: MetaException(message:Got exception: org.apache.thrift.transport.TTransportException java.net.SocketException: Broken pipe&lt;/P&gt;&lt;P&gt;my databses is on same machine and I am able to access the mysql with hive user. &lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 17:46:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103301#M66218</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-11-15T17:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103302#M66219</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1897/ashneesharma88.html" nodeid="1897"&gt;@Ashnee Sharma&lt;/A&gt; Try restarting Hiveserver2. Also are you able to run Hive cli ?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 05:05:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103302#M66219</guid>
      <dc:creator>aawasthi</dc:creator>
      <dc:date>2016-11-16T05:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103303#M66220</link>
      <description>&lt;P&gt;I tried with hiveserver2 restart and hive cli in coming but command not working.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 15:10:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103303#M66220</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-11-16T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103304#M66221</link>
      <description>&lt;P&gt;from the above: connection reset / broken pipe - I would recommend to also check some basic things like:&lt;/P&gt;&lt;P&gt;* `netstat -npl` shows the metastore and hiveserver2 as running and listening on the port... also check that if you shutdown the hiveserver2 and metastore those ports are closed - i would guess that some other application have "hijacked" the hiveserver2 or the metastore port - and the application listening on that port doesn't speak the "hive" protocol &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;* loopback device is up&lt;/P&gt;&lt;P&gt;* the network is working / hostnames&lt;/P&gt;&lt;P&gt;can you attach the hiveserver2 and/or metastore logs which could possibly cause this?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 00:15:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103304#M66221</guid>
      <dc:creator>zhaindrich</dc:creator>
      <dc:date>2016-11-17T00:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103305#M66222</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5102/zhaindrich.html" nodeid="5102"&gt;@zhaindrich&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have checked everything and working fine. I have checked the port also only the hive server application  isusing the same port. &lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:02:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103305#M66222</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-11-17T16:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103306#M66223</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5102/zhaindrich.html" nodeid="5102"&gt;@zhaindrich&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The logs says:-&lt;/P&gt;&lt;P&gt;p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco; color: #f5f5f5; background-color: #000000}&lt;/P&gt;&lt;P&gt;Unable to open a test connection to the given database. JDBC url = jdbc:mysql://ashnee2.datametica.com/hive?createDatabaseIfNotExist=true, username = hive. Terminating connection pool (set lazyInit to true if you expect to start your database after your app). Original Exception: ------&lt;/P&gt;&lt;P&gt;java.sql.SQLException: Access denied for user 'hive'@'ashnee2.datametica.com' (using password: YES)&lt;/P&gt;&lt;P&gt;I have checked this error but no luck.&lt;/P&gt;&lt;P&gt;I have tried to access the database and able to access.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:06:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103306#M66223</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-11-17T16:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103307#M66224</link>
      <description>&lt;P&gt;can you check that the database password in the xml file(javax.jdo.option.ConnectionPassword) - is it the correct password? (maybe: try to remove any whitespaces before/after the password if there are any)&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:53:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103307#M66224</guid>
      <dc:creator>zhaindrich</dc:creator>
      <dc:date>2016-11-17T16:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103308#M66225</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5102/zhaindrich.html" nodeid="5102"&gt;@zhaindrich&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I checked and already tried with this option. Not worked for me.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 18:51:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103308#M66225</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-11-17T18:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: hive issue in hdp 2.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103309#M66226</link>
      <description>&lt;P&gt;Thanks everyone. I have resolved this issue with following option.&lt;/P&gt;&lt;P&gt;1) Took hive database backup from mysql.&lt;/P&gt;&lt;P&gt;2) Removed the hive from that node.&lt;/P&gt;&lt;P&gt;3) Added new node and hive installed on new node.&lt;/P&gt;&lt;P&gt;4) Restore the hive database to mysql. &lt;/P&gt;&lt;P&gt;And it's works. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 18:54:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hive-issue-in-hdp-2-1/m-p/103309#M66226</guid>
      <dc:creator>ashneesharma88</dc:creator>
      <dc:date>2016-11-17T18:54:45Z</dc:date>
    </item>
  </channel>
</rss>

