dongjoon-hyun commented on PR #52412: URL: https://github.com/apache/spark/pull/52412#issuecomment-3500769893
Hi, @allisonwang-db , @cloud-fan , @HyukjinKwon . Could you take a look at that? Unfortunately, this broke Apache Spark release CI (https://github.com/apache/spark/actions/workflows/release.yml) - https://github.com/apache/spark/actions/runs/19060666797 ``` + echo 'Generating llms.txt...' Generating llms.txt... + python /opt/spark-rm/generate-llms-txt.py --docs-path . --output _site/llms.txt --version 4.2.0-SNAPSHOT Traceback (most recent call last): File "/opt/spark-rm/generate-llms-txt.py", line 206, in <module> main() File "/opt/spark-rm/generate-llms-txt.py", line 202, in main generate_llms_txt(docs_path, output_path, args.version) File "/opt/spark-rm/generate-llms-txt.py", line 159, in generate_llms_txt with open(output_path, "w", encoding="utf-8") as f: FileNotFoundError: [Errno 2] No such file or directory: '/_site/llms.txt' ``` - https://github.com/apache/spark/actions/runs/19094119034 ``` + echo 'Generating llms.txt...' Generating llms.txt... + python /opt/spark-rm/generate-llms-txt.py --docs-path . --output _site/llms.txt --version 4.2.0-SNAPSHOT Traceback (most recent call last): File "/opt/spark-rm/generate-llms-txt.py", line 206, in <module> main() File "/opt/spark-rm/generate-llms-txt.py", line 202, in main generate_llms_txt(docs_path, output_path, args.version) File "/opt/spark-rm/generate-llms-txt.py", line 159, in generate_llms_txt with open(output_path, "w", encoding="utf-8") as f: FileNotFoundError: [Errno 2] No such file or directory: '/_site/llms.txt' ``` -- 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]
