Versions Compared

Key

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

...

Ranger HDFS plugin helps to centralize the HDFS authorization policies. To verify that, first Apache Hadoop needs to be installed. If Hadoop is not already installed, follow below steps.

...

Install/Configure Ranger Hive Plugin:

Instructions

...


Ranger Hive plugin integrates with Hive to enforce authorization policies. To verify that, first Apache Hive needs to be installed. If not already installed, follow below steps. Version 0.14 is required.
  • Download and install Hive by following the instructions available on the apache hive website. Hive Install instructions
            cd /usr/local
            sudo tar zxf ~/dev/apache-hive-0.14.0-bin.tar.gz
            sudo ln -s ~/dev/apache-hive-0.14.0-bin.tar.gz hive
            cd hive
  • Note: Hive Server 2 doesn’t start unless HADOOP_VERSION is exported to bashrc 

Now let's follow the below steps to install/configure Ranger Hive plugin.

 

Install/Configure Ranger HBase Plugin:

 

Instructions

...