[ 
https://issues.apache.org/jira/browse/HIVE-20784?focusedWorklogId=443843&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-443843
 ]

ASF GitHub Bot logged work on HIVE-20784:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Jun/20 16:43
            Start Date: 10/Jun/20 16:43
    Worklog Time Spent: 10m 
      Work Description: belugabehr edited a comment on pull request #451:
URL: https://github.com/apache/hive/pull/451#issuecomment-642128924


   So this one should go into the branch-3 (3.x) release.  I don't know that 
there will be any more releases of branch-3.1
   
   Please go ahead and open a new PR against master too and just use the same 
JIRA ID.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 443843)
    Time Spent: 1h 20m  (was: 1h 10m)

> Migrate hbase.util.Base64 to java.util.Base64
> ---------------------------------------------
>
>                 Key: HIVE-20784
>                 URL: https://issues.apache.org/jira/browse/HIVE-20784
>             Project: Hive
>          Issue Type: Sub-task
>          Components: HBase Handler
>    Affects Versions: 3.1.0
>         Environment: HBase 2.0.2
> Hive 3.1.0
>            Reporter: Dagang Wei
>            Assignee: Dagang Wei
>            Priority: Critical
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> By default Hive 3.1.0 depends on HBase 2.0.0-alpha4. HBase 2.0.2 migrated 
> from hbase.util.Base64 to java.util.Base64 (HBASE-20884), which causes Hive 
> 3.1.0 fails to build with HBase 2.0.2.
>  
> $ cd hbase-handler
> $ mvn package -DskipTests -Dhbase.version=2.0.2
> [ERROR] 
> .../hive/hbase-handler/src/java/org/apache/hadoop/hive/hbase/HiveHBaseTableSnapshotInputFormat.java:[29,36]
>  cannot find symbol
> [ERROR] symbol: class Base64
> [ERROR] location: package org.apache.hadoop.hbase.util 
>  
> To make Hive works with 2.0.2+ (and also older versions), we should consider 
> migrating Hive to java.util.Base64.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to