[
https://issues.apache.org/jira/browse/AMBARI-10562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14511273#comment-14511273
]
Hudson commented on AMBARI-10562:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2430 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2430/])
AMBARI-10562. Summary:Issues when log/pid dirs are customized - Kafka and Knox
(Emil Anca via rlevas) (rlevas:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=52b5022bc58906a3579d291b078d5a49b240ce6e)
*
ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/knox_gateway.py
*
ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/package/scripts/kafka.py
* ambari-server/src/test/python/stacks/2.2/KNOX/test_knox_gateway.py
*
ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/params.py
* ambari-server/src/test/python/stacks/2.2/KAFKA/test_kafka_broker.py
*
ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/package/scripts/params.py
> Issues when log/pid dirs are customized - Kafka and Knox
> --------------------------------------------------------
>
> Key: AMBARI-10562
> URL: https://issues.apache.org/jira/browse/AMBARI-10562
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Emil Anca
> Assignee: Emil Anca
> Fix For: 2.1.0
>
> Attachments: AMBARI-10562_01.patch, AMBARI-10562_02.patch
>
>
> I ran a number of tests before we do start where I ran Ambari 1.7 to install
> HDP 2.2 on a VM after changing all the /var/log, /var/run, /hadoop references
> form defaults to instead be under some other dir. I am encountering a number
> of Ambari failures which I needed help on.
> After the install wizard error out I noticed:
> * Starting Kafka/Knox from Ambari actually starts the processes but Ambari
> thinks they died and goes red. On further investigation the /mydisk/run/kafka
> and /mydisk/run/knox are empty so the pid files are not getting created. I
> re-installed on fresh VM and ran the below to give kafka/knox users access to
> those dirs before running install wizard but still got same error (even
> though as those users I can write to those dirs)
> {code}chmod +x /mydisk/run
> chmod +x /mydisk
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)