[
https://issues.apache.org/jira/browse/AMBARI-11885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14583638#comment-14583638
]
Hudson commented on AMBARI-11885:
---------------------------------
SUCCESS: Integrated in Ambari-branch-2.1 #17 (See
[https://builds.apache.org/job/Ambari-branch-2.1/17/])
AMBARI-11885. Storm supervisors deployed by Ambari use storm-client link
(aonishuk) (aonishuk:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c5e76ebc312e5b572da1613a21ae9484f6b026aa)
*
ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/params_linux.py
> Storm supervisors deployed by Ambari use storm-client link
> ----------------------------------------------------------
>
> Key: AMBARI-11885
> URL: https://issues.apache.org/jira/browse/AMBARI-11885
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Fix For: 2.1.0
>
>
> After upgrading to HDP 2.2.4.2 we removed the HDP 2.2.0 directories to make
> sure we didn't have any hidden dependencies. When restarting services,
> supervisors failed to start with this error:
> Fail: Execution of 'ambari-sudo.sh ln -s /usr/lib/storm/lib/ambari-metrics-
> storm-sink*.jar /usr/hdp/current/storm-client/lib/ambari-metrics-storm-
> sink.jar' returned 1. ln: creating symbolic link `/usr/hdp/current/storm-
> client/lib/ambari-metrics-storm-sink.jar': No such file or directory
> 2015-05-22 13:33:27,950 - Command: /usr/bin/hdp-select status storm-supervisor
> > /tmp/tmpXh9erp
> We removed the supervisors and redeployed them, thinking it might be solved by
> a fresh deployment. When starting the newly deployed supervisors, we got this
> error:
> Fail: Execution of 'ambari-sudo.sh ln -s /usr/lib/storm/lib/ambari-metrics-
> storm-sink*.jar /usr/hdp/current/storm-client/lib/ambari-metrics-storm-
> sink.jar' returned 1. ln: creating symbolic link `/usr/hdp/current/storm-
> client/lib/ambari-metrics-storm-sink.jar': No such file or directory
> 2015-05-22 13:36:59,979 - Command: /usr/bin/hdp-select status storm-supervisor
> > /tmp/tmp4iP41d
> When a supervisor is deployed (in the absence of the nimbus, DRPC server or
> UI) it does create a /usr/hdp/current/storm-supervisor link that correctly
> links to /usr/hdp/<latestVersion>/storm, but it does not create a link for
> storm-client. Ambari Metrics tries to create the link for its jar using the
> storm-client link.
> Ambari Metrics needs to change the path for its link to use the appropriate
> component (in this case storm-supervisor).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)