[
https://issues.apache.org/jira/browse/SPARK-4913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Rosen resolved SPARK-4913.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0
Issue resolved by pull request 3755
[https://github.com/apache/spark/pull/3755]
> Fix incorrect event log path
> ----------------------------
>
> Key: SPARK-4913
> URL: https://issues.apache.org/jira/browse/SPARK-4913
> Project: Spark
> Issue Type: Bug
> Affects Versions: 1.3.0
> Reporter: Liang-Chi Hsieh
> Fix For: 1.3.0
>
>
> SPARK-2261 uses a single file to log events for an app. `eventLogDir` in
> `ApplicationDescription` is replaced with `eventLogFile`. However,
> `ApplicationDescription` in `SparkDeploySchedulerBackend` is initialized with
> `SparkContext`'s `eventLogDir`. It is just the log directory, not the actual
> log file path. `Master.rebuildSparkUI` can not correctly rebuild a new
> SparkUI for the app.
> Because the `ApplicationDescription` is remotely registered with `Master` and
> the app's id is then generated in `Master`, we can not get the app id in
> advance before registration. So the received description needs to be modified
> with correct `eventLogFile` value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]