<?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 Hive Metastore / java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Invalid status -128 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-java-lang-RuntimeException-org-apache-thrift/m-p/115213#M54924</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;While trying to ingest Data to Hive using Nifi - PutHiveStreaming. I'm stranded on the error while trying to connect to Hive Metastore.&lt;/P&gt;&lt;P&gt;HDP 2.5.3 / HDF 2.1.1 both kerberized&lt;/P&gt;&lt;P&gt;both technoted&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/52856/stream-data-into-hive-like-a-king-using-nifi.html" target="_blank"&gt;https://community.hortonworks.com/articles/52856/stream-data-into-hive-like-a-king-using-nifi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/59681/puthivestreaming-nifi-processor-various-errors.html" target="_blank"&gt;https://community.hortonworks.com/questions/59681/puthivestreaming-nifi-processor-various-errors.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;have been applied to luck (While is wonder if the last one is still accurate with HDF2.1.1, however the error is present no matter with NAR file I use)&lt;/P&gt;&lt;P&gt;Extract of hivemetastore.log &lt;/P&gt;&lt;PRE&gt;2017-02-20 16:32:20,536 ERROR [pool-7-thread-195]: server.TThreadPoolServer (TThreadPoolServer.java:run(297)) - Error occurred during processing of message.
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Invalid status -128
        at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219)
        at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge.java:609)
        at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge.java:606)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:360)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1704)
        at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$Server$TUGIAssumingTransportFactory.getTransport(HadoopThriftAuthBridge.java:606)
        at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:269)
        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:745)
Caused by: org.apache.thrift.transport.TTransportException: Invalid status -128
        at org.apache.thrift.transport.TSaslTransport.sendAndThrowMessage(TSaslTransport.java:232)
        at org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:184)
        at org.apache.thrift.transport.TSaslServerTransport.handleSaslStartMessage(TSaslServerTransport.java:125)
        at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:271)
        at org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41)
        at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216)
        ... 10 more


&lt;/PRE&gt;&lt;P&gt;Browsing the knowledge base of Google did not help, Status -128 is never listed&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2017 23:42:21 GMT</pubDate>
    <dc:creator>ChrisV</dc:creator>
    <dc:date>2017-02-20T23:42:21Z</dc:date>
    <item>
      <title>Hive Metastore / java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Invalid status -128</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-java-lang-RuntimeException-org-apache-thrift/m-p/115213#M54924</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;While trying to ingest Data to Hive using Nifi - PutHiveStreaming. I'm stranded on the error while trying to connect to Hive Metastore.&lt;/P&gt;&lt;P&gt;HDP 2.5.3 / HDF 2.1.1 both kerberized&lt;/P&gt;&lt;P&gt;both technoted&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/52856/stream-data-into-hive-like-a-king-using-nifi.html" target="_blank"&gt;https://community.hortonworks.com/articles/52856/stream-data-into-hive-like-a-king-using-nifi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/59681/puthivestreaming-nifi-processor-various-errors.html" target="_blank"&gt;https://community.hortonworks.com/questions/59681/puthivestreaming-nifi-processor-various-errors.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;have been applied to luck (While is wonder if the last one is still accurate with HDF2.1.1, however the error is present no matter with NAR file I use)&lt;/P&gt;&lt;P&gt;Extract of hivemetastore.log &lt;/P&gt;&lt;PRE&gt;2017-02-20 16:32:20,536 ERROR [pool-7-thread-195]: server.TThreadPoolServer (TThreadPoolServer.java:run(297)) - Error occurred during processing of message.
java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Invalid status -128
        at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219)
        at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge.java:609)
        at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge.java:606)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:360)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1704)
        at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$Server$TUGIAssumingTransportFactory.getTransport(HadoopThriftAuthBridge.java:606)
        at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:269)
        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:745)
Caused by: org.apache.thrift.transport.TTransportException: Invalid status -128
        at org.apache.thrift.transport.TSaslTransport.sendAndThrowMessage(TSaslTransport.java:232)
        at org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:184)
        at org.apache.thrift.transport.TSaslServerTransport.handleSaslStartMessage(TSaslServerTransport.java:125)
        at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:271)
        at org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41)
        at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216)
        ... 10 more


&lt;/PRE&gt;&lt;P&gt;Browsing the knowledge base of Google did not help, Status -128 is never listed&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Christophe&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 23:42:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-java-lang-RuntimeException-org-apache-thrift/m-p/115213#M54924</guid>
      <dc:creator>ChrisV</dc:creator>
      <dc:date>2017-02-20T23:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Metastore / java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Invalid status -128</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-java-lang-RuntimeException-org-apache-thrift/m-p/115214#M54925</link>
      <description>&lt;P&gt;Update: running Wireshark:&lt;/P&gt;&lt;P&gt;CALL set_ugi seems to be successful,&lt;/P&gt;&lt;P&gt;Followed by CALL get_database which is not served, at this time the Hive metastore server RST the connections&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 23:55:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-java-lang-RuntimeException-org-apache-thrift/m-p/115214#M54925</guid>
      <dc:creator>ChrisV</dc:creator>
      <dc:date>2017-02-20T23:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Metastore / java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Invalid status -128</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-java-lang-RuntimeException-org-apache-thrift/m-p/115215#M54926</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This is related to &lt;A href="https://issues.apache.org/jira/browse/NIFI-3530" target="_blank"&gt;https://issues.apache.org/jira/browse/NIFI-3530&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Workaround &lt;A href="https://hortonworks.jira.com/browse/BUG-66889?jql=text%20~%20%22hive%20metastore%20nifi%22" target="_blank"&gt;https://hortonworks.jira.com/browse/BUG-66889?jql=text%20~%20%22hive%20metastore%20nifi%22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Patch to included in the next HDF release&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 20:05:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Metastore-java-lang-RuntimeException-org-apache-thrift/m-p/115215#M54926</guid>
      <dc:creator>ChrisV</dc:creator>
      <dc:date>2017-03-09T20:05:33Z</dc:date>
    </item>
  </channel>
</rss>

