Member since
08-04-2019
4
Posts
0
Kudos Received
0
Solutions
08-11-2019
05:38 PM
The below code is missing in HadoopConfigHolder.java file public class HadoopConfigHolder
{
..
private void initLoginInfo() {
..
String plainTextPwd = prop.getProperty("password");
try {
this.password = PasswordUtils.encryptPassword(plainTextPwd);
} catch (IOException e) {
throw new HadoopException("Unable to initialize login info", e);
}
..
}
..
}
... View more
08-06-2019
04:43 AM
Hi Hortonworks support, This issue is still in HDP-2.6.5.1175 (Ranger 0.7.0 - 2.6.4.0-91 ). The issue is identified(by hortonworks) and also resolved(by Apache Ranger) and committed in the same release later: https://github.com/apache/ranger/commit/ed6488361660aecbba1d006f26218e5193995f8f Now the question is: 1)In which HDP Stack version this fix was released? 2)Is it better to just build the above committed code from GitHub and install in component servers wherever ranger is installed(rather than doing entire HDP Stack upgrade)? OR 3)Is it possible to just replace the respective jar files in all component plugin paths below? Please suggest /usr/hdp/2.6.4.0-91/hive/lib/ranger-hive-plugin-impl/ranger-plugins-common-0.7.0.2.6.4.0-91.jar
/usr/hdp/2.6.4.0-91/hive2/lib/ranger-hive-plugin-impl/ranger-plugins-common-0.7.0.2.6.4.0-91.jar
/usr/hdp/2.6.4.0-91/ranger-hive-plugin/lib/ranger-hive-plugin-impl/ranger-plugins-common-0.7.0.2.6.4.0-91.jar
... View more
08-04-2019
04:28 AM
Hi Pandey, Have you identified the root cause for this issue? Do you remember? The error is same for Ambari 2.6.1.5.
... View more