Utils Helper Object
Utils
is a Scala object that…FIXME
getLocalDir
Method
1 2 3 4 5 |
getLocalDir(conf: SparkConf): String |
getLocalDir
…FIXME
Note
|
|
fetchFile
Method
1 2 3 4 5 6 7 8 9 10 11 12 |
fetchFile( url: String, targetDir: File, conf: SparkConf, securityMgr: SecurityManager, hadoopConf: Configuration, timestamp: Long, useCache: Boolean): File |
fetchFile
…FIXME
Note
|
|
getOrCreateLocalRootDirsImpl
Internal Method
1 2 3 4 5 |
getOrCreateLocalRootDirsImpl(conf: SparkConf): Array[String] |
getOrCreateLocalRootDirsImpl
…FIXME
Note
|
getOrCreateLocalRootDirsImpl is used exclusively when Utils is requested to getOrCreateLocalRootDirs
|
getOrCreateLocalRootDirs
Internal Method
1 2 3 4 5 |
getOrCreateLocalRootDirs(conf: SparkConf): Array[String] |
getOrCreateLocalRootDirs
…FIXME
Note
|
|