[Java] rename config ray.redis.address to ray.address (#10772)

Resolved Conflicts:
        java/test.sh
This commit is contained in:
Hao Chen
2020-09-21 17:48:03 +00:00
committed by Barak Michener
parent 3205119ccb
commit 96ab025e66
12 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ You can start Ray on a single machine by adding this to your code.
public static void main(String[] args) {
// Start Ray runtime. If you're connecting to an existing cluster, you can set
// the `-Dray.redis.address=<cluster-address>` java system property.
// the `-Dray.address=<cluster-address>` java system property.
Ray.init();
...
}