[
https://issues.apache.org/jira/browse/AMBARI-10562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504227#comment-14504227
]
Hudson commented on AMBARI-10562:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2381 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2381/])
Revert "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=cf0169c918201886a7d0992acf82b4dc0df2ee1b)
*
ambari-server/src/main/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulator.java
*
ambari-server/src/test/java/org/apache/ambari/server/security/ldap/AmbariLdapDataPopulatorTest.java
> 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
>
>
> 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)