Jonathan Hurley created AMBARI-13915:
----------------------------------------
Summary: Storm Upgrade Causes NPE Due To null Property Value
Replacement
Key: AMBARI-13915
URL: https://issues.apache.org/jira/browse/AMBARI-13915
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.1.3
Reporter: Jonathan Hurley
Assignee: Jonathan Hurley
Priority: Critical
Fix For: 2.1.3
In an upgrade (either rolling or express), the {{storm-site}} property
replacement for
{code}
<replace key="nimbus.authorizer"
find="com.xasecure.authorization.storm.authorizer.XaSecureStormAuthorizer"
replace-with="org.apache.ranger.authorization.storm.authorizer.RangerStormAuthorizer"
/>
{code}
causes
{code}
10 Nov 2015 05:06:34,332 WARN [Server Action Executor Worker 264]
ServerActionExecutor:479 - Task #264 failed to complete execution due to thrown
exception: java.lang.NullPointerException:null
java.lang.NullPointerException
at
org.apache.ambari.server.serveraction.upgrades.ConfigureAction.execute(ConfigureAction.java:410)
at
org.apache.ambari.server.serveraction.ServerActionExecutor$Worker.execute(ServerActionExecutor.java:537)
at
org.apache.ambari.server.serveraction.ServerActionExecutor$Worker.run(ServerActionExecutor.java:474)
at java.lang.Thread.run(Thread.java:745)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)