You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/10/26 10:07:55 UTC

[09/45] incubator-kylin git commit: minor, pass RAT check for II.proto and others

minor, pass RAT check for II.proto and others


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

Branch: refs/heads/master
Commit: 62751df48ff51621986b6fd6a661f1f7a81e3c98
Parents: ba57407
Author: Li, Yang <ya...@ebay.com>
Authored: Fri Sep 25 10:33:55 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Fri Sep 25 10:33:55 2015 +0800

----------------------------------------------------------------------
 pom.xml                                            |  2 +-
 .../hbase/coprocessor/endpoint/protobuf/II.proto   | 17 +++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/62751df4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f82807..ae9714c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -624,7 +624,7 @@
 
                                 <exclude>**/.checkstyle</exclude>
                                 <!--Job's Test Data-->
-                                <exclude>**/src/test/resources/data/**</exclude>
+                                <exclude>**/src/test/resources/**</exclude>
 
                                 <!-- generated files -->
                                 <exclude>**/target/**</exclude>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/62751df4/storage/src/main/java/org/apache/kylin/storage/hbase/coprocessor/endpoint/protobuf/II.proto
----------------------------------------------------------------------
diff --git a/storage/src/main/java/org/apache/kylin/storage/hbase/coprocessor/endpoint/protobuf/II.proto b/storage/src/main/java/org/apache/kylin/storage/hbase/coprocessor/endpoint/protobuf/II.proto
index 18490fa..9b34141 100644
--- a/storage/src/main/java/org/apache/kylin/storage/hbase/coprocessor/endpoint/protobuf/II.proto
+++ b/storage/src/main/java/org/apache/kylin/storage/hbase/coprocessor/endpoint/protobuf/II.proto
@@ -1,3 +1,20 @@
+//
+// 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.
+//
 
 // usage:
 // protoc  --java_out=./storage/src/main/java  ./storage/src/main/java/org/apache/kylin/storage/hbase/coprocessor/endpoint/protobuf/II.proto