<?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 Metastore and Hive Server starts but stops immediately in a Kerberized cluster in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197909#M159960</link>
    <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/users/3600/kamlepoojarajendra2014.html"&gt;@Pooja Kamle&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Do you have some error messages in hiveserver2.log?&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2017 14:23:25 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2017-09-20T14:23:25Z</dc:date>
    <item>
      <title>Hive Metastore and Hive Server starts but stops immediately in a Kerberized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197906#M159957</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am using a Kerberized Cluster in which Hive Metastore and Hive Server starts but stops after few minutes. When I check the logs of hive I get following error messages:&lt;/P&gt;&lt;P&gt;2017-09-20 06:06:00,514 ERROR [main]: metastore.HiveMetaStore (HiveMetaStore.java:main(5946)) - Metastore Thrift Server threw an exception...
org.apache.thrift.transport.TTransportException: Could not create ServerSocket on address 0.0.0.0/0.0.0.0:9083.
        at org.apache.thrift.transport.TServerSocket.&amp;lt;init&amp;gt;(TServerSocket.java:109)
        at org.apache.thrift.transport.TServerSocket.&amp;lt;init&amp;gt;(TServerSocket.java:91)
        at org.apache.thrift.transport.TServerSocket.&amp;lt;init&amp;gt;(TServerSocket.java:83)
        at org.apache.hadoop.hive.metastore.TServerSocketKeepAlive.&amp;lt;init&amp;gt;(TServerSocketKeepAlive.java:34)
        at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:6001)
        at org.apache.hadoop.hive.metastore.HiveMetaStore.main(HiveMetaStore.java:5942)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
2017-09-20 06:06:00,520 INFO  [Thread-4]: metastore.HiveMetaStore (HiveMetaStore.java:run(5931)) - Shutting down hive metastore.
2017-09-20 06:07:00,165 ERROR [pool-4-thread-200]: server.TThreadPoolServer (TThreadPoolServer.java:run(294)) - Thrift error occurred during processing of message.
org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client?
        at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:228)
        at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:75)
        at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
2017-09-20 06:07:01,631 ERROR [pool-4-thread-200]: server.TThreadPoolServer (TThreadPoolServer.java:run(294)) - Thrift error occurred during processing of message.
org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client?
        at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:228)
        at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:75)
        at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 12:22:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197906#M159957</guid>
      <dc:creator>kamlepooja_raje</dc:creator>
      <dc:date>2017-09-20T12:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Metastore and Hive Server starts but stops immediately in a Kerberized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197907#M159958</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3600/kamlepoojarajendra2014.html" nodeid="3600"&gt;@Pooja Kamle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is there something already running on port 9083? What is the output of "netstat -nlp | grep 9083" ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 13:21:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197907#M159958</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-09-20T13:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Metastore and Hive Server starts but stops immediately in a Kerberized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197908#M159959</link>
      <description>&lt;P style="margin-left: 20px;"&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Nothing is running on port 9083. &lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;netstat -nlp | grep 9083 gives no output.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 14:05:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197908#M159959</guid>
      <dc:creator>kamlepooja_raje</dc:creator>
      <dc:date>2017-09-20T14:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Metastore and Hive Server starts but stops immediately in a Kerberized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197909#M159960</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/users/3600/kamlepoojarajendra2014.html"&gt;@Pooja Kamle&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Do you have some error messages in hiveserver2.log?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 14:23:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197909#M159960</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-09-20T14:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Metastore and Hive Server starts but stops immediately in a Kerberized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197910#M159961</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3600/kamlepoojarajendra2014.html" nodeid="3600"&gt;@Pooja Kamle&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Check if your metastore is running or not? See your mysql process. That might be down. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 04:28:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197910#M159961</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-09-21T04:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Metastore and Hive Server starts but stops immediately in a Kerberized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197911#M159962</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;&lt;/A&gt;Thanks for your reply. I saw hiverserver2.log. According to the error messages in the logs the keytabs were missing. &lt;/P&gt;&lt;P&gt;After creating keytabs, HIVE service is started successfully.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 18:03:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197911#M159962</guid>
      <dc:creator>kamlepooja_raje</dc:creator>
      <dc:date>2017-09-21T18:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Metastore and Hive Server starts but stops immediately in a Kerberized cluster</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197912#M159963</link>
      <description>&lt;P style="margin-left: 20px;"&gt;Hi, &lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;My mysql process is up. The issue was missing keytabs. Now, my HIVE service is up and running. Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 18:05:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Metastore-and-Hive-Server-starts-but-stops-immediately/m-p/197912#M159963</guid>
      <dc:creator>kamlepooja_raje</dc:creator>
      <dc:date>2017-09-21T18:05:58Z</dc:date>
    </item>
  </channel>
</rss>

