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

Wenchen Fan reassigned SPARK-27545:
-----------------------------------

    Assignee: Rakesh Raushan  (was: hantiantian)

> Update the Documentation for CACHE TABLE and UNCACHE TABLE
> ----------------------------------------------------------
>
>                 Key: SPARK-27545
>                 URL: https://issues.apache.org/jira/browse/SPARK-27545
>             Project: Spark
>          Issue Type: Documentation
>          Components: Spark Core
>    Affects Versions: 2.4.1
>            Reporter: hantiantian
>            Assignee: Rakesh Raushan
>            Priority: Major
>             Fix For: 3.0.0
>
>
> spark-sql> cache table v1 as select * from a;
> spark-sql> uncache table v1;
> spark-sql> cache table v1 as select * from a;
> 2019-04-23 14:50:09,038 INFO org.apache.hadoop.hive.metastore.HiveMetaStore: 
> 0: get_table : db=apachespark tbl=a
> 2019-04-23 14:50:09,038 INFO 
> org.apache.hadoop.hive.metastore.HiveMetaStore.audit: ugi=root 
> ip=unknown-ip-addr cmd=get_table : db=apachespark tbl=a
> Error in query: Temporary view 'v1' already exists;
> we should document it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to