minor, fix checkstyle and pom warning

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/ddec049a
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ddec049a
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ddec049a

Branch: refs/heads/KYLIN-2006
Commit: ddec049a6b7cd9596a59aa8e2d4c500770bbddd3
Parents: 82c2e5d
Author: Yang Li <liy...@apache.org>
Authored: Tue Nov 8 23:23:11 2016 +0800
Committer: Yang Li <liy...@apache.org>
Committed: Tue Nov 8 23:23:11 2016 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/job/execution/DefaultChainedExecutable.java | 1 -
 tool/pom.xml                                                     | 4 ----
 2 files changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/ddec049a/core-job/src/main/java/org/apache/kylin/job/execution/DefaultChainedExecutable.java
----------------------------------------------------------------------
diff --git 
a/core-job/src/main/java/org/apache/kylin/job/execution/DefaultChainedExecutable.java
 
b/core-job/src/main/java/org/apache/kylin/job/execution/DefaultChainedExecutable.java
index 621d51d..7b92608 100644
--- 
a/core-job/src/main/java/org/apache/kylin/job/execution/DefaultChainedExecutable.java
+++ 
b/core-job/src/main/java/org/apache/kylin/job/execution/DefaultChainedExecutable.java
@@ -21,7 +21,6 @@ package org.apache.kylin.job.execution;
 import java.util.List;
 import java.util.Map;
 
-import org.apache.kylin.common.KylinConfig;
 import org.apache.kylin.job.exception.ExecuteException;
 
 import com.google.common.collect.Lists;

http://git-wip-us.apache.org/repos/asf/kylin/blob/ddec049a/tool/pom.xml
----------------------------------------------------------------------
diff --git a/tool/pom.xml b/tool/pom.xml
index 3d341d8..38901c6 100644
--- a/tool/pom.xml
+++ b/tool/pom.xml
@@ -61,10 +61,6 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.kylin</groupId>
-            <artifactId>kylin-source-hive</artifactId>
-        </dependency>
 
     </dependencies>
 

Reply via email to