Creates a SparkContext that is configured for use with ADAM.
Creates a SparkContext that is configured for use with ADAM. Applies default serialization settings.
Context name.
URL for master.
Path to Spark.
JAR files to import into context.
Environment variables to set.
Disabled by default; true enables. If enabled, a job status listener is registered. This can be useful for performance debug.
Size of the object serialization buffer. Default setting is 4MB.
A listener for recording metrics from Spark. Defaults to None
Returns a properly configured Spark Context.