You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/28 09:45:52 UTC

[GitHub] zuotingbing opened a new pull request #23917: [SPARK-27010][SQL] Find out the actual port number when hive.server2.thrift.port=0

zuotingbing opened a new pull request #23917: [SPARK-27010][SQL] Find out the actual port number when hive.server2.thrift.port=0
URL: https://github.com/apache/spark/pull/23917
 
 
   
   ## What changes were proposed in this pull request?
   Currently, if we set hive.server2.thrift.port=0, it hard to find out the actual port number which one we should use beeline to connect to.
   
   before:
   ![2019-02-28_170942](https://user-images.githubusercontent.com/24823338/53557240-779ad800-3b80-11e9-9567-175f28aa61da.png)
   
   after:
   ![2019-02-28_170904](https://user-images.githubusercontent.com/24823338/53557255-7f5a7c80-3b80-11e9-8ba6-9764c03e5407.png)
   
   use beeline to connect success:
   ![2019-02-28_170844](https://user-images.githubusercontent.com/24823338/53557267-85e8f400-3b80-11e9-90a5-f7f53a51cc32.png)
   
   
   ## How was this patch tested?
    manual tests
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org