-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26978/
-----------------------------------------------------------
Review request for Ambari, Andriy Babiichuk and Alexandr Antonenko.
Bugs: AMBARI-7885
https://issues.apache.org/jira/browse/AMBARI-7885
Repository: ambari
Description
-------
When a particular directory is not created slider view stop working abruptly.
It should fail graciously.
This error goes away with following manual steps in backend :
su hdfs
hdfs dfs -mkdir /user/yarn
hdfs dfs -chown yarn:hdfs /user/yarn
Diffs
-----
contrib/views/slider/src/main/resources/ui/app/initialize.js 42bfb3f
contrib/views/slider/src/main/resources/ui/app/styles/common.less 4ae44b5
contrib/views/slider/src/main/resources/ui/app/templates/application.hbs
417db74
contrib/views/slider/src/main/resources/ui/test/integration/pages/slider_errors_test.js
78c797e
Diff: https://reviews.apache.org/r/26978/diff/
Testing
-------
tested on real cluster
Thanks,
Aleksandr Kovalenko