Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Q47 and q57 failed on ubuntu 20.04 OS without open-jdk. #892

Closed
haojinIntel opened this issue May 7, 2022 · 3 comments
Closed

Q47 and q57 failed on ubuntu 20.04 OS without open-jdk. #892

haojinIntel opened this issue May 7, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@haojinIntel
Copy link
Collaborator

Describe the bug
Q47 and q57 failed thanks to the error sh: 1: jar: not found during codegen on workers. We've installed JDK on each workers and added JAVA_HOME into PATH. It seems that executors cannot find the jdk I've installed. After I install openjdk-8-jdk by the command: sudo apt-get install openjdk-8-jdk, queries can be executed rightly.

@haojinIntel haojinIntel added the bug Something isn't working label May 7, 2022
@haojinIntel
Copy link
Collaborator Author

@zhouyuan Please track the issue. Thanks!

@haojinIntel
Copy link
Collaborator Author

I try to print PATH on executors and find that the value of PATH is default.
MicrosoftTeams-image
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

@zhouyuan
Copy link
Collaborator

zhouyuan commented May 9, 2022

note: this issue seems related with docker env which does not respect the config in .bashrc

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants