You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Aihua Xu (JIRA)" <ji...@apache.org> on 2016/09/22 19:47:20 UTC

[jira] [Updated] (HIVE-14820) RPC server for spark inside HS2 is not getting server address properly

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

Aihua Xu updated HIVE-14820:
----------------------------
    Attachment: HIVE-14820.1.patch

> RPC server for spark inside HS2 is not getting server address properly
> ----------------------------------------------------------------------
>
>                 Key: HIVE-14820
>                 URL: https://issues.apache.org/jira/browse/HIVE-14820
>             Project: Hive
>          Issue Type: Bug
>          Components: Spark
>    Affects Versions: 2.0.1
>            Reporter: Aihua Xu
>            Assignee: Aihua Xu
>         Attachments: HIVE-14820.1.patch
>
>
> When hive.spark.client.rpc.server.address is configured, this property is not retrieved properly because we are getting the value by {{String hiveHost = config.get(HiveConf.ConfVars.SPARK_RPC_SERVER_ADDRESS);}}  which always returns null in getServerAddress() call of RpcConfiguration.java. Rather it should be {{String hiveHost = config.get(HiveConf.ConfVars.SPARK_RPC_SERVER_ADDRESS.varname);}}.



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