yihua commented on a change in pull request #5171:
URL: https://github.com/apache/hudi/pull/5171#discussion_r838921538



##########
File path: pom.xml
##########
@@ -1587,40 +1589,69 @@
       </build>
     </profile>
 
+    <!-- hudi-spark2-bundle is an alias for hudi-spark-bundle -->
     <profile>
       <id>spark2</id>
+      <properties>
+        <sparkbundle.version>2</sparkbundle.version>
+      </properties>
+      <activation>
+        <property>
+          <name>spark2</name>
+        </property>
+      </activation>
+    </profile>
+
+    <profile>
+      <id>spark2.x</id>

Review comment:
       Originally spark2 is activated by default, generating hudi-spark-bundle 
(no number).  I now keep it as is and only have one new profile of spark2.4 
generating hudi-spark2.4-bundle.  There is no point of generating 
hudi-spark2-bundle as it's not there before.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to