Zhichao Zhang created KYLIN-4472:
-------------------------------------
Summary: After running docker image, it's sometimes fail to run
kylin successfully.
Key: KYLIN-4472
URL: https://issues.apache.org/jira/browse/KYLIN-4472
Project: Kylin
Issue Type: Improvement
Affects Versions: v3.0.1, v3.1.0
Reporter: Zhichao Zhang
Assignee: Zhichao Zhang
Problems:
When run docker image for the first time, sometimes hive command will be
executed concurrently and it will insert two version records into the VERSION
table, this will lead to start kylin unsuccessfully.
error messages:
Something wrong with Hive CLI or Beeline, please execute Hive CLI or Beeline
CLI in terminal to find the root cause.
Solutions:
call script $KYLIN_HOME/bin/check-hive-usability.sh before all kylin.sh, it
will insert one version record into VERSION table .
--
This message was sent by Atlassian Jira
(v8.3.4#803005)