You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by sp...@apache.org on 2016/11/21 14:44:44 UTC

hive git commit: HIVE-15248: Add Apache header license to TestCustomPartitionVertex (Sergio Pena, reviewed by Aihua Xu)

Repository: hive
Updated Branches:
  refs/heads/master 929ebbaa0 -> d94ebe8bb


HIVE-15248: Add Apache header license to TestCustomPartitionVertex (Sergio Pena, reviewed by Aihua Xu)


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

Branch: refs/heads/master
Commit: d94ebe8bbfa291323ce4f2cff4d832708b4302ff
Parents: 929ebba
Author: Sergio Pena <se...@cloudera.com>
Authored: Mon Nov 21 08:44:21 2016 -0600
Committer: Sergio Pena <se...@cloudera.com>
Committed: Mon Nov 21 08:44:21 2016 -0600

----------------------------------------------------------------------
 .../ql/exec/tez/TestCustomPartitionVertex.java     | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/d94ebe8b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestCustomPartitionVertex.java
----------------------------------------------------------------------
diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestCustomPartitionVertex.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestCustomPartitionVertex.java
index dbdd955..3c9757c 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestCustomPartitionVertex.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestCustomPartitionVertex.java
@@ -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.
+ */
 package org.apache.hadoop.hive.ql.exec.tez;
 
 import com.google.common.collect.HashMultimap;