You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2014/04/04 11:46:15 UTC

[jira] [Updated] (HIVE-6839) Config changes in hive CLI should be propagated to tez configs in Hive

     [ https://issues.apache.org/jira/browse/HIVE-6839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajesh Balamohan updated HIVE-6839:
-----------------------------------

    Summary: Config changes in hive CLI should be propagated to tez configs in Hive  (was: SetProcessor should propagate config changes to TezSessionState)

> Config changes in hive CLI should be propagated to tez configs in Hive
> ----------------------------------------------------------------------
>
>                 Key: HIVE-6839
>                 URL: https://issues.apache.org/jira/browse/HIVE-6839
>             Project: Hive
>          Issue Type: Bug
>          Components: Tez
>            Reporter: Rajesh Balamohan
>            Assignee: Rajesh Balamohan
>            Priority: Critical
>
> When "hive.execution.engine=tez" is enabled, hive cli launches a tez session.  But any config changes via "set" command is not propagated to TezSessions.  
> E.g 
> 1. hive --hiveconfig hive.execution.engine=tez
> 2. set tez.runtime.io.sort.mb = 1024;
> 3. set tez.runtime.io.sort.mb (//to verify if the parameter is set)
> 4. Run a hive query and check the app logs.  It would not reflect 1024 for  "tez.runtime.io.sort.mb"



--
This message was sent by Atlassian JIRA
(v6.2#6252)