[Java] Package native dependencies into jar (#4367)

This commit is contained in:
Hao Chen
2019-03-15 12:38:40 +08:00
committed by GitHub
parent 6b93ec3034
commit f8d12b0418
14 changed files with 126 additions and 102 deletions
+1 -1
View File
@@ -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 -2
View File
@@ -1,5 +1,4 @@
ray{
home: ".."
ray {
run-mode: CLUSTER
redirect-output: false
}