Skip to content
Snippets Groups Projects
Commit 84005364 authored by CrazyJvm's avatar CrazyJvm
Browse files

fix some format problem.

parent 7a0c5b5a
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@ if [ -z "$MASTER" ]; then
if [ -e "$FWDIR/conf/spark-env.sh" ]; then
. "$FWDIR/conf/spark-env.sh"
fi
if [ "x" != "x$SPARK_MASTER_IP" ];then
if [ "y" != "y$SPARK_MASTER_PORT" ];then
if [ "x" != "x$SPARK_MASTER_IP" ]; then
if [ "y" != "y$SPARK_MASTER_PORT" ]; then
SPARK_MASTER_PORT="${SPARK_MASTER_PORT}"
else
SPARK_MASTER_PORT=$DEFAULT_SPARK_MASTER_PORT
......
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