Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Created while fixing HIVE-84.
Most of variables in HiveConf fall into two distinct categories: valid only for a job (job name, id etc) and valid across sessions and jobs. So it may be good idea to explicitly distinguish them so that changes in HiveConf object can be detected and acted appropriately.
I suppose this requites a sizable refactoring of the code in SessionState, HiveConf & Hive classes.