[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823811#comment-15823811 ]
ramkrishna.s.vasudevan commented on FLINK-2168: ----------------------------------------------- Few questions on the package structure Where should the HBaseTableSource.scala be added? Should that be inside flink-libraries/flink-table? And where should the HBaseTableInputFormat be added? If I add it in the module flink-java like the other input formats then we don't have HBase reference in the pom? So can we modify the pom.xml of flink-java to have HBase library in it? If I move the HBaseTableInputFormat to flink-connector/flink-hbase then the HBaseTableSource.scala cannot access the HBaseTableInputFormat . Any suggestions here [~fhueske]? > Add HBaseTableSource > -------------------- > > Key: FLINK-2168 > URL: https://issues.apache.org/jira/browse/FLINK-2168 > Project: Flink > Issue Type: New Feature > Components: Table API & SQL > Affects Versions: 0.9 > Reporter: Fabian Hueske > Assignee: ramkrishna.s.vasudevan > Priority: Minor > Labels: starter > > Add a {{HBaseTableSource}} to read data from a HBase table. The > {{HBaseTableSource}} should implement the {{ProjectableTableSource}} > (FLINK-3848) and {{FilterableTableSource}} (FLINK-3849) interfaces. > The implementation can be based on Flink's {{TableInputFormat}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)