Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.5.2
-
None
-
None
Description
https://issues.apache.org/jira/browse/AMBARI-21570 introduced a configuration hive.custom-extensions.root.
All hive.* variables are treated as hive configuration variables and thus hive is complaining the following:
"WARN [main] conf.HiveConf (HiveConf.java:initialize(3081)) - HiveConf of name hive.custom-extensions.root does not exist"
If this is not a hive related configuration, we should not use hive.* namespace for it. Or
If it is hive related configuration we should add corresponding patch in hive to add this variable to HiveConf.java
This has broken all our automated tests.
Attachments
Issue Links
- duplicates
-
AMBARI-21876 Remove hive.custom-extensions.root from Hive Properties.
- Resolved