GitHub user Xia-Hu opened a pull request:
https://github.com/apache/spark/pull/6489
Spark history log show IOException Error while a application is running
After adding SPARK-6197 as a patch to spark-1.3.1, I found it no longer
prints out an Error Exception in history log after a application is
failed. But while a application is running, it may still print out a
IOException Error, like this:
ERROR FsHistoryProvider: Failed to load application log data from
FileStatus{path=hdfs://yarncluster/history/sparkhistory/application_1426843812583_0085.snappy.inprogress;
isDirectory=false; length=270; replication=2; blocksize=134217728;
modification_time=1432797327877; access_time=1432797327877; owner=hxia;
group=supergroup; permission=rwxrwx---; isSymlink=false}.
java.io.IOException: failed to read chunk
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Xia-Hu/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6489.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 #6489
----
commit 518a677c903e718ab7e3a8f21c4889260c1e3a32
Author: Xia-Hu <[email protected]>
Date: 2015-05-29T06:25:32Z
Spark history log show IOException Error while a application is still
running
After adding SPARK-6197 as a patch to spark-1.3.1, I found it no longer
prints out an Error Exception in history log after a application is
failed. But while a application is running, it may still print out a
IOException Error, like this "ERROR FsHistoryProvider: Failed to load
application log data from
FileStatus{path=hdfs://yarncluster/history/sparkhistory/application_1426843812583_0085.snappy.inprogress;
isDirectory=false; length=270; replication=2; blocksize=134217728;
modification_time=1432797327877; access_time=1432797327877;
owner=hadoop; group=supergroup; permission=rwxrwx---; isSymlink=false}.
java.io.IOException: failed to read chunk"
----
---
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]