[
https://issues.apache.org/jira/browse/KYLIN-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16804773#comment-16804773
]
ASF GitHub Bot commented on KYLIN-3922:
---------------------------------------
nichunen commented on pull request #571: KYLIN-3922 Fix coprocessor can not be
updated
URL: https://github.com/apache/kylin/pull/571
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Fail to update coprocessor when run DeployCoprocessorCLI
> --------------------------------------------------------
>
> Key: KYLIN-3922
> URL: https://issues.apache.org/jira/browse/KYLIN-3922
> Project: Kylin
> Issue Type: Bug
> Components: Client - CLI
> Affects Versions: v2.6.0
> Reporter: nichunen
> Assignee: nichunen
> Priority: Major
> Fix For: v2.6.2
>
>
> Update coprocessor by run
> {code:java}
> $KYLIN_HOME/bin/kylin.sh
> org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI
> $KYLIN_HOME/lib/kylin-coprocessor-*.jar all
> {code}
> ArrayIndexOutOfBoundsException thrown with log:
> {code:java}
> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2 at
> org.apache.kylin.storage.hbase.util.DeployCoprocessorCLI.main(DeployCoprocessorCLI.java:118)
>
> 2019-03-27 20:08:02,105 INFO [close-hbase-conn] hbase.HBaseConnection:137 :
> Closing HBase connections...
> 2019-03-27 20:08:02,106 INFO [close-hbase-conn]
> client.ConnectionManager$HConnectionImplementation:1847 : Closing zookeeper
> sessionid=0x169a4aff61f4457
> 2019-03-27 20:08:02,111 INFO [close-hbase-conn] zookeeper.ZooKeeper:684 :
> Session: 0x169a4aff61f4457 closed
> 2019-03-27 20:08:02,111 INFO [main-EventThread] zookeeper.ClientCnxn:512 :
> EventThread shut down 2019-03-27 20:08:02,112 INFO [close-hbase-conn]
> client.ConnectionManager$HConnectionImplementation:2297 : Closing master
> protocol: MasterService 2019-03-27 20:08:02,124 INFO [close-hbase-conn]
> client.ConnectionManager$HConnectionImplementation:1847 : Closing zookeeper
> sessionid=0x469a4aff7c42d72
> 2019-03-27 20:08:02,126 INFO [close-hbase-conn] zookeeper.ZooKeeper:684 :
> Session: 0x469a4aff7c42d72 closed 2019-03-27 20:08:02,126 INFO
> [main-EventThread] zookeeper.ClientCnxn:512 : EventThread shut down
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)