You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/28 05:28:29 UTC

[GitHub] [inlong] ZuoFengZhang opened a new pull request, #6645: [Sort][Manager] Support Apache Hudi

ZuoFengZhang opened a new pull request, #6645:
URL: https://github.com/apache/inlong/pull/6645

   ### Prepare a Pull Request
   Support Apache Hudi in  #5099 
   
   - [Sort][Manager] Support Apache Hudi
   
   - Fixes [[Umbrella] Support Apache Hudi](https://github.com/apache/inlong/issues/5099)
   
   ### Motivation
   
   - Add Apache Hudi connector module in Sort
   - Add Apache Hudi Extract Load for Sort
   - Manage the Apache Hudi Extract/Load Node
   
   
   ### Modifications
   
   - [x] Introduce the flink connector module - `sort-connector/hudi`
   - [ ] Adapt the Apache Hudi's metric to the unique format of inlong
   - [ ] Extract Load for Hudi Sort
   - [ ] User documents for using
   
   ### Verifying this change
   
   
   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] XuQianJin-Stars commented on a diff in pull request #6645: [INLONG-5099][Sort][Manager] Support Apache Hudi

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on code in PR #6645:
URL: https://github.com/apache/inlong/pull/6645#discussion_r1033141134


##########
pom.xml:
##########
@@ -153,6 +153,7 @@
         <pulsar.testcontainers.version>1.15.3</pulsar.testcontainers.version>
         <kafka.version>2.4.1</kafka.version>
         <iceberg.version>0.13.2</iceberg.version>
+        <hudi.version>0.11.1</hudi.version>

Review Comment:
   0.11.1 -> 0.12.1?



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] ZuoFengZhang commented on a diff in pull request #6645: [INLONG-5099][Sort][Manager] Support Apache Hudi

Posted by GitBox <gi...@apache.org>.
ZuoFengZhang commented on code in PR #6645:
URL: https://github.com/apache/inlong/pull/6645#discussion_r1033147206


##########
pom.xml:
##########
@@ -153,6 +153,7 @@
         <pulsar.testcontainers.version>1.15.3</pulsar.testcontainers.version>
         <kafka.version>2.4.1</kafka.version>
         <iceberg.version>0.13.2</iceberg.version>
+        <hudi.version>0.11.1</hudi.version>

Review Comment:
   Ok, bump version to 0.12.1



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] ZuoFengZhang closed pull request #6645: [INLONG-6646][Sort] Support Apache Hudi connector

Posted by GitBox <gi...@apache.org>.
ZuoFengZhang closed pull request #6645: [INLONG-6646][Sort] Support Apache Hudi connector
URL: https://github.com/apache/inlong/pull/6645


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org