[ 
https://issues.apache.org/jira/browse/HIVE-14241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379659#comment-15379659
 ] 

Eugene Koifman edited comment on HIVE-14241 at 7/15/16 4:49 PM:
----------------------------------------------------------------

The issue is not HiveConf - that is shared.  The issue is that HiveConf is 
passed to JobConf which copies all values from HiveConf.  So modifying HiveConf 
after that has no effect on JobConf.


was (Author: ekoifman):
The issue is not HiveConf - that is share.  The issue is that HiveConf is 
passed to JobConf which copies all values from HiveConf.  So modifying HiveConf 
after that has no effect on JobConf.

> Acid clashes with ConfVars.HIVEFETCHTASKCONVERSION <> "none"
> ------------------------------------------------------------
>
>                 Key: HIVE-14241
>                 URL: https://issues.apache.org/jira/browse/HIVE-14241
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 1.3.0, 2.0.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>            Priority: Critical
>             Fix For: 1.3.0, 2.2.0, 2.1.1
>
>         Attachments: HIVE-14241.patch
>
>
> Some queries are optimized so as not to create an MR job. This somehow causes 
> the Configuration object in FetchOperator to be passed to the operator before 
> Driver.recordValidTxns() is called. So then to this op it looks like there 
> are no valid txns and it returns nothing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to