Skip to content
Snippets Groups Projects
Commit b97ef218 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Merge pull request #346 from sproblvem/patch-1

Update stop-slaves.sh

The most recently version has changed the directory structure, but this script "sbin/stop-all.sh" doesn't change with it accordingly. This mistake makes "sbin/stop-all.sh" can't stop the slave node.
parents e4d6057b dea4ba9d
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@
# limitations under the License.
#
bin=`dirname "$0"`
bin=`cd "$sbin"; pwd`
sbin=`dirname "$0"`
sbin=`cd "$sbin"; pwd`
. "$sbin/spark-config.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment