[
https://issues.apache.org/jira/browse/KYLIN-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095441#comment-17095441
]
ASF subversion and git services commented on KYLIN-4472:
--------------------------------------------------------
Commit 525290faf6729275423a4ecfddc42386a2addbbf in kylin's branch
refs/heads/master from Zhichao Zhang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=525290f ]
[KYLIN-4472] After running docker image, it sometimes failed to run kylin
successfully.
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 .
> After running docker image, it sometimes failed to run kylin successfully.
> --------------------------------------------------------------------------
>
> Key: KYLIN-4472
> URL: https://issues.apache.org/jira/browse/KYLIN-4472
> Project: Kylin
> Issue Type: Bug
> Components: Others
> Affects Versions: v3.0.1
> Reporter: Zhichao Zhang
> Assignee: Zhichao Zhang
> Priority: Minor
> Fix For: v3.1.0
>
>
> 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)