GitHub user dosoft opened a pull request:

    https://github.com/apache/spark/pull/16924

    [SPARK-19531] Send UPDATE_LENGTH for Spark History service

    ## What changes were proposed in this pull request?
    
    During writing to the .inprogress file (stored on the HDFS) Hadoop doesn't 
update file length until close and therefor Spark's history server can't detect 
any changes. We have to send UPDATE_LENGTH manually.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dosoft/spark SPARK-19531

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/16924.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 #16924
    
----
commit f87c5155832435c9dc17053521d61ae0ce06f8d8
Author: Oleg Danilov <oleg.dani...@wandisco.com>
Date:   2017-02-01T13:06:22Z

    [SPARK-19531] Send UPDATE_LENGTH for Spark History service

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to