Methods
(static) get(fileName) → {string}
Get the absolute path of a file added through SparkContext.addFile().
Parameters:
Name | Type | Description |
---|---|---|
fileName |
string |
- Source:
Returns:
- Type
- string
(static) getRootDirectory(fileName) → {string}
Get the root directory that contains files added through SparkContext.addFile().
Parameters:
Name | Type | Description |
---|---|---|
fileName |
string |
- Source:
Returns:
- Type
- string