You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/09/23 15:06:00 UTC

[jira] [Comment Edited] (KYLIN-2522) Compilation fails with Java 8 when upgrading to hbase 1.2.5

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

Ted Yu edited comment on KYLIN-2522 at 9/23/17 3:05 PM:
--------------------------------------------------------

Compiling against 1.3.1 gave:
{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project kylin-server-base: Compilation failure
[ERROR] /Users/tyu/kylin/server-base/src/main/java/org/apache/kylin/rest/security/MockHTable.java:[94,7] error: MockHTable is not abstract and does not override abstract method getRpcTimeout() in Table
{code}


was (Author: yuzhihong@gmail.com):
Compiling against 1.3.1 gave same errors .

> Compilation fails with Java 8 when upgrading to hbase 1.2.5
> -----------------------------------------------------------
>
>                 Key: KYLIN-2522
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2522
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Ted Yu
>              Labels: newbie, scope
>
> Compiling master branch with Java 8, I got:
> {code}
> [ERROR] /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/ZookeeperUtil.java:[23,23] error: cannot find symbol
> [ERROR]   symbol:   class Nullable
>   location: package javax.annotation
> /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/ZookeeperUtil.java:[45,13] error: cannot find symbol
> [ERROR]   symbol: class Nullable
> /Users/tyu/kylin/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/ZookeeperJobLock.java:[112,13] error: cannot find symbol
> [INFO] 3 errors
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)