You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Marcus Young (JIRA)" <ji...@apache.org> on 2014/10/09 22:49:33 UTC

[jira] [Commented] (AMBARI-7716) Ambari creates base directly incorrectly if it already exists

    [ https://issues.apache.org/jira/browse/AMBARI-7716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165723#comment-14165723 ] 

Marcus Young commented on AMBARI-7716:
--------------------------------------

Sprinkled all over cluster installs...example from {{/var/lib/ambari-agent/data/output-3.txt}}: 

{code}
2014-10-09 20:36:11,197 - Execute['/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/hadoop/hadoop/hbase 2>/dev/null'] {'not_if': 'test $(id -u hbase) -gt 1000'}
2014-10-09 20:36:11,217 - Skipping Execute['/tmp/changeUid.sh hbase /home/hbase,/tmp/hbase,/usr/bin/hbase,/var/log/hbase,/hadoop/hadoop/hbase 2>/dev/null'] due to not_if
{code}

> 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)