mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 10:49:42 +08:00
Remove the '--include-java' option (#10594)
This commit is contained in:
@@ -8,7 +8,7 @@ from ray.streaming import StreamingContext
|
||||
|
||||
def test_word_count():
|
||||
try:
|
||||
ray.init(_load_code_from_local=True, _include_java=True)
|
||||
ray.init(_load_code_from_local=True)
|
||||
# time.sleep(10) # for gdb to attach
|
||||
ctx = StreamingContext.Builder() \
|
||||
.option("streaming.context-backend.type", "local_file") \
|
||||
|
||||
Reference in New Issue
Block a user