[
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 10/21/17 4:51 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: [email protected]):
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}
> 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)