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

ASF GitHub Bot commented on FLINK-1828:
---------------------------------------

Github user StephanEwen commented on a diff in the pull request:

    https://github.com/apache/flink/pull/571#discussion_r28961417
  
    --- Diff: flink-staging/flink-hbase/pom.xml ---
    @@ -112,6 +112,12 @@ under the License.
                                </exclusion>
                        </exclusions>
                </dependency>
    +           <dependency>
    --- End diff --
    
    Fair enough. Then the dependency should not be in test scope, but in the 
default scope, so users get this dependency into their fat jar as well when 
using the HBase output format. May be worth to define a few exclusions, though, 
to not get the complete tail of transitive HBase dependencies (I think that 
even includes JRuby and so on)


> Impossible to output data to an HBase table
> -------------------------------------------
>
>                 Key: FLINK-1828
>                 URL: https://issues.apache.org/jira/browse/FLINK-1828
>             Project: Flink
>          Issue Type: Bug
>          Components: Hadoop Compatibility
>    Affects Versions: 0.9
>            Reporter: Flavio Pompermaier
>              Labels: hadoop, hbase
>             Fix For: 0.9
>
>
> Right now it is not possible to use HBase TableOutputFormat as output format 
> because Configurable.setConf  is not called in the configure() method of the 
> HadoopOutputFormatBase



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to