You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/03/01 02:56:43 UTC

[incubator-seatunnel] branch dev updated (d0a4814 -> c01d392)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git.


    from d0a4814  [Improve]optimize some code (#1354)
     add c01d392  [Feature][Connector] Add hbase spark source (#1355)

No new revisions were added by this update.

Summary of changes:
 .../en/spark/configuration/source-plugins/Hbase.md | 37 ++++++++++++++++++++++
 .../org.apache.seatunnel.spark.BaseSparkSource     |  2 +-
 .../org/apache/seatunnel/spark/source/Hbase.scala} | 23 ++++++++++----
 3 files changed, 54 insertions(+), 8 deletions(-)
 create mode 100644 docs/en/spark/configuration/source-plugins/Hbase.md
 copy seatunnel-connectors/{seatunnel-connector-spark-file => seatunnel-connector-spark-hbase}/src/main/resources/META-INF/services/org.apache.seatunnel.spark.BaseSparkSource (95%)
 copy seatunnel-connectors/{seatunnel-connector-spark-hudi/src/main/scala/org/apache/seatunnel/spark/source/Hudi.scala => seatunnel-connector-spark-hbase/src/main/scala/org/apache/seatunnel/spark/source/Hbase.scala} (68%)