Member since
08-05-2018
17
Posts
0
Kudos Received
0
Solutions
08-07-2018
03:19 PM
Hello @X M! Yeah, makes sense. It seems you're hitting this issue: https://github.com/apache/hive/blob/e867d1c693e966706d3b7c6fe18e039a85928f51/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/ListenerEvent.java#L164 To figure out if there's any misconfiguration you can check on both (hiveCLI and beeline) configs. Would be like this: hive -e "set;" > /tmp/hivecli.properties beeline -u 'jdbc:hive2:<HS2>:10000/default' -e "set;" > /tmp/beeline.properties 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. 🙂 Hope this helps!
... View more
08-11-2018
05:20 AM
If I mark upgrade request/stage/command as 'COMPLETED', the upgrade will be as completed automatically? Or I must set to complete somewhere? If yes, where can I set to 'completed' in database.
... View more