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

Gunther Hagleitner commented on HIVE-3861:
------------------------------------------

bq. protobuf jar is already pulled in via ql. I think we don't need to declare 
it here. Transitive dependency should take care of it.

Done.

bq. file:// vs file:/// whats the reason for that? Can you test this on 
windows? I remember last time we had trouble with hbase integration on windows 
for which this thing was related.

You need the three slashes especially on windows. The RFCs require "///" (two 
for the authority, one to separate host from path). When you don't have a host 
that leaves "file:///<path>". On unix you typically get away with two, but on 
windows ("C:...") you need the third.

                
> Upgrade hbase dependency to 0.94
> --------------------------------
>
>                 Key: HIVE-3861
>                 URL: https://issues.apache.org/jira/browse/HIVE-3861
>             Project: Hive
>          Issue Type: Bug
>          Components: HBase Handler
>            Reporter: Gunther Hagleitner
>            Assignee: Gunther Hagleitner
>         Attachments: HIVE-3861.2.patch, HIVE-3861.3.patch, HIVE-3861.4.patch, 
> HIVE-3861.patch
>
>
> Hive tests fail to run against hbase v0.94.2. Proposing to upgrade the 
> dependency and change the test setup to properly work with the newer version.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to