Github user carsonwang commented on the pull request:
https://github.com/apache/spark/pull/6827#issuecomment-112258599
@vanzin SPARK-8275 is a different issue. What I wanted to fix in this PR is
to avoid showing an App ID like application_1432793609805_009_1.inprogress.
This is not a valid App ID. The cause of this is in `replay` method, it uses
`appListener.appId.getOrElse(logPath.getName()),` to get he App ID. If the
`SparkListenerApplicationStart` event is not logged in the event log, the log
path is used as the App ID. So I fixed this issue by make sure we only return a
`FsApplicationAttemptInfo` when there is a valid App ID.
---
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]