-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Java] support python worker command in raylet #3092
[Java] support python worker command in raylet #3092
Conversation
Test FAILed. |
... @AmplabJenkins restart? How to apply the privilege to restart the failed ci test? ;( |
@chuxi you can close and reopen this PR to trigger CI |
@chuxi you can close and reopen this PR to trigger CI |
@raulchen get it. Thank you! |
hmm, weird that the last CI job kept failing... let me try again |
1 similar comment
hmm, weird that the last CI job kept failing... let me try again |
6a26946
to
db04262
Compare
Test FAILed. |
Test FAILed. |
@raulchen ... why you always post two same comments ... :p The ray test is broken actually. I will rebase master and push again. |
db04262
to
002edc9
Compare
Test FAILed. |
... so is the master branch ci broken? I did not change any code except java, but the failed tests are python's ... :( |
The Jenkins failure should be fixed in #3112. Some of the Travis tests are a little flakey. |
002edc9
to
f71d682
Compare
Test PASSed. |
rerun failed test or merge directly ? |
What do these changes do?
support raylet, which is started by java runManager, to start python default_worker.py .
So when doing local test of java call python task, it helps auto start python worker.
Related issue number