<?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 meta store fails to start with MetaException column does not exist in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/24935#M4559</link>
    <description>&lt;P&gt;Hi Brock - thanks for your reply. &amp;nbsp;I had previously solved the problem, but yes this was the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
    <pubDate>Mon, 23 Feb 2015 09:53:17 GMT</pubDate>
    <dc:creator>jamescross91</dc:creator>
    <dc:date>2015-02-23T09:53:17Z</dc:date>
    <item>
      <title>Hive meta store fails to start with MetaException column does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/23587#M4554</link>
      <description>&lt;P&gt;I see this exception for a range of tables and columns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;12:58:10.926 PM&lt;/TD&gt;&lt;TD&gt;ERROR&lt;/TD&gt;&lt;TD&gt;org.apache.hadoop.hive.metastore.ObjectStore&lt;/TD&gt;&lt;TD&gt;&lt;PRE&gt;Error retrieving statistics via jdo
MetaException(message:Column TPOW_OPT1TPRICE doesn't exist.)
	at org.apache.hadoop.hive.metastore.ObjectStore.validateTableCols(ObjectStore.java:5741)
	at org.apache.hadoop.hive.metastore.ObjectStore.getMTableColumnStatistics(ObjectStore.java:5692)
	at org.apache.hadoop.hive.metastore.ObjectStore.access$1000(ObjectStore.java:147)
	at org.apache.hadoop.hive.metastore.ObjectStore$5.getJdoResult(ObjectStore.java:5763)
	at org.apache.hadoop.hive.metastore.ObjectStore$5.getJdoResult(ObjectStore.java:5755)
	at org.apache.hadoop.hive.metastore.ObjectStore$GetHelper.run(ObjectStore.java:2223)
	at org.apache.hadoop.hive.metastore.ObjectStore.getTableColumnStatisticsInternal(ObjectStore.java:5755)
	at org.apache.hadoop.hive.metastore.ObjectStore.getTableColumnStatistics(ObjectStore.java:5749)
	at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:108)
	at com.sun.proxy.$Proxy0.getTableColumnStatistics(Unknown Source)
	at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_table_statistics_req(HiveMetaStore.java:3568)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHandler.java:106)
	at com.sun.proxy.$Proxy5.get_table_statistics_req(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$get_table_statistics_req.getResult(ThriftHiveMetastore.java:9528)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$get_table_statistics_req.getResult(ThriftHiveMetastore.java:9512)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:110)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1642)
	at org.apache.hadoop.hive.shims.HadoopShimsSecure.doAs(HadoopShimsSecure.java:502)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:118)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:244)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition to this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2:32:56.515 PM&lt;/TD&gt;&lt;TD&gt;ERROR&lt;/TD&gt;&lt;TD&gt;org.apache.hadoop.hive.metastore.RetryingHMSHandler&lt;/TD&gt;&lt;TD&gt;&lt;PRE&gt;NoSuchObjectException(message:There is no database named cloudera_manager_metastore_canary_test_db_hive_hivemetastore_be54987370afe9de58b7ef7de50b5db5)
	at org.apache.hadoop.hive.metastore.ObjectStore.getMDatabase(ObjectStore.java:495)
	at org.apache.hadoop.hive.metastore.ObjectStore.getDatabase(ObjectStore.java:506)
	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.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:108)
	at com.sun.proxy.$Proxy0.getDatabase(Unknown Source)
	at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_database(HiveMetaStore.java:805)
	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.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHandler.java:106)
	at com.sun.proxy.$Proxy5.get_database(Unknown Source)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$get_database.getResult(ThriftHiveMetastore.java:7696)
	at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Processor$get_database.getResult(ThriftHiveMetastore.java:7680)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:110)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor$1.run(TUGIBasedProcessor.java:107)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1642)
	at org.apache.hadoop.hive.shims.HadoopShimsSecure.doAs(HadoopShimsSecure.java:502)
	at org.apache.hadoop.hive.metastore.TUGIBasedProcessor.process(TUGIBasedProcessor.java:118)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:244)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help or suggestions would be hugely appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:18:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/23587#M4554</guid>
      <dc:creator>jamescross91</dc:creator>
      <dc:date>2022-09-16T09:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hive meta store fails to start with MetaException column does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/23588#M4555</link>
      <description>&lt;P&gt;Forgot to mention, running CDH 5.3, Impala 2.1.0&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 14:58:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/23588#M4555</guid>
      <dc:creator>jamescross91</dc:creator>
      <dc:date>2015-01-12T14:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hive meta store fails to start with MetaException column does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/23600#M4556</link>
      <description>&lt;P&gt;Is&amp;nbsp;TPOW_OPT1TPRICE a column in one of your tables? It's certainly not a column in the HMS. When do you get this error about&amp;nbsp;&lt;SPAN&gt;TPOW_OPT1TPRICE and does it fail the query?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Brock&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 17:33:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/23600#M4556</guid>
      <dc:creator>brock</dc:creator>
      <dc:date>2015-01-12T17:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hive meta store fails to start with MetaException column does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/23601#M4557</link>
      <description>&lt;P&gt;Brock,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. &amp;nbsp;Yes this is one of our columns. &amp;nbsp;The failure occurs when the hive metastore starts. &amp;nbsp;We see these stack traces for lots of columns that we have added (possibly even all of them). &amp;nbsp;If we try and exectue a query again this table we get a broken pipe unable to connect to metastore exception. &amp;nbsp;Hue also fails when trying to browse metadata.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 17:41:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/23601#M4557</guid>
      <dc:creator>jamescross91</dc:creator>
      <dc:date>2015-01-12T17:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hive meta store fails to start with MetaException column does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/24927#M4558</link>
      <description>&lt;P&gt;I think this might be&amp;nbsp;&lt;A target="_blank" href="https://issues.apache.org/jira/browse/HIVE-9620"&gt;https://issues.apache.org/jira/browse/HIVE-9620&lt;/A&gt; which is caused for avro tables and a case difference on column names.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Feb 2015 18:55:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/24927#M4558</guid>
      <dc:creator>brock</dc:creator>
      <dc:date>2015-02-22T18:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hive meta store fails to start with MetaException column does not exist</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/24935#M4559</link>
      <description>&lt;P&gt;Hi Brock - thanks for your reply. &amp;nbsp;I had previously solved the problem, but yes this was the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2015 09:53:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-meta-store-fails-to-start-with-MetaException-column/m-p/24935#M4559</guid>
      <dc:creator>jamescross91</dc:creator>
      <dc:date>2015-02-23T09:53:17Z</dc:date>
    </item>
  </channel>
</rss>

