You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the same error here: the airflow DAG fails on the spark script with the following error logs:
[2024-09-18, 20:00:18 UTC] {subprocess.py:75} INFO - Running command: ['/usr/bin/bash', '-c', 'python /opt/***/dags/scripts/spark/random_text_classification.py']
[2024-09-18, 20:00:18 UTC] {subprocess.py:86} INFO - Output:
[2024-09-18, 20:00:18 UTC] {subprocess.py:93} INFO - /opt/spark/bin/load-spark-env.sh: line 68: ps: command not found
[2024-09-18, 20:00:18 UTC] {subprocess.py:93} INFO - /opt/spark/bin/spark-class: line 71: /usr/lib/jvm/java-17-openjdk-amd64/bin/java: No such file or directory
@bhavaniravi what exactly did you have to change to make it work on ARM machine?
Describe the bug
The spark script and the quarto script fails in pipeline since i'm running docker-compose on my M1 mac
To Reproduce
Expected behavior
Spark should run without any issues
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: