diff --git a/SparkContext/index.html b/SparkContext/index.html index 2ea0220045..e35e233eb4 100644 --- a/SparkContext/index.html +++ b/SparkContext/index.html @@ -11,8 +11,10 @@ // recursive = false addFile( path: String): Unit -

addFile creates a Hadoop Path from the given path. For a no-schema path, addFile converts it to a canonical form.

addFile prints out the following WARN message to the logs and exits.

File with 'local' scheme is not supported to add to file server, since it is already available on every node.
-

addFile...FIXME

In the end, addFile adds the file to the addedFiles internal registry (with the current timestamp):