You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2015/10/28 17:00:20 UTC

[44/50] [abbrv] incubator-ranger git commit: RANGER-660: tagsync - a script added in previous commit didn't have license text; added

RANGER-660: tagsync - a script added in previous commit didn't have license text; added


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/d734a211
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/d734a211
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/d734a211

Branch: refs/heads/master
Commit: d734a2116556ef9eb0362591c1abee3458381d3f
Parents: 3452ce8
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Wed Oct 14 13:14:19 2015 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Wed Oct 14 13:14:19 2015 -0700

----------------------------------------------------------------------
 .../ranger-tagsync-env-setup-hadoop-home.sh       | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/d734a211/tagsync/conf.dist/ranger-tagsync-env-setup-hadoop-home.sh
----------------------------------------------------------------------
diff --git a/tagsync/conf.dist/ranger-tagsync-env-setup-hadoop-home.sh b/tagsync/conf.dist/ranger-tagsync-env-setup-hadoop-home.sh
index 012d862..c171d2a 100644
--- a/tagsync/conf.dist/ranger-tagsync-env-setup-hadoop-home.sh
+++ b/tagsync/conf.dist/ranger-tagsync-env-setup-hadoop-home.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+
+# 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.
+
 if [ "$HADOOP_HOME" == "" ]; then
 	export HADOOP_HOME=/usr/hdp/current/hadoop-client
-fi
\ No newline at end of file
+fi