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/06/13 03:00:05 UTC

[GitHub] [incubator-inlong] thexiay opened a new pull request, #4649: [Improve][InLong] Re-optimization distribute package

thexiay opened a new pull request, #4649:
URL: https://github.com/apache/incubator-inlong/pull/4649

   ### Prepare a Pull Request
   *(Change the title refer to the following example)*
   
   [Improve][InLong] Re-optimization distribute package
   
   - Fixes #4674
   
   ### Motivation
   
   1.remove redundant package sort-connectors jar in release tar.gz
   2.rename sort-connectors folder in connector.tar.gz
   3.add dependency to support multiple thread compile
   
   ### Modifications
   
   Re-optimization distribute package
   
   


-- 
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] [incubator-inlong] healchow commented on a diff in pull request #4649: [Improve][InLong] Re-optimization distribute package

Posted by GitBox <gi...@apache.org>.
healchow commented on code in PR #4649:
URL: https://github.com/apache/incubator-inlong/pull/4649#discussion_r895293318


##########
inlong-distribution/pom.xml:
##########
@@ -32,6 +32,55 @@
     <packaging>pom</packaging>
     <name>Apache InLong - Distribution</name>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.inlong</groupId>
+            <artifactId>sort-dist</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.inlong</groupId>
+            <artifactId>inlong-manager</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.inlong</groupId>
+            <artifactId>inlong-manager</artifactId>

Review Comment:
   why two inlong-manager?



-- 
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] [incubator-inlong] gosonzhang merged pull request #4649: [Improve][Sort] Re-optimize the distribution package of the Sort connectors

Posted by GitBox <gi...@apache.org>.
gosonzhang merged PR #4649:
URL: https://github.com/apache/incubator-inlong/pull/4649


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