TyrantLucifer commented on PR #4049:
URL:
https://github.com/apache/incubator-seatunnel/pull/4049#issuecomment-1416713504
Test case:
```hocon
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:

Spark:

Flink:

Hbase result:

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]