[
https://issues.apache.org/jira/browse/HIVE-11550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eugene Koifman updated HIVE-11550:
----------------------------------
Description:
HiveConf is a SessionState level object. Some ACID related logic makes changes
to it (which are meant to be per query) but become permanent.
See SemanticAnalyzer.checkAcidConstraints()
Also note HiveConf.setVar(conf,
HiveConf.ConfVars.DYNAMICPARTITIONINGMODE, "nonstrict");
in UpdateDeleteSemancitAnalzyer
[~alangates], do you know of other cases or ideas on how to deal with this
differently?
was:
HiveConf is a SessionState level object. Some ACID related logic makes changes
to it (which are meant to be per query) but become permanent.
See SemanticAnalyzer.checkAcidConstraints()
[~alangates], do you know of other cases or ideas on how to deal with this
differently?
> ACID queries pollute HiveConf
> -----------------------------
>
> Key: HIVE-11550
> URL: https://issues.apache.org/jira/browse/HIVE-11550
> Project: Hive
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 1.0.0
> Reporter: Eugene Koifman
> Assignee: Eugene Koifman
>
> HiveConf is a SessionState level object. Some ACID related logic makes
> changes to it (which are meant to be per query) but become permanent.
> See SemanticAnalyzer.checkAcidConstraints()
> Also note HiveConf.setVar(conf,
> HiveConf.ConfVars.DYNAMICPARTITIONINGMODE, "nonstrict");
> in UpdateDeleteSemancitAnalzyer
> [~alangates], do you know of other cases or ideas on how to deal with this
> differently?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)