Repository: hive Updated Branches: refs/heads/branch-2.2 27b22fe1c -> da840b0f8
HIVE-17154. Fix RAT problem on branch-2.2 (part 2) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1cd9df74 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1cd9df74 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/1cd9df74 Branch: refs/heads/branch-2.2 Commit: 1cd9df74f6b388e5e27268069ab4f850c8e019b8 Parents: 27b22fe Author: Owen O'Malley <[email protected]> Authored: Fri Jul 21 17:13:08 2017 -0700 Committer: Owen O'Malley <[email protected]> Committed: Fri Jul 21 17:13:08 2017 -0700 ---------------------------------------------------------------------- .../hive/cli/TestMiniSparkOnYarnCliDriver.java | 17 +++++++++++++++++ .../hadoop/hive/cli/TestSparkCliDriver.java | 17 +++++++++++++++++ .../hive/cli/TestSparkNegativeCliDriver.java | 18 ++++++++++++++++++ pom.xml | 1 + 4 files changed, 53 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/1cd9df74/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestMiniSparkOnYarnCliDriver.java ---------------------------------------------------------------------- diff --git a/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestMiniSparkOnYarnCliDriver.java b/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestMiniSparkOnYarnCliDriver.java index 4548651..8ce6dfd 100644 --- a/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestMiniSparkOnYarnCliDriver.java +++ b/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestMiniSparkOnYarnCliDriver.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.cli; import java.io.File; http://git-wip-us.apache.org/repos/asf/hive/blob/1cd9df74/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkCliDriver.java ---------------------------------------------------------------------- diff --git a/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkCliDriver.java b/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkCliDriver.java index 7baca81..c9fc291 100644 --- a/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkCliDriver.java +++ b/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkCliDriver.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.cli; import java.io.File; http://git-wip-us.apache.org/repos/asf/hive/blob/1cd9df74/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkNegativeCliDriver.java ---------------------------------------------------------------------- diff --git a/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkNegativeCliDriver.java b/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkNegativeCliDriver.java index a43d908..f30df9a 100644 --- a/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkNegativeCliDriver.java +++ b/itests/qtest-spark/src/test/java/org/apache/hadoop/hive/cli/TestSparkNegativeCliDriver.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.cli; import java.io.File; http://git-wip-us.apache.org/repos/asf/hive/blob/1cd9df74/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 24b8ecc..49da4e2 100644 --- a/pom.xml +++ b/pom.xml @@ -1169,6 +1169,7 @@ <exclude>**/*.iml</exclude> <exclude>**/*.txt</exclude> <exclude>**/*.log</exclude> + <exclude>**/*.md5sum</exclude> <exclude>**/*.arcconfig</exclude> <exclude>**/package-info.java</exclude> <exclude>**/*.properties</exclude>
