RANGER-650 - Need ASF copyright in README.txt Also added YARN package reference in the document
Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/95920591 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/95920591 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/95920591 Branch: refs/heads/tag-policy Commit: 95920591b0ee325b1bc340fb0ce4a9d9bb7f3ed7 Parents: 2a6efec Author: Don Bosco Durai <[email protected]> Authored: Thu Sep 10 14:50:39 2015 -0700 Committer: Don Bosco Durai <[email protected]> Committed: Thu Sep 10 14:50:39 2015 -0700 ---------------------------------------------------------------------- README.txt | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/95920591/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index b5fad2e..585bfe8 100644 --- a/README.txt +++ b/README.txt @@ -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. + +Check Apache Ranger Wiki for up to date instruction: +https://cwiki.apache.org/confluence/display/RANGER/Index + Build Process ============= @@ -5,8 +23,8 @@ Build Process 2. On the root folder, please execute the following Maven command: - $ mvn clean compile package install assembly:assembly - $ mvn eclipse:eclipse + $ mvn clean compile package install assembly:assembly + $ mvn eclipse:eclipse 3. After the above build command execution, you should see the following TAR files in the target folder: @@ -44,9 +62,10 @@ Installation Host Information (a) HDFS Plugin needs to be installed on Name Node hosts (b) Hive Plugin needs to be installed on HiveServer2 hosts (c) HBase Plugin needs to be installed on both Master and Regional Server nodes. - (d) Knox Plugin needs to be installed on Knox hosts. + (d) Knox Plugin needs to be installed on Knox gateway host. (e) Storm Plugin needs to be installed on Storm hosts. (f) Kafka/Solr Plugin needs to be installed on their respective component hosts. + (g) YARN plugin need to be installed on YARN Resource Manager hosts Installation Process ~~~~~~~~~~~~~~~~~~~~
