ukaea / piezo

1 stars 0 forks source link

Python3 support #122

Closed oliver-tarrant-tessella closed 5 years ago

oliver-tarrant-tessella commented 5 years ago

Trying to run a python job with python version = 3 fails with a message in the logs + pyv3='/opt/entrypoint.sh: line 80: python3: command not found'. It appears that python3 is not installed in our spark image. This should be changed by editingpiezo/Spark/Dockerfile to ensure that python3 jobs can be run.

Acceptance criteria:

Test Scenarios in addition to Acceptance criteria scenarios:

vidhyamanojkumar commented 5 years ago

Language input is case sensitive. "language":"python", doesn't work, whereas Python works fine. This issue applies to Scala too.

robert-clegg-tessella commented 5 years ago

The options for "language" are clearly documented in the User guide on the wiki.