You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/08/06 12:57:31 UTC

[GitHub] [hudi] veenaypatil commented on a change in pull request #3162: [HUDI-1872] Move HoodieFlinkStreamer to hudi-utilities module

veenaypatil commented on a change in pull request #3162:
URL: https://github.com/apache/hudi/pull/3162#discussion_r684214049



##########
File path: packaging/hudi-utilities-bundle/pom.xml
##########
@@ -364,6 +372,33 @@
       <artifactId>curator-recipes</artifactId>
       <version>${zk-curator.version}</version>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.hudi</groupId>
+      <artifactId>hudi-flink_${scala.binary.version}</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hudi</groupId>
+      <artifactId>hudi-flink-client</artifactId>
+      <version>${project.version}</version>
+    </dependency>

Review comment:
       @danny0405  we discussed on the mailing regarding this and decided to go ahead with using a single utilities bundle for Flink and spark. 
   
   cc @vinothchandar 
   




-- 
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@hudi.apache.org

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