<?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: Getting error while opening hive shell in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107959#M70814</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3004/amitdass.html" nodeid="3004"&gt;@Amit Dass&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Hi Amit, if you run the below command from one terminal then metastore process will run into background and even if you close the terminal it shouldn't terminate the process. So please use it with nohup.&lt;/P&gt;&lt;PRE&gt;su $HIVE_USER 
nohup /usr/hdp/current/hive-metastore/bin/hive --service metastore &amp;gt;/var/log/hive/hive.out 2&amp;gt;/var/log/hive/hive.log &amp;amp;&lt;/PRE&gt;</description>
    <pubDate>Thu, 21 Apr 2016 14:28:31 GMT</pubDate>
    <dc:creator>jyadav</dc:creator>
    <dc:date>2016-04-21T14:28:31Z</dc:date>
    <item>
      <title>Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107939#M70794</link>
      <description>&lt;P&gt;$ hive &lt;/P&gt;&lt;P&gt;Logging initialized using configuration in jar:file:/chroot/hadoop/inst/hive/apache-hive-0.13.1-bin/lib/hive-common-0.13.1.jar!/hive-log4j.properties &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClien&lt;/STRONG&gt;t
        at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:346)
        at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:681)
        at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:625)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
Caused by: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient
        at org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1412)
        at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.&amp;lt;init&amp;gt;(RetryingMetaStoreClient.java:62)
        at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:72)
        at org.apache.hadoop.hive.ql.metadata.Hive.createMetaStoreClient(Hive.java:2453)
        at org.apache.hadoop.hive.ql.metadata.Hive.getMSC(Hive.java:2465)
        at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:340)
        ... 7 more
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
        at org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1410)
        ... 12 more
