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

iryoung jeong updated HIVE-2489:
--------------------------------

    Attachment: HIVE-2489.patch

After some research about the issue, it may need some design decisions.

There're 3 ways to set port now - using default port, from cli(-p or old 
style), HIVE_PORT/METASTORE_PORT system env.
And after this issue is fixed, there'll be another way to configure port.

So, it's necessary cleaning up these.

Previous setting port precedence looks like this "default port < system env < 
CLI option"
(if higher one is set, then use it)

and, now it'll be "default port < system env < HiveConf < CLI option"

IMO, all other settings should be finally collected into a HiveConf object. So 
I implemented this way for HiveMetaStore.

But in HiveServer, some configurations are only available through CLI options, 
so I chose applying port number from HiveConf to previous CLI object.(which is 
required minimum code change, and I thought moving other settings to HiveConf 
is out of scope of this issue)

I'll attached a initial patch.
                
> Add configuration properties for HiveServer and HiveMetaStore port numbers
> --------------------------------------------------------------------------
>
>                 Key: HIVE-2489
>                 URL: https://issues.apache.org/jira/browse/HIVE-2489
>             Project: Hive
>          Issue Type: New Feature
>          Components: Configuration, Metastore
>            Reporter: Carl Steinbach
>         Attachments: HIVE-2489.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to