mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:38:16 +08:00
[Java] Package native dependencies into jar (#4367)
This commit is contained in:
@@ -12,7 +12,7 @@ To run them, execute the following command under ``ray/java`` folder.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
java -Dray.home=.. -classpath "tutorial/target/ray-tutorial-1.0.jar:tutorial/lib/*" org.ray.exercise.Exercise01
|
||||
java -classpath "tutorial/target/ray-tutorial-1.0.jar:tutorial/lib/*" org.ray.exercise.Exercise01
|
||||
|
||||
`Exercise 1 <https://github.com/ray-project/ray/tree/master/java/tutorial/src/main/java/org/ray/exercise/Exercise01.java>`_: Define a remote function, and execute multiple remote functions in parallel.
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
ray{
|
||||
home: ".."
|
||||
ray {
|
||||
run-mode: CLUSTER
|
||||
redirect-output: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user