GitHub user rnowling opened a pull request:
https://github.com/apache/spark/pull/3347
Add example that reads a local file, writes to a DFS path provided by th...
...e user, reads the file back from the DFS, and compares word counts on
the local and DFS versions. Useful for verifying DFS correctness.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rnowling/spark dfs_read_write_test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3347.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3347
----
commit 0c8955872ac46138dbd7ef7088e63a9eb1c4e8d1
Author: RJ Nowling <[email protected]>
Date: 2014-11-18T20:55:09Z
Add example that reads a local file, writes to a DFS path provided by the
user, reads the file back from the DFS, and compares word counts on the local
and DFS versions. Useful for verifying DFS correctness.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]