You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/28 15:48:00 UTC

[jira] [Commented] (KYLIN-4116) Package fail due to lack of dependency objenesis

    [ https://issues.apache.org/jira/browse/KYLIN-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16894727#comment-16894727 ] 

ASF GitHub Bot commented on KYLIN-4116:
---------------------------------------

weibin0516 commented on pull request #778: KYLIN-4116 Fix bug of package fail due to lack of dependency objenesis
URL: https://github.com/apache/kylin/pull/778
 
 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


> Package fail due to lack of dependency objenesis
> ------------------------------------------------
>
>                 Key: KYLIN-4116
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4116
>             Project: Kylin
>          Issue Type: Bug
>    Affects Versions: v3.0.0
>            Reporter: weibin0516
>            Assignee: weibin0516
>            Priority: Major
>
> Execute the command 
> {code:java}
> build/script/package.sh
> {code}
> got error below due to lack of dependency objenesis:
> {code:java}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project kylin-core-metadata: Compilation failure: Compilation failure:
> [ERROR] /home/admin/kylin_sourcecode/core-metadata/src/main/java/org/apache/kylin/util/KryoUtils.java:[24,29] error: package org.objenesis.strategy does not exist
> [ERROR] /home/admin/kylin_sourcecode/core-metadata/src/main/java/org/apache/kylin/util/KryoUtils.java:[59,82] error: cannot find symbol
> [ERROR]   symbol:   class StdInstantiatorStrategy
> [ERROR]   location: class KryoUtils
> [ERROR] /home/admin/kylin_sourcecode/core-metadata/src/main/java/org/apache/kylin/util/KryoUtils.java:[59,16] error: cannot access InstantiatorStrategy
> [ERROR] -> [Help 1]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)