Repository: kylin Updated Branches: refs/heads/yang-m1 638f7b3c8 -> 10a2f65e4
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/10a2f65e Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/10a2f65e Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/10a2f65e Branch: refs/heads/yang-m1 Commit: 10a2f65e4d9302efc3add33d0d725b1d1bc18b56 Parents: 3598768 Author: lidongsjtu <lid...@apache.org> Authored: Thu Apr 21 16:05:07 2016 +0800 Committer: lidongsjtu <lid...@apache.org> Committed: Thu Apr 21 16:22:20 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/10a2f65e/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/10a2f65e/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/10a2f65e/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;