-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Error in AzureML Spark nightly test #1898
Comments
In this run, python 3.8 works, but 3.9 fails: https://github.com/microsoft/recommenders/actions/runs/4317256439/jobs/7534098288 |
Trying in local:
Tried in local, and it worked when I set up the PYSPARK variables:
|
Tried - DIDN'T WORK
Tried: DIDN'T WORK
It worked in python 3.8, but not in 3.9 https://github.com/microsoft/recommenders/actions/runs/4376825271/jobs/7659485596 Tried - DIDN'T WORK
Same error: https://github.com/microsoft/recommenders/actions/runs/4377236099/jobs/7660442105 Trying to find the current python path to add it hardcoded. It is
Tried - DIDN'T WORK
error: https://github.com/microsoft/recommenders/actions/runs/4386748345/jobs/7681200423 Try setting up java sdk in actions:
error: https://github.com/microsoft/recommenders/actions/runs/4449830048/jobs/7814542250 Tried
|
modifying the file that sends the job to the azureml machine Tried remove openjdk - DIDN'T WORK
Maybe try to add the env variables inside the docker image that goes to the VM? Tried to add in
Tried:
error:
Tried:
If we go to the VM that is being executed, and go to Run raw JSON, we can see that the environment variables are being filled up:
Trying to identify where is the python path: In action.yaml:
also in
Output of path:
Tried:
When I echo the variables, they are not there:
New error:
|
In action.yaml:
In
Error https://github.com/microsoft/recommenders/actions/runs/4500157274/jobs/7918919866#step:17:2070, the variables are not being set
but then there is also this error:
If I comment the env variables:
Error: https://github.com/microsoft/recommenders/actions/runs/4500303767/jobs/7919262092 -> Connection Refused. This time it didn't say anything about "$Python_ROOT_DIR/bin/python": error=2, No such file or directory, because it wasn't set with the env variables. Try: recreate the cluster with SSH access and try again |
from @loomlike: This seems to get the spark executor, but still he gets a Stack overflow error
error:
|
Description
After we upgrade the CPU VM to a higher tier (see #1897), we got an error in the Spark nightly:
See full stack: https://github.com/microsoft/recommenders/actions/runs/4307778700/jobs/7513250712#step:17:32694
In which platform does it happen?
AzureML VM spark
How do we replicate the issue?
Rerun https://github.com/microsoft/recommenders/actions/runs/4307778700/jobs/7513250712#step:17:32694
Expected behavior (i.e. solution)
Tests in green
Other Comments
The text was updated successfully, but these errors were encountered: