-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45220/
-----------------------------------------------------------
(Updated March 29, 2016, 7:05 a.m.)
Review request for Ambari, Andrew Onischuk, Sumit Mohanty, and Sebastian Toader.
Changes
-------
Updated test related desc.
Bugs: AMBARI-15531
https://issues.apache.org/jira/browse/AMBARI-15531
Repository: ambari
Description
-------
When cluster created via blueprint the /tmp folder may be created implicitly by
various components with permissions that prevent other components to write to
it. In the specific case described by the linked issue, the folder has been
created when starting the historyserver, and later on the folder couldn't be
written by the hiveserver2. (ideally the folder is expected to be created when
the namenode starts)
The patch fixes the specific case described in the bug, however a more
robust/generic solution is needed to properly sort out the problem.
Diffs
-----
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py
05e19cf
ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py b1634d0
Diff: https://reviews.apache.org/r/45220/diff/
Testing (updated)
-------
Unit tests pased.
Manual testing under way
Thanks,
Laszlo Puskas