Skip to content
Snippets Groups Projects
Commit ff4fb1f7 authored by KarthikTunga's avatar KarthikTunga
Browse files

SPARK-627 , Implementing --config arguments in the scripts

parent a32aa6b3
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ bin=`cd "$bin"; pwd`
HOSTLIST=$SPARK_SLAVES
# Check if --config is passed as an argument. It is an optional parameter.
# Exit if the argument is a directory.
# Exit if the argument is not a directory.
if [ "$1" == "--config" ]
then
shift
......
......@@ -45,7 +45,7 @@ bin=`cd "$bin"; pwd`
# get arguments
# Check if --config is passed as an argument. It is an optional parameter.
# Exit if the argument is a directory.
# Exit if the argument is not a directory.
if [ "$1" == "--config" ]
then
......
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