Repository: kylin
Updated Branches:
  refs/heads/master 9ca2b8e44 -> c40e2bf41


minor, fix missing license headers


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

Branch: refs/heads/master
Commit: c40e2bf41c3939b68c3e40433012023ad9b9539f
Parents: 9ca2b8e
Author: lidongsjtu <lid...@apache.org>
Authored: Thu Apr 21 16:05:07 2016 +0800
Committer: lidongsjtu <lid...@apache.org>
Committed: Thu Apr 21 16:05:07 2016 +0800

----------------------------------------------------------------------
 .../measure/dim/DimCountDistinctMeasureType.java  | 18 ++++++++++++++++++
 .../org/apache/kylin/tool/CubeMetaExtractor.java  |  1 -
 .../apache/kylin/tool/HBaseUsageExtractor.java    | 18 ++++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/c40e2bf4/core-metadata/src/main/java/org/apache/kylin/measure/dim/DimCountDistinctMeasureType.java
----------------------------------------------------------------------
diff --git 
a/core-metadata/src/main/java/org/apache/kylin/measure/dim/DimCountDistinctMeasureType.java
 
b/core-metadata/src/main/java/org/apache/kylin/measure/dim/DimCountDistinctMeasureType.java
index ae75b19..9cd5357 100644
--- 
a/core-metadata/src/main/java/org/apache/kylin/measure/dim/DimCountDistinctMeasureType.java
+++ 
b/core-metadata/src/main/java/org/apache/kylin/measure/dim/DimCountDistinctMeasureType.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.kylin.measure.dim;
 
 import org.apache.kylin.measure.MeasureAggregator;

http://git-wip-us.apache.org/repos/asf/kylin/blob/c40e2bf4/tool/src/main/java/org/apache/kylin/tool/CubeMetaExtractor.java
----------------------------------------------------------------------
diff --git a/tool/src/main/java/org/apache/kylin/tool/CubeMetaExtractor.java 
b/tool/src/main/java/org/apache/kylin/tool/CubeMetaExtractor.java
index af7504b..e74b4eb 100644
--- a/tool/src/main/java/org/apache/kylin/tool/CubeMetaExtractor.java
+++ b/tool/src/main/java/org/apache/kylin/tool/CubeMetaExtractor.java
@@ -284,7 +284,6 @@ public class CubeMetaExtractor extends AbstractApplication {
                         for (String snapshotPath : segment.getSnapshotPaths()) 
{
                             addRequired(snapshotPath);
                         }
-                        addRequired(segment.getStatisticsResourcePath());
                     }
 
                     if (includeJobs) {

http://git-wip-us.apache.org/repos/asf/kylin/blob/c40e2bf4/tool/src/main/java/org/apache/kylin/tool/HBaseUsageExtractor.java
----------------------------------------------------------------------
diff --git a/tool/src/main/java/org/apache/kylin/tool/HBaseUsageExtractor.java 
b/tool/src/main/java/org/apache/kylin/tool/HBaseUsageExtractor.java
index 813a885..811ba79 100644
--- a/tool/src/main/java/org/apache/kylin/tool/HBaseUsageExtractor.java
+++ b/tool/src/main/java/org/apache/kylin/tool/HBaseUsageExtractor.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.kylin.tool;
 
 import java.io.File;

Reply via email to