Skip to content

Commit

Permalink
Remove ray dependencies from init_spark_on_yarn (intel-analytics#1500)
Browse files Browse the repository at this point in the history
* remove ray dependencies

* delete
  • Loading branch information
zhichao-li committed Jul 8, 2019
1 parent 8a0e626 commit 51cedd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 208 deletions.
2 changes: 1 addition & 1 deletion python/orca/src/bigdl/orca/ray/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
import signal

from zoo.ray.util.utils import to_list
import ray.services as rservices


def gen_shutdown_per_node(pgids, node_ips=None):
import ray.services as rservices
pgids = to_list(pgids)

def _shutdown_per_node(iter):
Expand Down
207 changes: 0 additions & 207 deletions python/orca/src/bigdl/orca/ray/util/spark.py

This file was deleted.

0 comments on commit 51cedd7

Please sign in to comment.