Caused by: MetaException(message:Could not connect to meta store using any of the URIs provided. Most recent failure: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused
        at org.apache.thrift.transport.TSocket.open(TSocket.java:185)&lt;/P&gt;&lt;P&gt;Please help to resolve this error.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 16:13:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107939#M70794</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-20T16:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107940#M70795</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3004/amitdass.html" nodeid="3004"&gt;@Amit Dass&lt;/A&gt; Can you please check Hive Metastore logs for any errors/exceptions.  Assuming you are using mysql as Metadata. Further Can you check if mysql is running and you can ping/telnet to mysql with the setting in the hive-site.xml and connect mysql with username/pwd provided in hive-site.xml&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 16:18:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107940#M70795</guid>
      <dc:creator>nyakkanti</dc:creator>
      <dc:date>2016-04-20T16:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107941#M70796</link>
      <description>&lt;P&gt;Yes user name and passwords are there at &amp;lt;value&amp;gt; tag  of :  &amp;lt;name&amp;gt;javax.jdo.option.ConnectionUserName&amp;lt;/name&amp;gt; , &amp;lt;name&amp;gt;javax.jdo.option.ConnectionPassword&amp;lt;/name&amp;gt; . Can you please elloborate the steps to check whether mysql is working or not . &lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 16:27:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107941#M70796</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-20T16:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107942#M70797</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/346/nyakkanti.html"&gt;nyakkanti&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 16:28:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107942#M70797</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-20T16:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107943#M70798</link>
      <description>&lt;P&gt;Have you checked hivemetastore.log, did you find any errors ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 16:31:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107943#M70798</guid>
      <dc:creator>nyakkanti</dc:creator>
      <dc:date>2016-04-20T16:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107944#M70799</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3004/amitdass.html" nodeid="3004"&gt;@Amit Dass&lt;/A&gt; - Looks like your HiveMetastore process is not running, I can see connection refused from the logs&lt;/P&gt;&lt;PRE&gt;Could not connect to meta store using any of the URIs provided. Most recent failure: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused at org.apache.thrift.transport.TSocket.open(TSocket.java:185)&lt;/PRE&gt;&lt;P&gt;Or there might be some connection issues with hive client and hive metastore machine.&lt;/P&gt;&lt;P&gt;Can you please check connectivity as well ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:12:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107944#M70799</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-04-20T17:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107945#M70800</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt;  : Can you please brief that how should I check connectivity? &lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:16:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107945#M70800</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-20T17:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107946#M70801</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3004/amitdass.html" nodeid="3004"&gt;@Amit Dass&lt;/A&gt; &lt;/P&gt;&lt;P&gt;From hive client (from where you are running hive command) check if you are able to run below command&lt;/P&gt;&lt;PRE&gt;telnet &amp;lt;hive-metastore-hostname/ip-address&amp;gt; 9083&lt;/PRE&gt;&lt;P&gt;On metastore:&lt;/P&gt;&lt;P&gt;try running below command to check is metstore process is running&lt;/P&gt;&lt;PRE&gt;ps aux|grep HiveMetaStore&lt;/PRE&gt;&lt;P&gt; try running below command to ensure that metastore process is listening on 9038&lt;/P&gt;&lt;PRE&gt;root@sandbox ~]# netstat -tulpn|grep 9083
tcp        0      0 0.0.0.0:9083                0.0.0.0:*                   LISTEN      2115/java
[root@sandbox ~]#&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:22:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107946#M70801</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-04-20T17:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107947#M70802</link>
      <description>&lt;P&gt;Sorry can you please suggest where this file should be present? @&lt;A href="https://community.hortonworks.com/users/346/nyakkanti.html"&gt;nyakkanti&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/346/nyakkanti.html"&gt; 
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:27:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107947#M70802</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-20T17:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107948#M70803</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/28441/getting-error-while-opening-hive-shell.html#"&gt;@Amit Dass&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Can you please follow below steps and share the result?.&lt;/P&gt;&lt;P&gt;1. Find out the node which hosting hive metastore service, you can use ambari to figure out the ip/hostname for that node.&lt;/P&gt;&lt;P&gt;2. ssh root login to that hive metastore node and execute below commands.&lt;/P&gt;&lt;P&gt;bash# ps -aef|grep -i org.apache.hadoop.hive.metastore.HiveMetaStore&lt;/P&gt;&lt;P&gt;bash# lsof -i:9083&lt;/P&gt;&lt;P&gt;3. From some other node try connecting hivemetastore port using telnet.&lt;/P&gt;&lt;P&gt;bash# telnet  &amp;lt;hivemeta server&amp;gt; 9083 &lt;/P&gt;&lt;P&gt;If 9083 port is not occupied and ps command doesn't show any metastore process then please try to restart the hivemestore service from ambari UI and perform same check again.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:29:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107948#M70803</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-04-20T17:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107949#M70804</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt;  : Getting connection refused as below also why we use port 9038&lt;/P&gt;&lt;P&gt;telnet xx.xx.xx.xx 9038&lt;/P&gt;&lt;P&gt;Trying xx.xx.xx.xx...
telnet: connect to address xx.xx.xx.xx: Connection refused  &lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:34:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107949#M70804</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-20T17:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107950#M70805</link>
      <description>&lt;P&gt;Sorry I have corrected port number, please try the steps given above and let me know how it goes&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:45:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107950#M70805</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-04-20T17:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107951#M70806</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3004/amitdass.html" nodeid="3004"&gt;@Amit Dass&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:45:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107951#M70806</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-04-20T17:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107952#M70807</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/2528/jyadav.html"&gt;Jitendra Yadav&lt;/A&gt; : Thanks , I am using distributed system which has one namenode and two datanode . This for POC purpose only . Can you please elaborate more on this .&lt;/P&gt;&lt;P&gt;I logged in Namenode assume : xx.xx.xx.xx&lt;/P&gt;&lt;P&gt;Hadoop hdfs commands working fine.&lt;/P&gt;&lt;P&gt;But when I try to enter into hive shell it throwing error.&lt;/P&gt;&lt;P&gt;1. As hive installed in Namenode so we had IP of namenode.&lt;/P&gt;&lt;P&gt;2. ps -aef|grep -i org.apache.hadoop.hive.metastore.HiveMetaStore&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;o/p &lt;/STRONG&gt;: hadoop   15097 13478  0 16:21 pts/2    00:00:00 grep -i org.apache.hadoop.hive.metastore.HiveMetaStore&lt;/P&gt;&lt;P&gt; lsof -i:9083&lt;/P&gt;&lt;P&gt;o/p : &lt;STRONG&gt;Did not get any output for the same&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3. Getting connection refused .. telnet &amp;lt; Namenode IP&amp;gt; 9083&lt;/P&gt;&lt;P&gt;This is simple unix machine which had hadoop , hive ,hbase installed. Please guide me on this.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 17:55:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107952#M70807</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-20T17:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107953#M70808</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3004/amitdass.html" nodeid="3004"&gt;@Amit Dass&lt;/A&gt; - I'm assuming you have installed cluster with Ambari, Please go to the ambari server UI and check on which host hive metostore is installed, you can go to the hive services and click on metastore service to check the same.&lt;/P&gt;&lt;P&gt;If Ambari shows metastore as down then you need to start it.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:42:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107953#M70808</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-04-20T18:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107954#M70809</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt;   :No I am not using Ambari&lt;/P&gt;&lt;P&gt;I am using distributed system which has one namenode and two datanode . This for POC purpose only . &lt;/P&gt;&lt;P&gt;This is simple unix machine which had hadoop , hive ,hbase installed. Please guide me accordingly.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 18:47:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107954#M70809</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-20T18:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107955#M70810</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3004/amitdass.html" nodeid="3004"&gt;@Amit Dass&lt;/A&gt; &lt;/P&gt;&lt;P&gt;So looks like your hive metastore service is not running, Would you please try to start metastore service from ambari UI? please see attachement.&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/3557-screen-shot-2016-04-20-at-23103-pm.png"&gt;screen-shot-2016-04-20-at-23103-pm.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 20:33:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107955#M70810</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-04-20T20:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107956#M70811</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/2528/jyadav.html"&gt;Jitendra Yadav&lt;/A&gt; : Hi , I didnot have Ambari installed . Do we have any command which I can run to start metastore service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 20:49:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107956#M70811</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-20T20:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107957#M70812</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3004/amitdass.html" nodeid="3004"&gt;@Amit Dass&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Please below command to start the hivemetastore..&lt;/P&gt;&lt;PRE&gt;su $HIVE_USER 
nohup /usr/hdp/current/hive-metastore/bin/hive --service metastore&amp;gt;/var/log/hive/hive.out 2&amp;gt;/var/log/hive/hive.log &amp;amp;
&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Apr 2016 21:28:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107957#M70812</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-04-20T21:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while opening hive shell</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107958#M70813</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/2528/jyadav.html" nodeid="2528"&gt;@Jitendra Yadav&lt;/A&gt;  . Hive --service metastore   now I can access hive shell .&lt;/P&gt;&lt;P&gt;But ... only when I start metastore service in another terminal . As I close this metastore window .. Hive stop and throw exception&lt;/P&gt;&lt;P&gt;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 null)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 13:24:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Getting-error-while-opening-hive-shell/m-p/107958#M70813</guid>
      <dc:creator>amit_dass</dc:creator>
      <dc:date>2016-04-21T13:24:40Z</dc:date>
    </item>
  </channel>
</rss>

