Skip to content
Snippets Groups Projects
Commit dea4ba9d authored by sproblvem's avatar sproblvem
Browse files

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.
parent e4d6057b
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