Skip to:
Spark has various configuration as documented here: https://spark.apache.org/docs/1.6.1/configuration.html
We allow users to set the configuration in cdap spark program by getting hold of the SparkConf in class which configures the spark program. For example:
This involves overriding the initialize and setting the property and we should document it.
PR https://github.com/caskdata/cdap/pull/7865
Spark has various configuration as documented here: https://spark.apache.org/docs/1.6.1/configuration.html
We allow users to set the configuration in cdap spark program by getting hold of the SparkConf in class which configures the spark program. For example:
This involves overriding the initialize and setting the property and we should document it.