commit 26cc33fb97b6e82e902b742315cc746e0e2eba2d Author: Andrew Sherman Date: Wed Nov 22 14:51:40 2017 -0800 HIVE-18136: Add Apache license header to WorkloadManagerMxBean diff --git ql/src/java/org/apache/hadoop/hive/ql/exec/tez/WorkloadManagerMxBean.java ql/src/java/org/apache/hadoop/hive/ql/exec/tez/WorkloadManagerMxBean.java index 1158dd1098c9e3e5571d36f8aede8085b0a27a1f..011d145c3bb78dac1c2bc0ba3f26ce529fa8f84a 100644 --- ql/src/java/org/apache/hadoop/hive/ql/exec/tez/WorkloadManagerMxBean.java +++ 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;