Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ranger Storm plugin integrates with Storm to enforce authorization policies. To verify that, first Apache Storm needs to be installed. If not already installed, follow below steps.

Let’s download and install apache storm from Apache Mirrors.  

Now let's follow the below steps to install/configure Ranger Storm Plugin.

    • cd /usr/local

    • sudo tar zxf ~/dev/ranger/target/ranger-0.4.0-storm-plugin.tar.gz

    • sudo ln -s ranger-0.4.0-storm-plugin ranger-storm-plugin

    • cd ranger-storm-plugin

...