GitHub user jackylk opened a pull request:
https://github.com/apache/spark/pull/2791
[SPARK-3935][Core] log the number of records that has been written
There is a unused variable(count) in saveAsHadoopDataset in
PairRDDFunctions.scala. The initial idea of this variable seems to count the
number of records, so I am adding a log statement to log the number of records
that has been written to the writer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/spark SPARK-3935
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2791.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 #2791
----
commit 3bf43c712fb1df60edadef9fa28b7386f567a198
Author: likun <[email protected]>
Date: 2014-10-14T00:51:08Z
log the number of records has been written
----
---
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]