-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62226/
-----------------------------------------------------------
Review request for Ambari, Dmytro Grinenko, Dmitro Lisnichenko, and Nate Cole.
Bugs: AMBARI-21931
https://issues.apache.org/jira/browse/AMBARI-21931
Repository: ambari
Description
-------
There are several "INVALID" types listed in the stack_packages.json file. These
were placeholders that need to be updated with the packages exposed by the
stack-select tool.
{code}
...
"HDFS_CLIENT": {
"STACK-SELECT-PACKAGE": "hadoop-client",
"INSTALL": [
"hadoop-client"
],
"PATCH": [
"INVALID"
],
"STANDARD": [
"hadoop-client"
]
},
...
{code}
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/functions/stack_select.py
eac1bef13c
ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json
704fb54293
ambari-server/src/test/python/stacks/utils/RMFTestCase.py 0341092b69
Diff: https://reviews.apache.org/r/62226/diff/1/
Testing
-------
PENDING...
Thanks,
Jonathan Hurley