You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2018/02/05 14:31:27 UTC

hive git commit: HIVE-18578: Some class has missed the ASF header (Saijin Huang via Zoltan Haindrich)

Repository: hive
Updated Branches:
  refs/heads/master d1098536f -> a128c0e76


HIVE-18578: Some class has missed the ASF header (Saijin Huang via Zoltan Haindrich)

Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>


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

Branch: refs/heads/master
Commit: a128c0e7687e6802aae7ba08eb45add06b597689
Parents: d109853
Author: Saijin Huang <hu...@zte.com.cn>
Authored: Fri Feb 2 16:29:49 2018 +0100
Committer: Zoltan Haindrich <ki...@rxd.hu>
Committed: Mon Feb 5 15:30:14 2018 +0100

----------------------------------------------------------------------
 .../java/org/apache/hive/druid/DruidNode.java     | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/a128c0e7/itests/qtest-druid/src/main/java/org/apache/hive/druid/DruidNode.java
----------------------------------------------------------------------
diff --git a/itests/qtest-druid/src/main/java/org/apache/hive/druid/DruidNode.java b/itests/qtest-druid/src/main/java/org/apache/hive/druid/DruidNode.java
index 1911144..bc37d8c 100644
--- a/itests/qtest-druid/src/main/java/org/apache/hive/druid/DruidNode.java
+++ b/itests/qtest-druid/src/main/java/org/apache/hive/druid/DruidNode.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.hive.druid;
 
 import java.io.Closeable;