Andrew Ash created SPARK-18448:
----------------------------------

             Summary: SparkSession should implement java.lang.AutoCloseable 
like JavaSparkContext
                 Key: SPARK-18448
                 URL: https://issues.apache.org/jira/browse/SPARK-18448
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.0.2
            Reporter: Andrew Ash


https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html

This makes using cleaning up SparkSessions in Java easier, but may introduce a 
Java 8 dependency if applied directly.  JavaSparkContext uses java.io.Closeable 
I think to avoid this Java 8 dependency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to