dongjoon-hyun commented on code in PR #45107:
URL: https://github.com/apache/spark/pull/45107#discussion_r1490233363


##########
.github/workflows/build_and_test.yml:
##########
@@ -147,8 +147,9 @@ jobs:
             mllib-local, mllib, graphx
           - >-
             streaming, sql-kafka-0-10, streaming-kafka-0-10, 
streaming-kinesis-asl,
-            yarn, kubernetes, hadoop-cloud, spark-ganglia-lgpl,
-            connect, protobuf
+            kubernetes, hadoop-cloud, spark-ganglia-lgpl, protobuf
+          - >-
+            yarn, connect

Review Comment:
   Ya, I also was reluctant. It will take `34 minutes` in total run time. The 
second goal is to reduce the re-trigger time. Previously, YARN/Connect/Kafka 
modules build a bad synergy because their failure rates are multiplied. And, I 
needed to re-trigger and wait over 70 ~ 90minutes for this pipeline.
   
   ![Screenshot 2024-02-14 at 16 39 
19](https://github.com/apache/spark/assets/9700541/e1afe7d3-8c0c-4ac0-93d0-34c810eb6366)
   



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to