Marcus Young created AMBARI-7716:
------------------------------------
Summary: Ambari creates base directly incorrectly if it already
exists
Key: AMBARI-7716
URL: https://issues.apache.org/jira/browse/AMBARI-7716
Project: Ambari
Issue Type: Bug
Reporter: Marcus Young
In my current environment, data at rest has to be encrypted.
If I create a LUKS encrypted device and mount it to {{/hadoop}}, then setup and
run the ambari-server, it creates {{/hadoop/hadoop}}.
Steps to reproduce:
* Mount a device to /hadoop
** {code}# ls /hadoop/
lost+found{code}
* ambari-server setup runs fine.
* Go to UI and setup using all defaults
* via previous, Cluster "Install, Start and Test" runs and completes without
error
* {code}]# ls /hadoop/
hadoop lost+found
# ls /hadoop/hadoop/
hbase hdfs storm yarn{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)