[
https://issues.apache.org/jira/browse/HIVE-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864903#action_12864903
]
John Sichi commented on HIVE-1339:
----------------------------------
At least in trunk, the processing for the set command is in this class:
ql/src/java/org/apache/hadoop/hive/ql/processors/SetProcessor.java
CLI just wraps this.
> Allow setting of per-job configuration properties for JDBC driver
> -----------------------------------------------------------------
>
> Key: HIVE-1339
> URL: https://issues.apache.org/jira/browse/HIVE-1339
> Project: Hadoop Hive
> Issue Type: New Feature
> Components: Clients
> Affects Versions: 0.4.0
> Reporter: Patrick Angeles
>
> From the CLI you can do:
> hive> set mapred.reduce.tasks = 5 ;
> hive> SELECT a, b, c FROM t WHERE a < 10 ;
> Currently, there is no way to set per-job configuration parameters (e.g.,
> mapred.reduce.tasks) via the JDBC client.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.