forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-22623][hbase] Drop BatchTableSource/Sink HBaseTableSource/Sink…
… and related classes This removes the HBaseTableSource/Sink and related classes including various HBaseInputFormats and HBaseSinkFunction. It is possible to read via Table & SQL API and convert the Table to DataStream API (or vice versa) if necessary. DataSet API is not supported anymore. This closes apache#15905.
- Loading branch information
Showing
41 changed files
with
223 additions
and
4,847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
...nk-connector-hbase-1.4/src/main/java/org/apache/flink/addons/hbase1/TableInputFormat.java
This file was deleted.
Oops, something went wrong.
228 changes: 0 additions & 228 deletions
228
...nnector-hbase-1.4/src/main/java/org/apache/flink/connector/hbase1/HBase1TableFactory.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.