You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/01 00:40:00 UTC

[jira] [Commented] (HUDI-1872) Move HoodieFlinkStreamer into hudi-utilities module

    [ https://issues.apache.org/jira/browse/HUDI-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391076#comment-17391076 ] 

ASF GitHub Bot commented on HUDI-1872:
--------------------------------------

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



##########
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:
       We may need a separate profile for flink or a separate bundle for hudi-flink-utilities




-- 
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


> Move HoodieFlinkStreamer into hudi-utilities module
> ---------------------------------------------------
>
>                 Key: HUDI-1872
>                 URL: https://issues.apache.org/jira/browse/HUDI-1872
>             Project: Apache Hudi
>          Issue Type: Task
>          Components: Flink Integration
>            Reporter: Danny Chen
>            Assignee: Vinay
>            Priority: Major
>              Labels: pull-request-available, sev:normal
>             Fix For: 0.9.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)