You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Myroslav Papirkovskyy (JIRA)" <ji...@apache.org> on 2016/02/04 11:58:40 UTC

[jira] [Created] (AMBARI-14915) Ambari Server should not use /tmp for extraction

Myroslav Papirkovskyy created AMBARI-14915:
----------------------------------------------

             Summary: Ambari Server should not use /tmp for extraction
                 Key: AMBARI-14915
                 URL: https://issues.apache.org/jira/browse/AMBARI-14915
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.2.0
            Reporter: Myroslav Papirkovskyy
            Assignee: Myroslav Papirkovskyy
            Priority: Critical
             Fix For: 2.2.2


For example, Ambari Server extracts web assets (like views) to /tmp.

/tmp should not be used as user systems sometimes have daemons that come along and wipe tmp periodically. Therefore, use of /tmp can cause sporadic problems in user environments.

We might need to be sure Ambari Server jetty is started to use server.tmp.dir from ambari.properties, so that jetty does not use /tmp.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)