Skip to content

Commit

Permalink
Revert "[MAPR-SPARK-210] Rename sprk-defaults.conf to spark-defaults.…
Browse files Browse the repository at this point in the history
…conf.tem…" (apache#252)

* Revert "[MAPR-SPARK-176] Fix Spark Project Catalyst unit tests (apache#251)"

This reverts commit 5de05075cd14abf8ac65046a57a5d76617818fbe.

* Revert "[MAPR-SPARK-210] Rename sprk-defaults.conf to spark-defaults.conf.template (apache#249)"

This reverts commit 1baa677d727e89db7c605ffbae9a9eba00337ad0.
  • Loading branch information
avovchenko authored and ekrivokonmapr committed Sep 19, 2019
1 parent ac99ca0 commit dab982f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ fi
mkdir -p "$SPARK_HOME/logs"
chmod a+rwxt "$SPARK_HOME"/logs

#
# Create spark-defaults.conf file
#
if [ -f "$SPARK_HOME/conf/spark-defaults.conf.template" ] ; then
cp "$SPARK_HOME/conf/spark-defaults.conf.template" "$SPARK_HOME/conf/spark-defaults.conf"
fi

#
# create tmp directory with rwx, and set the sticky bit.
#
Expand Down

0 comments on commit dab982f

Please sign in to comment.