Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
1.10.0
Description
Currently when using hbase connector with Flink SQL, below manual steps are required:
- export HBASE_CONF_DIR
- add hbase libs to flink_lib(because the hbase connnector doesn't have client's( and others) jar)
And we should improve this.
For 1) we could supportĀ read hbase conf dir from flink-conf.yaml just like hadoop/yarn does.
For 2) we should support HBASE_CLASSPATH inĀ config.sh. In case of jar conflicts such as guava, we also should support flink-hbase-shaded just like hadoop does
In this JIRA we focus on implementing the 1st proposal.
Attachments
Issue Links
- relates to
-
FLINK-17678 Create flink-sql-connector-hbase module to shade HBase
- Closed
- links to