You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/06/20 02:26:51 UTC

[GitHub] [spark] HyukjinKwon opened a new pull request, #36915: [SPARK-39517][INFRA] Recover branch-3.2 build broken by is-changed.py script missing

HyukjinKwon opened a new pull request, #36915:
URL: https://github.com/apache/spark/pull/36915

   ### What changes were proposed in this pull request?
   
   Currently scheduled jobs fail as below (https://github.com/apache/spark/runs/6913767185?check_suite_focus=true):
   
   {code}
   Run build=`./dev/is-changed.py -m avro,build,catalyst,core,docker-integration-tests,examples,graphx,hadoop-cloud,hive,hive-thriftserver,kubernetes,kvstore,launcher,mesos,mllib,mllib-local,network-common,network-shuffle,pyspark-core,pyspark-ml,pyspark-mllib,pyspark-pandas,pyspark-pandas-slow,pyspark-resource,pyspark-sql,pyspark-streaming,repl,sketch,spark-ganglia-lgpl,sparkr,sql,sql-kafka-0-10,streaming,streaming-kafka-0-10,streaming-kinesis-asl,tags,unsafe,yarn`
   /home/runner/work/_temp/f86503c6-6b49-448e-b4b7-ac31411a87db.sh: line 1: ./dev/is-changed.py: No such file or directory
   Error: Process completed with exit code 127.
   {code}
   
   because `is-changed.py` script is missing. The scheduled jobs are created by `master` branch. This PR fixes it by explicitly setting all modules to test if the script is missing.
   
   ### Why are the changes needed?
   
   To recover the scheduled builds in branch-3.2.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, test-only.
   
   ### How was this patch tested?
   
   I manually tested the fixed shell commands locally.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun commented on pull request #36915: [SPARK-39517][INFRA] Recover branch-3.2 build broken by is-changed.py script missing

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on PR #36915:
URL: https://github.com/apache/spark/pull/36915#issuecomment-1159919226

   BTW, as an alternative, we may want to cherry-pick `is-changed.py` to old branches, @HyukjinKwon .


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #36915: [SPARK-39517][INFRA] Recover branch-3.2 build broken by is-changed.py script missing

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on PR #36915:
URL: https://github.com/apache/spark/pull/36915#issuecomment-1159898707

   cc @dongjoon-hyun FYI


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon closed pull request #36915: [SPARK-39517][INFRA] Recover branch-3.2 build broken by is-changed.py script missing

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #36915: [SPARK-39517][INFRA] Recover branch-3.2 build broken by is-changed.py script missing
URL: https://github.com/apache/spark/pull/36915


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #36915: [SPARK-39517][INFRA] Recover branch-3.2 build broken by is-changed.py script missing

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on PR #36915:
URL: https://github.com/apache/spark/pull/36915#issuecomment-1159930829

   Yeah .. I actually tried to backport first then I realised that it has many conflicts. Let me just fix this like for now, and backport if there are some more problems to deal with.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #36915: [SPARK-39517][INFRA] Recover branch-3.2 build broken by is-changed.py script missing

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on PR #36915:
URL: https://github.com/apache/spark/pull/36915#issuecomment-1159956186

   Merged to master.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org