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.