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/dc8ef17a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/dc8ef17a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/dc8ef17a Branch: refs/heads/tag-policy Commit: dc8ef17ae5ce17892844fb2b408c95d61b19d000 Parents: ce43b39 Author: sneethiraj <[email protected]> Authored: Tue May 19 01:39:55 2015 -0400 Committer: Madhan Neethiraj <[email protected]> Committed: Tue May 19 15:08:22 2015 -0700 ---------------------------------------------------------------------- README.txt | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/dc8ef17a/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
