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

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

weibin0516 created KYLIN-4116:
---------------------------------

             Summary: 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


Execute the command 
{code:shell}
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)