Command Line Installation
Also available as:
PDF
loading table of contents...

Install and Enable Ranger Storm Plug-in

  1. Extract your build at the appropriate place.

    Copy ranger-<version>-SNAPSHOT-storm-plugin.tar.gz to Active_Resourcemanager host in directory /usr/hdp/<hdp-version>/.

  2. Change directory to /usr/hdp/<hdp-version>.

  3. Untar ranger-<version>-SNAPSHOT-SNAPSHOT-storm-plugin.tar.gz.

  4. Change directories to ranger-<version>-SNAPSHOT-storm-plugin.

  5. Edit the install.properties file.

    Enter the appropriate values for each of the following properties:

    Table 13.19. install.properties Property Values

    PropertyValues
    POLICY_MGR_URLhttp://<FQDN_of_ranger_admin_host>:6080
    REPOSITORY_NAMEstormdev

    Additionally, for the Audit info, Solr/HDFS options are available.

  6. Enable the Storm plug-in:

    export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk.x86_64
    ./enable-storm-plugin.sh
    
  7. Stop and start Storm:

    ???Need this info???
  8. Create the default repo for Storm with proper configuration.

    In the custom repo configuration, add the component user storm for each of the following properties:

    • policy.grantrevoke.auth.users or policy.download.auth.users

    • tag.download.auth.users

  9. Use the Audit->plugins tab to verify that the Storm plug-in is communicating with Ranger admin.