Aihua Xu created HIVE-14820:
-------------------------------

             Summary: 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


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)

Reply via email to