Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Bug: Spark shuffle service worker registration fail (#492)
Browse files Browse the repository at this point in the history
* stop calling start-shuffle-service.sh script

* whitespace

* remove unused method
  • Loading branch information
jafreck authored Apr 9, 2018
1 parent 1eaa1b6 commit 013f6e4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions aztk/node_scripts/install/spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ def start_spark_worker():
print("Connecting to master with '{0}'".format(" ".join(cmd)))
call(cmd)

# enable the shuffle service on all slaves
start_shuffle_service()


def start_shuffle_service():
exe = os.path.join(spark_home, "sbin", "start-shuffle-service.sh")
print("Starting the shuffle service with {}".format(exe))
call([exe, " &"])


def copyfile(src, dest):
try:
Expand Down

0 comments on commit 013f6e4

Please sign in to comment.