<?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 get exception when try to do insert/create operation in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-get-exception-when-try-to-do-insert-create-operation/m-p/211004#M81636</link>
    <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/89286/luckyxu.html" nodeid="89286"&gt;@X M&lt;/A&gt;!&lt;BR /&gt;Yeah, makes sense.&lt;BR /&gt;It seems you're hitting this issue:&lt;BR /&gt;&lt;A href="https://github.com/apache/hive/blob/e867d1c693e966706d3b7c6fe18e039a85928f51/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/ListenerEvent.java#L164" target="_blank"&gt;https://github.com/apache/hive/blob/e867d1c693e966706d3b7c6fe18e039a85928f51/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/ListenerEvent.java#L164&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To figure out if there's any misconfiguration you can check on both (hiveCLI and beeline) configs. Would be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;hive -e "set;" &amp;gt; /tmp/hivecli.properties&lt;BR /&gt;beeline -u 'jdbc:hive2:&amp;lt;HS2&amp;gt;:10000/default' -e "set;" &amp;gt; /tmp/beeline.properties&lt;BR /&gt;&lt;/PRE&gt; &lt;BR /&gt;And if the issue got solved, I'd kindly ask to you to accept as an answer, this will engage other HCC users to keep doing a good job. And will facilitate the search for the best answer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
    <pubDate>Tue, 07 Aug 2018 22:19:17 GMT</pubDate>
    <dc:creator>vmurakami</dc:creator>
    <dc:date>2018-08-07T22:19:17Z</dc:date>
    <item>
      <title>Hive get exception when try to do insert/create operation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-get-exception-when-try-to-do-insert-create-operation/m-p/211001#M81633</link>
      <description>&lt;P&gt;I was upgrade the HDP to 3.0 and it is not finilized yet. When I try to run hive command, it get such message: 'while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. Unable to alter table. java.lang.IllegalStateException: Invalid attempt to overwrite a read-only parameter: DB_NOTIFICATION_EVENT_ID_KEY_NAME (state=08S01,code=1)'   &lt;/P&gt;&lt;P&gt;The operation seems done. but always get this exception.&lt;/P&gt;&lt;P&gt;Any suggestion.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 15:17:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-get-exception-when-try-to-do-insert-create-operation/m-p/211001#M81633</guid>
      <dc:creator>luckyxu_</dc:creator>
      <dc:date>2018-08-06T15:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hive get exception when try to do insert/create operation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-get-exception-when-try-to-do-insert-create-operation/m-p/211002#M81634</link>
      <description>&lt;P&gt;Hey &lt;A rel="user" href="https://community.cloudera.com/users/89286/luckyxu.html" nodeid="89286"&gt;@X M&lt;/A&gt;! &lt;BR /&gt;What do you get when you try to connect through beeline? &lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 05:11:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-get-exception-when-try-to-do-insert-create-operation/m-p/211002#M81634</guid>
      <dc:creator>vmurakami</dc:creator>
      <dc:date>2018-08-07T05:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hive get exception when try to do insert/create operation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-get-exception-when-try-to-do-insert-create-operation/m-p/211003#M81635</link>
      <description>&lt;P&gt;Seems it related with hcatalog event lister. I removed setting for 'hive.metastore.event.listeners' and the exception gone. Three are no any issue when I try to connect through beeline. Not sure if there are any misconfiguration.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 09:06:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-get-exception-when-try-to-do-insert-create-operation/m-p/211003#M81635</guid>
      <dc:creator>luckyxu_</dc:creator>
      <dc:date>2018-08-07T09:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hive get exception when try to do insert/create operation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-get-exception-when-try-to-do-insert-create-operation/m-p/211004#M81636</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/89286/luckyxu.html" nodeid="89286"&gt;@X M&lt;/A&gt;!&lt;BR /&gt;Yeah, makes sense.&lt;BR /&gt;It seems you're hitting this issue:&lt;BR /&gt;&lt;A href="https://github.com/apache/hive/blob/e867d1c693e966706d3b7c6fe18e039a85928f51/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/ListenerEvent.java#L164" target="_blank"&gt;https://github.com/apache/hive/blob/e867d1c693e966706d3b7c6fe18e039a85928f51/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/ListenerEvent.java#L164&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To figure out if there's any misconfiguration you can check on both (hiveCLI and beeline) configs. Would be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;hive -e "set;" &amp;gt; /tmp/hivecli.properties&lt;BR /&gt;beeline -u 'jdbc:hive2:&amp;lt;HS2&amp;gt;:10000/default' -e "set;" &amp;gt; /tmp/beeline.properties&lt;BR /&gt;&lt;/PRE&gt; &lt;BR /&gt;And if the issue got solved, I'd kindly ask to you to accept as an answer, this will engage other HCC users to keep doing a good job. And will facilitate the search for the best answer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Tue, 07 Aug 2018 22:19:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-get-exception-when-try-to-do-insert-create-operation/m-p/211004#M81636</guid>
      <dc:creator>vmurakami</dc:creator>
      <dc:date>2018-08-07T22:19:17Z</dc:date>
    </item>
  </channel>
</rss>

