Repository: sentry Updated Branches: refs/heads/master e84890aed -> 4f9b61fe5
SENTRY-1456: SENTRY-1454 follow up: Commit message and rat check failure. (Anne Yu, reviewed by Sravya Tirukkovalur). Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/4f9b61fe Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/4f9b61fe Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/4f9b61fe Branch: refs/heads/master Commit: 4f9b61fe517884f056f76c16cf2c4ed3c72c494e Parents: e84890a Author: Anne Yu <[email protected]> Authored: Fri Sep 2 10:59:45 2016 -0700 Committer: Anne Yu <[email protected]> Committed: Fri Sep 2 11:00:36 2016 -0700 ---------------------------------------------------------------------- .../e2e/hdfs/TestHDFSIntegrationEnd2End.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/4f9b61fe/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java index 2e517d5..c791272 100644 --- a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java +++ b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationEnd2End.java @@ -1,3 +1,22 @@ +/* + * 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.sentry.tests.e2e.hdfs; import org.apache.hadoop.fs.Path;
