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

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

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

    https://github.com/apache/flink/pull/571#discussion_r28869610
  
    --- Diff: flink-staging/flink-hbase/pom.xml ---
    @@ -112,6 +112,12 @@ under the License.
                                </exclusion>
                        </exclusions>
                </dependency>
    +           <dependency>
    --- End diff --
    
    Unfortunately the TableInputFormat and TableOutputFormat are in the server 
jar.
    For the read we've reimplemented it to make it more robust so we don't need 
that jar, but for the output it is indeed required.


> 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