-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57793/
-----------------------------------------------------------
Review request for Ambari, Dmytro Sen, Sumit Mohanty, Swapan Shridhar, Sid
Wagle, and Vitalyi Brodetskyi.
Bugs: AMBARI-20511
https://issues.apache.org/jira/browse/AMBARI-20511
Repository: ambari
Description
-------
YARN service check is failing on HDP 3.0 since Ambari is still looking for a
2.* jar instead of 3.*
```
resource_management.core.exceptions.ExecutionFailed: Execution of 'hadoop
--config /usr/hdp/current/hadoop-client/conf jar
/usr/hdp/current/hadoop-mapreduce-client/hadoop-mapreduce-examples-2.*.jar
wordcount /user/ambari-qa/mapredsmokeinput /user/ambari-qa/mapredsmokeoutput'
returned 255. JAR does not exist or is not a normal file:
/usr/hdp/3.0.0.0-154/hadoop-mapreduce/hadoop-mapreduce-examples-2.*.jar
```
Slider is failing because it currently does not have the Storm plugin, which is
expected this early in the release, so comment it out for now.
```
raise Fail("Cannot create directory '{0}' as '{1}' is a broken
symlink".format(path, dirname))
resource_management.core.exceptions.Fail: Cannot create directory
'/usr/hdp/current/storm-slider-client/conf' as
'/usr/hdp/current/storm-slider-client' is a broken symlink
```
Diffs
-----
ambari-server/src/main/resources/common-services/SLIDER/0.91.0.3.0/package/scripts/slider.py
f7d7fbf
ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/package/scripts/params_linux.py
d88f518
Diff: https://reviews.apache.org/r/57793/diff/1/
Testing
-------
Python unit tests passed.
----------------------------------------------------------------------
Total run:1192
Total errors:0
Total failures:0
OK
Verified on live cluster.
Thanks,
Alejandro Fernandez