Hi Shaik There seems to be multiple issues here. The official released version of Apache Ranger is 0.4 and the instruction to build and install is available at:
https://cwiki.apache.org/confluence/display/RANGER/Ranger+Installation+Guide Please note, Apache Ranger 0.4 release is compatible with Hive 0.14. So make sure you using the corresponding versions. The install and setup script assumes the folders as per Apache Hive install. Also note, you should follow the instructions as per documentation. Updating the install.properties and running enable-hive-plugin.sh helps in updating the appropriate configuration file. It seems you have been trying to update it manually, which is not advisable, unless your installation folders for Hive or other Hadoop components are customized. Another note, the error you are getting is if you are trying to configure Hive using the XASecure 3.5 version documentation. Note, XA Secure 3.5 is the erstwhile version of Apache Ranger 0.4 and it is compatible up to Hive 0.13 only. Thanks Bosco From: Hadoop Solutions <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Sunday, March 8, 2015 at 7:03 PM To: "[email protected]" <[email protected]> Subject: Ranger Hive Plugin issue > Hi, > > > I have configured hive ranger plugin with the help of HDP doc. After > configuring Ranger-Hive plugin, tries to run query from HUE. But I am getting > following exception, unable to run any query. > > Error occurred executing hive query: Error while compiling statement: FAILED: > ClassNotFoundException > com.xasecure.authorization.hive.hooks.XaSecureSemanticAnalyzerHook > > Please help me to resolve the issue. > > > Thanks, > Shaik >
