mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
Remove the '--include-java' option (#10594)
This commit is contained in:
@@ -5,7 +5,7 @@ from ray.streaming import StreamingContext
|
||||
|
||||
|
||||
def test_union_stream():
|
||||
ray.init(_load_code_from_local=True, _include_java=True)
|
||||
ray.init(_load_code_from_local=True)
|
||||
ctx = StreamingContext.Builder() \
|
||||
.option("streaming.metrics.reporters", "") \
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user