[ 
https://issues.apache.org/jira/browse/HIVE-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13226808#comment-13226808
 ] 

Ashutosh Chauhan commented on HIVE-2748:
----------------------------------------

Few comments:

* +hbase-test.version=0.92.0
Remove this. This variable is not used anywhere later. Test version to download 
is same as hbase.version

* Instead of
    hbaseConf.set("hbase.master", hbaseCluster.getMaster().toString());
Do:
   hbaseConf.set("hbase.master", 
hbaseCluster.getMaster().getServerName().getHostAndPort());

* There might be one more runtime dependency to run HBase test which you should 
be able to catch while running tests.


                
> Upgrade Hbase and ZK dependcies
> -------------------------------
>
>                 Key: HIVE-2748
>                 URL: https://issues.apache.org/jira/browse/HIVE-2748
>             Project: Hive
>          Issue Type: Task
>    Affects Versions: 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Enis Soztutar
>         Attachments: HIVE-2748.3.patch, HIVE-2748.D1431.1.patch, 
> HIVE-2748.D1431.2.patch, HIVE-2748_v4.patch
>
>
> Both softwares have moved forward with significant improvements. Lets bump 
> compile time dependency to keep up

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