-
Notifications
You must be signed in to change notification settings - Fork 603
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
Dockerfile build fails on livy-server
step
#408
Comments
ilvy-server
steplivy-server
step
I'm running into the same issue. These are 2 failing tests:
|
@brunolnetto I found the issue. The fix is to write the lines for Python3: |
Noice! Someone should notify Apache, Python 2 is being deprecated |
Fix print statement in tests to be Python 2 and Python 3 compatible. #408
Fix print statement in tests to be Python 2 and Python 3 compatible. apache#408
Hi,
I try host locally this solution for apache spark on its language flavors with command run
docker build -t livy-ci dev/docker/livy-dev-base/
. After some installation steps, the error log appers on terminal. I attempt on Linux Ubuntu 20.04.The text was updated successfully, but these errors were encountered: