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

ASF GitHub Bot logged work on BEAM-9278:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Feb/20 13:42
            Start Date: 10/Feb/20 13:42
    Worklog Time Spent: 10m 
      Work Description: suztomo commented on issue #10814: [BEAM-9278] Make 
HBase client a provided dependency in HBaseIO
URL: https://github.com/apache/beam/pull/10814#issuecomment-584128211
 
 
   ```
   java.lang.NoSuchMethodError: 
org.apache.hadoop.security.authentication.util.KerberosUtil.hasKerberosTicket(Ljavax/security/auth/Subject;)Z
        at 
org.apache.hadoop.security.UserGroupInformation.<init>(UserGroupInformation.java:657)
   ```
   
   'provided' dependency of beam-sdks-java-io-hbase will not appear in other 
modules that depends on beam-sdks-java-io-hbase. However, I thought the 
provided dependency should be there when running tests for 
beam-sdks-java-io-hbase.
   
   `./gradlew -p sdks/java/io/hbase/ dependencies` would clarify what 
dependencies are included when running tests. There must be another artifact 
that contains `org.apache.hadoop.security.authentication.util.KerberosUtil` 
without the `void hasKerberosTicket(Subject arg)` method.
   
   
 
----------------------------------------------------------------
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: 384404)
    Time Spent: 0.5h  (was: 20m)

> Make HBase client a provided dependency in HBaseIO
> --------------------------------------------------
>
>                 Key: BEAM-9278
>                 URL: https://issues.apache.org/jira/browse/BEAM-9278
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-hbase
>            Reporter: Ismaël Mejía
>            Assignee: Ismaël Mejía
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> HBaseIO relies on included version of `hbase-shaded-client`. However it is 
> common that Hadoop distributions provide their own client versions, so it is 
> a good idea to allow users to provide their own shaded client versions.
> This in particular enables users to provide HBase 2 based dependencies. We 
> are not yet testing deps against Beam due to unrelated issues at BEAM-7435 
> (so Beam internal testing is still WIP).



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

Reply via email to