-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61006/
-----------------------------------------------------------
Review request for Ambari, Dmytro Grinenko, Di Li, Dmitro Lisnichenko, Jonathan
Hurley, Sumit Mohanty, Sid Wagle, and Tim Thorpe.
Bugs: AMBARI-21541
https://issues.apache.org/jira/browse/AMBARI-21541
Repository: ambari
Description
-------
Py API was updated in AMBARI-21531. Client component restart fails after Ambari
upgrade while running custom hook script on Suse 11. This causes the before-ANY
hook in BI 4.2 and 4.2.5 stack to fail to execute with error:
resource_management.core.exceptions.InvalidArgument: User['hive'] Expected an
integer for uid received '1001'
Diffs
-----
ambari-server/src/main/resources/stacks/BigInsights/4.0/hooks/before-ANY/scripts/shared_initialization.py
1c98fb8
ambari-server/src/main/resources/stacks/BigInsights/4.2.5/hooks/before-ANY/scripts/shared_initialization.py
930ed1f
Diff: https://reviews.apache.org/r/61006/diff/1/
Testing
-------
patch cluster, restart services.
Thanks,
Di Li