You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Dmitry Kravchuk (Jira)" <ji...@apache.org> on 2022/07/01 13:31:00 UTC

[jira] [Commented] (LIVY-893) Livy pyspark sessions dies after 1 hour

    [ https://issues.apache.org/jira/browse/LIVY-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561454#comment-17561454 ] 

Dmitry Kravchuk commented on LIVY-893:
--------------------------------------

Fixed by editing livy.server.session.timeout

> Livy pyspark sessions dies after 1 hour
> ---------------------------------------
>
>                 Key: LIVY-893
>                 URL: https://issues.apache.org/jira/browse/LIVY-893
>             Project: Livy
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 0.8.0
>         Environment: livy 0.8.0
> spark 3.1.3
>            Reporter: Dmitry Kravchuk
>            Priority: Major
>              Labels: performance
>             Fix For: 0.8.0
>
>
> Hello there.
> My livy pyspark sessions alwas die after 1 hour no matter following edited configuraton at livy.conf. Can anybody help me to understad why?
>  
> {code:java}
> livy.spark.master = yarn
> livy.spark.deploy-mode = client
> livy.spark.session.timeout = 24h
> livy.server.session.state-retain.sec = 86400s
> livy.server.session.timeout-check = false {code}



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