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

Reynold Xin updated SPARK-17338:
--------------------------------
    Description: 
Global temporary view is a cross-session temporary view, which means it's 
shared among all sessions. Its lifetime is the lifetime of the Spark 
application, i.e. it will be automatically dropped when the application 
terminates. It's tied to a system preserved database global_temp(configurable 
via SparkConf), and we must use the qualified name to refer a global temp view, 
e.g. SELECT * FROM global_temp.view1.



> Add global temp view support
> ----------------------------
>
>                 Key: SPARK-17338
>                 URL: https://issues.apache.org/jira/browse/SPARK-17338
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Wenchen Fan
>            Assignee: Wenchen Fan
>             Fix For: 2.1.0
>
>
> Global temporary view is a cross-session temporary view, which means it's 
> shared among all sessions. Its lifetime is the lifetime of the Spark 
> application, i.e. it will be automatically dropped when the application 
> terminates. It's tied to a system preserved database global_temp(configurable 
> via SparkConf), and we must use the qualified name to refer a global temp 
> view, e.g. SELECT * FROM global_temp.view1.



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

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

Reply via email to