Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Connector-V2][Hbase] Introduce hbase sink connector #4049

Merged
merged 10 commits into from
Feb 8, 2023

Conversation

TyrantLucifer
Copy link
Member

Purpose of this pull request

#3018

Check list

@TyrantLucifer TyrantLucifer changed the title [WIP][Feature][Connector-V2][Hbase] Introduce hbase sink connector [Feature][Connector-V2][Hbase] Introduce hbase sink connector Feb 4, 2023
@TyrantLucifer TyrantLucifer marked this pull request as ready for review February 4, 2023 09:11
@TyrantLucifer
Copy link
Member Author

Test case:

env {
  job.mode = "BATCH"
  execution.parallelism = 1
}

source {
  FakeSource {
    row.num = 200000
    schema {
      fields {
        name = string
        age = int
      }
    }
  }
}

transform {}

sink {
  Hbase {
    zookeeper_quorum = "hadoop001:2181,hadoop002:2181,hadoop003:2181"
    table = "seatunnel_test"
    rowkey_column = ["name"]
    family_name {
      all_columns = seatunnel
    }
  }
}

Zeta:

image

Spark:

image

Flink:

image

Hbase result:

image

@TyrantLucifer
Copy link
Member Author

@TyrantLucifer TyrantLucifer force-pushed the add-hbase-connector branch 4 times, most recently from 403b04a to 6ad7bf6 Compare February 6, 2023 15:36
Copy link
Member

@EricJoy2048 EricJoy2048 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TyrantLucifer TyrantLucifer merged commit 68bda94 into apache:dev Feb 8, 2023
harveyyue pushed a commit to harveyyue/seatunnel that referenced this pull request Feb 27, 2023
…#4049)

* [Feature][Connector-V2][Hbase] Introduce hbase sink connector

* [Feature][Connector-V2][Hbase] Introduce hbase sink connector

* [Feature][Connector-V2][Hbase] Add scope for connector-hbase

* [Feature][Connector-V2][Hbase] Add docs

* [Feature][Connector-V2][Hbase] Add e2e test case

* [Feature][Connector-V2][Hbase] Update release-note

* [Feature][Connector-V2][Hbase] Remove useless parameter

* [Feature][Connector-V2][Hbase] Fix code style

* [Feature][Connector-V2][Hbase] Test all data types

* [Feature][Connector-V2][Hbase] Optimize e2e test case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants