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

[Api draft][connector] Add Kudu source and sink connector #2250

Closed
wants to merge 78 commits into from

Conversation

2013650523
Copy link
Contributor

@2013650523 2013650523 commented Jul 23, 2022

Purpose of this pull request

Check list

CalvinKirs and others added 30 commits July 1, 2022 16:24
[API-DRAFT] [MERGE] Merge api-draft to dev branch
* Ignore some dead-link check

* Update .dlc.json
* unify connector v2 modules name

* add codeql check timeout from 30min to 60min
* [Connector-V2]Hive Source

* Unified dep version

* Unified dep version

* Add License and Notice
upgrade beanutils to 1.9.4
upgrade cli to 1.4
* add file sink connector v2

* Update docs/en/connector-v2/sink/File.mdx

Co-authored-by: Hisoka <fanjiaeminem@qq.com>

* Update docs/en/connector-v2/sink/File.mdx

Co-authored-by: Hisoka <fanjiaeminem@qq.com>
…er (apache#2112)

* [seatunnel-1947][seatunnel-server] init & add interface for script/script_param/user

* [seatunnel-1947][seatunnel-server] update mysql connection

* [seatunnel-1947][seatunnel-server] adjust for reviews.

Co-authored-by: dijie <nj18652727118@gmail.com>
* [Core][Plugin] fix same plugin can't create twice error.

* [Core][Plugin] change create plugin instance method name to createPluginInstance.
apache#2085)

* Fix the data output exception when accessing Hive using Spark JDBC Source

* add License

* format code

Co-authored-by: zhaobingzhi <zhaobingzhi@gitv.cn>
The simple example of contribution location on the official website has not been updated
* [doc][connector-v2] pulsar source options doc

Simplify option's name and add detailed documentation

* [doc][connector-v2] Standardized Pulsar document
* tmp commit

* add hadoop2 and hadoop3 shade jar

* add hadoop2 and hadoop3 shade jar

* add license head

* change know denpendencies

* tmp commit

* tmp commit

* change hadoop dependency scope to provide

* back pom

* fix checkstyle

* add example

* fix example bug

* remove file connector from example and e2e because hadoop2 can not compile with jdk11

* no need jdk8 and jdk11 profile because we don't use hadoop shade jar

* change hadoop jar dependency scope to provided

* back

* file connector can not build in jdk11

* drop hadoop shade

* add gitignore item

* add hadoop and local file sink

* fix pom error

* fix pom error

* fix pom error

* implement new interface

* fix UT error

* fix e2e error

* update build timeout from 30min to 40min

* fix e2e error

* remove auto service

* fix e2e error

* fix e2e error

* fix e2e error

* found e2e error

* fix e2e error

* fix e2e error

* fix e2e error

* merge from upstream

* merge from upstream

* merge from upstream

* merge from upstream

* merge from upstream

* add mvn jvm option

* add mvn jvm option

* add license

* add licnese

* add licnese

* fix dependency

* fix build jvm oom

* fix build jvm oom

* fix build jvm oom

* fix dependency

* fix dependency

* fix e2e error

* add codeql check timeout from 30min to 60min

* merge from dev

* merge from dev

* fix ci error

* fix checkstyle

* fix ci

* fix ci

* aa

* aa

* aa

* add .idea

* del .idea

* del .idea

* del .idea

* del .idea

* remove no use license

* remove no use before and after method in test

* fix license; remove dependency

* fix review

* fix build order

* fix license

* fix license

* fix review

* fix review

* fix review

* fix review

* fix review

* fix review

* fix review

* fix review

* fix review

* add code-analysys timeout to 120

* retry ci

* update license and remove no use jar from LICENSE file

* retry ci

Co-authored-by: Hisoka <fanjiaeminem@qq.com>
1. class name of SeaTunnelRuntimeEnvironment changes to SeaTunnelContextAware
2. Serializer doesn't need to extend Serializable
3. unify Enumerator concept
* Update new-license.md

* Update new-license.md

* Update new-license.md
* [Connector-V2]Add Hudi Source

* fix dependency licenses

* add hudi souce v2 doc

* fix doc

* fix doc links checked
)

* [Bug] [seatunnel-core] Failed to get APP_DIR path bug fixed

* [Bug] [seatunnel-core] Failed to get APP_DIR path bug fixed

* [Bug] [seatunnel-core] Failed to get APP_DIR path bug fixed

Co-authored-by: Gerry <youyang.kou@relx.com>
EricJoy2048 and others added 22 commits July 19, 2022 18:41
Flink 1.13.6 version is compatible with 1.12, but not applicable to below 1.12
Currently, url https://seatunnel.apache.org/docs/category/source
will expand two parent sidebar with both source and source-v2.
This is because we're using same slug in our sidebars.js.
)

* [Core][Starter] Fix connector v2 can't deserialize on spark

* [Core][Starter] Add SerializationUtils Unit Test

* [Core][Starter] Add SerializationUtils Unit Test

* [Core][Flink] Fixed FlinkEnvironment registerPlugin logic both old and new api
* [Improvement][core] StateT of SeaTunnelSource should extend `Serializable`
,so that `org.apache.seatunnel.api.source.SeaTunnelSource.getEnumeratorStateSerializer` can support a default implementation.
This will be useful to each SeaTunnelSource subclass implementation.

* repetitive dependency

repetitive dependency

* [Improvement][connector-v2] postgre jar should be contained in container like mysql-java, so it should be  provided, not compile

* [Improvement][connector-v2] remove the code block in the implementation class to keep code clean.

* [Improvement][connector-v2] remove unused import

* [Improvement][connector-v2] modify import order

Co-authored-by: bjyflihongyu <lihongyuinfo@jd.com>
add kudu dependency
add kudu
* [CI]Fix License Check not found snapshot jar

* Update backend.yml

* Update backend.yml
@CalvinKirs
Copy link
Member

Hi, could you submit it to the DEV branch?

@2013650523
Copy link
Contributor Author

2013650523 commented Jul 24, 2022

Hi, I have submitted the PR to Dev branch at #2254,But this is the first time FOR me to submit PR. Could you please check whether there is anything wrong with this? Will all subsequent connectors be submitted to the dev branch?

@CalvinKirs
Copy link
Member

CalvinKirs commented Jul 24, 2022

Hi, I have submitted the PR to Dev branch at #2254,But this is the first time FOR me to submit PR. Could you please check whether there is anything wrong with this?

Thanks,I'll take a look later.

Will all subsequent connectors be submitted to the dev branch?

Yup:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet