|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.apache.spark.SparkFiles
public class SparkFiles
Resolves paths to files added through SparkContext.addFile()
.
Constructor Summary | |
---|---|
SparkFiles()
|
Method Summary | |
---|---|
static String |
get(String filename)
Get the absolute path of a file added through SparkContext.addFile() . |
static String |
getRootDirectory()
Get the root directory that contains files added through SparkContext.addFile() . |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SparkFiles()
Method Detail |
---|
public static String get(String filename)
SparkContext.addFile()
.
filename
- (undocumented)
public static String getRootDirectory()
SparkContext.addFile()
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |