Class: matlab.compiler.mlspark.SparkContext
Package: matlab.compiler.mlspark
Add JAR file dependency for all tasks that need to be
executed in a SparkContext
addJar(sc,filePath)
addJar(
adds a JAR file
from a location specified by sc
,filePath
)filePath
to
all tasks that need to be executed in SparkContext sc
.