GitHub user gaborgsomogyi opened a pull request:
https://github.com/apache/spark/pull/20745
[SPARK-23288][SS] Fix output metrics with parquet sink
## What changes were proposed in this pull request?
Output metrics were not filled when parquet sink used.
This PR fixes this problem by passing a `BasicWriteJobStatsTracker` in
`FileStreamSink`.
## How was this patch tested?
Additional unit test added.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaborgsomogyi/spark SPARK-23288
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20745.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 #20745
----
commit 22e6ca1576bdeee2092afc8bc82a743e0700a959
Author: Gabor Somogyi <gabor.g.somogyi@...>
Date: 2018-02-19T23:43:46Z
[SPARK-23288][SS] Fix output metrics with parquet sink
commit 55aa8bca96b112a33cabb352afb4168c2d8f355c
Author: Gabor Somogyi <gabor.g.somogyi@...>
Date: 2018-02-28T22:50:47Z
Merge branch 'master' into SPARK-23288
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]