nsivabalan commented on code in PR #9668:
URL: https://github.com/apache/hudi/pull/9668#discussion_r1321982243


##########
.github/workflows/bot.yml:
##########
@@ -83,12 +89,13 @@ jobs:
           java-version: '8'
           distribution: 'adopt'
           architecture: x64
+          cache: maven
       - name: Build Project
         env:
           SCALA_PROFILE: ${{ matrix.scalaProfile }}
           SPARK_PROFILE: ${{ matrix.sparkProfile }}
         run:
-          mvn clean install -D"$SCALA_PROFILE" -D"$SPARK_PROFILE" 
-DskipTests=true $MVN_ARGS
+          mvn clean install -T 2 -D"$SCALA_PROFILE" -D"$SPARK_PROFILE" 
-DskipTests=true $MVN_ARGS

Review Comment:
   @yihua  @codope @xushiyan   : I remember we removed the multi-threading for 
some reason. can you folks recollect? 



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