-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22738/
-----------------------------------------------------------
(Updated June 18, 2014, 4:09 p.m.)
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-6190
https://issues.apache.org/jira/browse/AMBARI-6190
Repository: ambari
Description
-------
>From jplayer. JP, Please add more context. This is from an Ambari 1.5.1 ->
1.6.0 upgrade.
/etc/hadoop/conf and /etc/hive/conf must no longer be physical folders. After
the upgrade to 1.6, Ambari refused to start the service because it was looking
for a symlink. Previous Ambari 1.5 was fine with physical folders. We tried to
delete the folder in the hopes that Ambari would restore it (this is how we
did the migration from Cloudera) but then it complained that it couldn't find
the folder.
Diffs (updated)
-----
ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/shared_initialization.py
c5aff35
ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/after-INSTALL/scripts/shared_initialization.py
9b3b817
ambari-server/src/test/python/stacks/1.3.2/hooks/after-INSTALL/test_after_install.py
8bb41a2
ambari-server/src/test/python/stacks/2.0.6/hooks/after-INSTALL/test_after_install.py
18ae40e
Diff: https://reviews.apache.org/r/22738/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk