[
https://issues.apache.org/jira/browse/AMBARI-14915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132266#comment-15132266
]
Hudson commented on AMBARI-14915:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #4273 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4273/])
AMBARI-14915. Ambari Server should not use /tmp for extraction. (mpapyrkovskyy:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ed3ca611b98a6a68c12a735ca934a83755913b39])
*
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariServerTest.java
> 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
>
> Attachments: AMBARI-14915-branch-2.2.patch, AMBARI-14915-trunk.patch
>
>
> 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)