You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2023/01/25 12:26:00 UTC

[jira] [Created] (SPARK-42186) Make SparkR able to stop properly when the connection is timed-out

Hyukjin Kwon created SPARK-42186:
------------------------------------

             Summary: Make SparkR able to stop properly when the connection is timed-out
                 Key: SPARK-42186
                 URL: https://issues.apache.org/jira/browse/SPARK-42186
             Project: Spark
          Issue Type: Bug
          Components: SparkR
    Affects Versions: 3.5.0
            Reporter: Hyukjin Kwon


{code}
./bin/sparkR --conf spark.r.backendConnectionTimeout=10
{code}

wait 10 secs.

{code}

Welcome to
      ____              __
     / __/__  ___ _____/ /__
    _\ \/ _ \/ _ `/ __/  '_/
   /___/ .__/\_,_/_/ /_/\_\   version 3.4.0-SNAPSHOT
      /_/


SparkSession Web UI available at http://192.168.35.219:4040
SparkSession available as 'spark'(master = local[*], app id = local-1674649482367).
> 23/01/25 21:24:53 WARN RBackendHandler: Ignoring read timeout in RBackendHandler
spark.session()
Error in spark.session() : could not find function "spark.session"
> spark.session.stop()
Error in spark.session.stop() :
  could not find function "spark.session.stop"
{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org