Repository: incubator-ranger
Updated Branches:
  refs/heads/master 804e66634 -> df27a3603


RANGER-488: updated README.txt with build steps


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

Branch: refs/heads/master
Commit: df27a36038f52c34fb323dbfc54b4670c27431b8
Parents: 804e666
Author: sneethiraj <[email protected]>
Authored: Tue May 19 01:39:55 2015 -0400
Committer: sneethiraj <[email protected]>
Committed: Tue May 19 01:39:55 2015 -0400

----------------------------------------------------------------------
 README.txt | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/df27a360/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index a0445b7..d410e18 100644
--- a/README.txt
+++ b/README.txt
@@ -6,20 +6,27 @@ Build Process
 2. On the root folder, please execute the following Maven command:
 
        $ mvn clean compile package install assembly:assembly
-    $ mvn eclipse:eclipse
+    $ mvn eclise:eclipse
 
 3. After the above build command execution, you should see the following TAR 
files in the target folder:
 
-       ranger-<version-number>-admin.tar.gz
-       ranger-<version-number>-usersync.tar.gz
-       ranger-<version-number>-hdfs-plugin.tar.gz
-       ranger-<version-number>-hive-plugin.tar.gz
-       ranger-<version-number>-hbase-plugin.tar.gz
-       ranger-<version-number>-knox-plugin.tar.gz
-       ranger-<version-number>-storm-plugin.tar.gz
+
+   ranger-<version>-admin.tar.gz
+   ranger-<version>-hbase-plugin.tar.gz
+   ranger-<version>-hdfs-plugin.tar.gz
+   ranger-<version>-hive-plugin.tar.gz
+   ranger-<version>-kafka-plugin.tar.gz
+   ranger-<version>-kms.tar.gz
+   ranger-<version>-knox-plugin.tar.gz
+   ranger-<version>-migration-util.tar.gz
+   ranger-<version>-solr-plugin.tar.gz
+   ranger-<version>-src.tar.gz
+   ranger-<version>-storm-plugin.tar.gz
+   ranger-<version>-usersync.tar.gz
+   ranger-<version>-yarn-plugin.tar.gz
 
 Importing Apache Ranger Project into Eclipse
-====================================
+============================================
 
 1. Create a Eclipse workspace called 'ranger'
 
@@ -39,6 +46,7 @@ Installation Host Information
        (c)  HBase Plugin needs to be installed on both Master and Regional 
Server nodes.
        (d)  Knox Plugin needs to be installed on Knox hosts.
        (e)  Storm Plugin needs to be installed on Storm hosts.
+    (f)  Kafka/Solr Plugin needs to be installed on their respective component 
hosts.
 
 Installation Process
 ~~~~~~~~~~~~~~~~~~~~
@@ -51,8 +59,8 @@ Installation Process
 
 4. Modify the install.properties file with appropriate variables
 
-5. If the module has install.sh, 
-       Execute ./install.sh
+5. If the module has setup.sh, 
+       Execute ./setup.sh
 
    If the install.sh file does not exists, 
        Execute ./enable-<component>-plugin.sh

Reply via email to