Ted Yu created KYLIN-2522:
-----------------------------
Summary: Compilation fails with Java 8
Key: KYLIN-2522
URL: https://issues.apache.org/jira/browse/KYLIN-2522
Project: Kylin
Issue Type: Bug
Reporter: Ted Yu
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.3.15#6346)