From f038f750b880a3db7c16b5ce24dabc0fdd7c3184 Mon Sep 17 00:00:00 2001 From: Nirmal Fernando Date: Tue, 26 Jul 2016 17:00:52 +0530 Subject: [PATCH] removing ml spark-config as we're now using analytics spark-defaults.conf --- .../src/main/conf/spark/spark-defaults.conf | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 modules/distribution/src/main/conf/spark/spark-defaults.conf diff --git a/modules/distribution/src/main/conf/spark/spark-defaults.conf b/modules/distribution/src/main/conf/spark/spark-defaults.conf deleted file mode 100644 index 4989d51f..00000000 --- a/modules/distribution/src/main/conf/spark/spark-defaults.conf +++ /dev/null @@ -1,22 +0,0 @@ -# SPARK PROPERTIES -# ------------------------------------------------------ -# Default system properties included when running spark. -# This is useful for setting default environmental settings. -# Check http://spark.apache.org/docs/latest/configuration.html#environment-variables for further information - -# Example: -# spark.master spark://master:7077 -# spark.eventLog.enabled true -# spark.eventLog.dir hdfs://namenode:8021/directory -# spark.serializer org.apache.spark.serializer.KryoSerializer -# spark.driver.memory 5g -# spark.executor.extraJavaOptions -XX:+PrintGCDetails -Dkey=value -Dnumbers="one two three" - -# CARBON RELATED SPARK PROPERTIES -# ------------------------------------------------------ -# Carbon specific properties when running Spark in the Carbon environment. -# Should start with the prefix "carbon." -# Example: - -# carbon.spark.master.count 3 -carbon.spark.client.mode true