Brock Noland created HIVE-9075: ---------------------------------- Summary: Allow RPC Configuration Key: HIVE-9075 URL: https://issues.apache.org/jira/browse/HIVE-9075 Project: Hive Issue Type: Sub-task Reporter: Brock Noland
[~vanzin] has a bunch of nice config properties in RpcConfiguration: https://github.com/apache/hive/blob/spark/spark-client/src/main/java/org/apache/hive/spark/client/rpc/RpcConfiguration.java#L68 However, we only load config properties which start with spark: https://github.com/apache/hive/blob/spark/ql/src/java/org/apache/hadoop/hive/ql/exec/spark/HiveSparkClientFactory.java#L102 thus it's not possible to set this one the server. -- This message was sent by Atlassian JIRA (v6.3.4#6332)