| commit | 8c6b787d8198274835765644ddb9b5a0269c9d13 | [log] [tgz] |
|---|---|---|
| author | Grzegorz KokosiĆski <grzegorz@starburstdata.com> | Sat Jul 27 15:35:12 2024 +0200 |
| committer | Madhan Neethiraj <madhan@apache.org> | Thu Aug 01 23:51:28 2024 -0700 |
| tree | 1e30a75dd8c7303edd0c534013c4a5c1a1c3cec5 | |
| parent | 2bb5644dcf2e4ff00e76a2d320a705785de6ce6b [diff] |
RANGER-4884: updated dependent library versions: Hadoop, AWS SDK, avro; excluded io.netty Signed-off-by: Madhan Neethiraj <madhan@apache.org> (cherry picked from commit f1c8f00ecb6fa444080ead3d11a1e48a7df55e3b)
Apache Ranger allows contributions via pull requests (PRs) on GitHub.
Alternatively, use this to submit changes for review using the Review Board. Also create a ranger jira to go along with the review and mention it in the review board review.
Ranger is built using Apache Maven. To run Ranger:
Check out the code from GIT repository
Ensure that docker & docker-compose is installed and running on your system.
Ensure that JDK 1.8+ is installed on your system.
Ensure that Apache Maven is installed on your system.
Run the following command to build & run Ranger from Docker
./ranger_in_docker up
After successful completion of the above command, you should be able to view Ranger Admin Console by using URL:
http://<hostname-of-system>:6080/ UserName: admin Password: rangerR0cks!
Check out the code from GIT repository
On the root folder, please execute the following Maven command:
mvn clean compile package install
mvn eclipse:eclipse
Ranger Admin UI tests depend on PhantomJS. If the build fails with npm or Karma errors you can either:
After the above build command execution, you should see the following TAR files in the target folder:
ranger-<version>-admin.tar.gz ranger-<version>-atlas-plugin.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>-ranger-tools.tar.gz ranger-<version>-solr-plugin.tar.gz ranger-<version>-sqoop-plugin.tar.gz ranger-<version>-src.tar.gz ranger-<version>-storm-plugin.tar.gz ranger-<version>-tagsync.tar.gz ranger-<version>-usersync.tar.gz ranger-<version>-yarn-plugin.tar.gz ranger-<version>-kylin-plugin.tar.gz ranger-<version>-elasticsearch-plugin.tar.gz
Create an Eclipse workspace called ‘ranger’
Import maven project from the root directory where ranger source code is downloaded (and build)
Download the tar.gz file into a temporary folder in the box where it needs to be installed.
Expand the tar.gz file into /usr/lib/ranger/ folder
Go to the component name under the expanded folder (e.g. /usr/lib/ranger/ranger--admin/)
Modify the install.properties file with appropriate variables