-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64373/
-----------------------------------------------------------
Review request for Ambari, Eugene Chekanskiy, Robert Levas, Sandor Molnar, and
Sid Wagle.
Bugs: AMBARI-22492
https://issues.apache.org/jira/browse/AMBARI-22492
Repository: ambari
Description
-------
The default values of hive_repl_cmrootdir, hive_repl_rootdir are empty string.
The empty string can pass through the existing is None check which will cause
the webhdfsresource to build an incorrect url.
Diffs
-----
ambari-common/src/main/python/resource_management/libraries/providers/hdfs_resource.py
0c45719
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py
603bc92
Diff: https://reviews.apache.org/r/64373/diff/1/
Testing
-------
Tested by starting hiveserver2.
existing tests: pending
Thanks,
Attila Magyar