Skip to content

Commit

Permalink
FIX-#3749: Remove providing of address for ray.init in case local…
Browse files Browse the repository at this point in the history
… cluster (#3754)

Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
  • Loading branch information
prutskov committed Dec 2, 2021
1 parent 698f363 commit 02a23d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modin/core/execution/ray/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def initialize_ray(
"include_dashboard": False,
"ignore_reinit_error": True,
"object_store_memory": object_store_memory,
"address": redis_address,
"_redis_password": redis_password,
"_memory": object_store_memory,
}
Expand Down

0 comments on commit 02a23d4

Please sign in to comment.