[ 
https://issues.apache.org/jira/browse/LIVY-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gyorgy Gal updated LIVY-567:
----------------------------
    Fix Version/s: 0.10.0
                       (was: 0.9.0)

This issue has been moved to the 0.10.0 release as part of a bulk update. If 
you feel this is moved out inappropriately, feel free to provide justification 
and reset the Fix Version to 0.9.0.

> when recovering interactive session, related SparkApp is not recovered.
> -----------------------------------------------------------------------
>
>                 Key: LIVY-567
>                 URL: https://issues.apache.org/jira/browse/LIVY-567
>             Project: Livy
>          Issue Type: Bug
>          Components: Server
>            Reporter: Zhefeng Wang
>            Priority: Trivial
>             Fix For: 0.10.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> when livy server recovered, interactive session in livy ui lost their appInfo 
> and cannot get yarn state or change session state. because of driverProcess 
> cannot be recovered and SparkApp use driverProcess to recover.
> {quote}private val app = mockApp.orElse {
>     val driverProcess = client.flatMap \{ c => Option(c.getDriverProcess) }
>         .map(new LineBufferedProcess(_, 
> livyConf.getInt(LivyConf.SPARK_LOGS_SIZE)))
>     driverProcess.map \{ _ => SparkApp.create(appTag, appId, driverProcess, 
> livyConf,        Some(this)) }
> }{quote}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to