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 2017/11/23 09:54:36 UTC

hive git commit: HIVE-18136: WorkloadManagerMxBean is missing the Apache license header (Andrew Sherman via Zoltan Haindrich)

Repository: hive
Updated Branches:
  refs/heads/master c5c298603 -> d9924ab3e


HIVE-18136: WorkloadManagerMxBean is missing the Apache license header (Andrew Sherman 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/d9924ab3
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/d9924ab3
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/d9924ab3

Branch: refs/heads/master
Commit: d9924ab3e285536f7e2cc15ecbea36a78c59c66d
Parents: c5c2986
Author: Andrew Sherman <as...@cloudera.com>
Authored: Thu Nov 23 10:48:37 2017 +0100
Committer: Zoltan Haindrich <ki...@rxd.hu>
Committed: Thu Nov 23 10:53:22 2017 +0100

----------------------------------------------------------------------
 .../hive/ql/exec/tez/WorkloadManagerMxBean.java   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/d9924ab3/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/WorkloadManagerMxBean.java
----------------------------------------------------------------------
diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/WorkloadManagerMxBean.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/WorkloadManagerMxBean.java
index 1158dd1..bbd0917 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/WorkloadManagerMxBean.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/WorkloadManagerMxBean.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.hadoop.hive.ql.exec.tez;
 
 import java.util.List;