diff --git common/src/java/org/apache/hadoop/hive/common/classification/RetrySemantics.java common/src/java/org/apache/hadoop/hive/common/classification/RetrySemantics.java index abad45e..5883b01 100644 --- common/src/java/org/apache/hadoop/hive/common/classification/RetrySemantics.java +++ common/src/java/org/apache/hadoop/hive/common/classification/RetrySemantics.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.common.classification; diff --git druid-handler/src/java/org/apache/hadoop/hive/druid/io/DruidRecordWriter.java druid-handler/src/java/org/apache/hadoop/hive/druid/io/DruidRecordWriter.java index 1601a9a..3323cc0 100644 --- druid-handler/src/java/org/apache/hadoop/hive/druid/io/DruidRecordWriter.java +++ druid-handler/src/java/org/apache/hadoop/hive/druid/io/DruidRecordWriter.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.druid.io; import com.google.common.base.Function; diff --git jdbc/src/test/org/apache/hive/jdbc/TestHivePreparedStatement.java jdbc/src/test/org/apache/hive/jdbc/TestHivePreparedStatement.java index bc49aeb..2a68c91 100644 --- jdbc/src/test/org/apache/hive/jdbc/TestHivePreparedStatement.java +++ jdbc/src/test/org/apache/hive/jdbc/TestHivePreparedStatement.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.hive.jdbc; import static org.junit.Assert.assertEquals; diff --git llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/LineRrOffsetReader.java llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/LineRrOffsetReader.java index 1656381..3fc1fa2 100644 --- llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/LineRrOffsetReader.java +++ llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/LineRrOffsetReader.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.llap.io.encoded; import java.io.IOException; diff --git llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/PassThruOffsetReader.java llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/PassThruOffsetReader.java index 43ff991..ba2b52d 100644 --- llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/PassThruOffsetReader.java +++ llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/PassThruOffsetReader.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.llap.io.encoded; import java.io.IOException; diff --git ql/src/test/org/apache/hadoop/hive/ql/parse/TestMergeStatement.java ql/src/test/org/apache/hadoop/hive/ql/parse/TestMergeStatement.java index 7481e1a..a862e5c 100644 --- ql/src/test/org/apache/hadoop/hive/ql/parse/TestMergeStatement.java +++ ql/src/test/org/apache/hadoop/hive/ql/parse/TestMergeStatement.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.parse; import org.antlr.runtime.tree.RewriteEmptyStreamException; diff --git ql/src/test/org/apache/hadoop/hive/ql/plan/TestMapWork.java ql/src/test/org/apache/hadoop/hive/ql/plan/TestMapWork.java index 165c028..1756711 100644 --- ql/src/test/org/apache/hadoop/hive/ql/plan/TestMapWork.java +++ ql/src/test/org/apache/hadoop/hive/ql/plan/TestMapWork.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.plan; import static org.junit.Assert.assertEquals;