[
https://issues.apache.org/jira/browse/AMBARI-21914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16158769#comment-16158769
]
Hudson commented on AMBARI-21914:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8028 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8028/])
AMBARI-21914 Agent on ambari-server host does not start when server is (dsen:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=4fa4f806751b267983d24769b04b06dd153273a5])
* (edit) ambari-agent/conf/unix/ambari-agent
> Agent on ambari-server host does not start when server is not upgraded
> ----------------------------------------------------------------------
>
> Key: AMBARI-21914
> URL: https://issues.apache.org/jira/browse/AMBARI-21914
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent, ambari-server
> Affects Versions: 2.4.2
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Critical
> Fix For: 2.6.0
>
> Attachments: AMBARI-21914.patch
>
>
> This was a customer upgrade from Ambari-2.2.2 to Ambari-2.4.2. We should
> investigate why the behavior is different for hosts with ambari-server. It's
> better to have the same PYTHON_PATH or library resolution scheme for the
> agent irrespective of the host it is installed.
> {code}[root@c6401 vagrant]# yum list installed | grep ambari
> ambari-agent.x86_64 2.4.2.0-136 @Updates-ambari-2.4.2.0
> ambari-server.x86_64 2.2.2.0-460 @Updates-ambari-2.2.2.0{code}
> {code}ERROR: ambari-agent start failed. For more details, see
> /var/log/ambari-agent/ambari-agent.out:
> ====================
> Traceback (most recent call last):
> File "/usr/lib/python2.6/site-packages/ambari_agent/AmbariAgent.py", line
> 24, in <module>
> from Controller import AGENT_AUTO_RESTART_EXIT_CODE
> File "/usr/lib/python2.6/site-packages/ambari_agent/Controller.py", line
> 41, in <module>
> from ambari_agent.ActionQueue import ActionQueue
> File "/usr/lib/python2.6/site-packages/ambari_agent/ActionQueue.py", line
> 37, in <module>
> from ambari_commons.str_utils import split_on_chunks
> ImportError: cannot import name split_on_chunks
> ===================={code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)