Uh oh!
There was an error while loading. Please reload this page.
[SPARK-18941][SQL][DOC] Add a new behavior document on CREATE/DROP TABLE with LOCATION - #16400
[SPARK-18941][SQL][DOC] Add a new behavior document on CREATE/DROP TABLE with LOCATION#16400dongjoon-hyun wants to merge 2 commits into
CREATE/DROP TABLE with LOCATION#16400Conversation
SparkQA
commented
Dec 26, 2016
Test build #70579 has finished for PR 16400 at commit
|
dongjoon-hyun
commented
Dec 29, 2016
Hi, @gatorsmile . |
dongjoon-hyun
commented
Jan 6, 2017
Hi @gatorsmile . |
There was a problem hiding this comment.
behavior. -> behavior for Hive tables.
There was a problem hiding this comment.
Nit: No need to show the JIRA here. Please remove it.
There was a problem hiding this comment.
Add the text here: That means, a Hive table created in Spark SQL with the user-specified location is always a Hive external table. Dropping external tables will not remove the data. Users are not allowed to specify the location for Hive managed tables. Note that this is different from the Hive behavior.
There was a problem hiding this comment.
Now, we can remove this sentence.
dongjoon-hyun
commented
Jan 7, 2017
Thank you, @gatorsmile . I updated the commit and description of this PR. You can see the new image from generated doc. |
gatorsmile
commented
Jan 7, 2017
LGTM |
SparkQA
commented
Jan 7, 2017
Test build #71018 has finished for PR 16400 at commit
|
…ABLE` with `LOCATION` ## What changes were proposed in this pull request? This PR adds a new behavior change description on `CREATE TABLE ... LOCATION` at `sql-programming-guide.md` clearly under `Upgrading From Spark SQL 1.6 to 2.0`. This change is introduced at Apache Spark 2.0.0 as [SPARK-15276](https://issues.apache.org/jira/browse/SPARK-15276). ## How was this patch tested? ``` SKIP_API=1 jekyll build ``` **Newly Added Description** <img width="913" alt="new" src="https://cloud.githubusercontent.com/assets/9700541/21743606/7efe2b12-d4ba-11e6-8a0d-551222718ea2.png"> Author: Dongjoon Hyun <dongjoon@apache.org> Closes#16400 from dongjoon-hyun/SPARK-18941. (cherry picked from commit 923e594) Signed-off-by: gatorsmile <gatorsmile@gmail.com>
…ABLE` with `LOCATION` ## What changes were proposed in this pull request? This PR adds a new behavior change description on `CREATE TABLE ... LOCATION` at `sql-programming-guide.md` clearly under `Upgrading From Spark SQL 1.6 to 2.0`. This change is introduced at Apache Spark 2.0.0 as [SPARK-15276](https://issues.apache.org/jira/browse/SPARK-15276). ## How was this patch tested? ``` SKIP_API=1 jekyll build ``` **Newly Added Description** <img width="913" alt="new" src="https://cloud.githubusercontent.com/assets/9700541/21743606/7efe2b12-d4ba-11e6-8a0d-551222718ea2.png"> Author: Dongjoon Hyun <dongjoon@apache.org> Closes#16400 from dongjoon-hyun/SPARK-18941. (cherry picked from commit 923e594) Signed-off-by: gatorsmile <gatorsmile@gmail.com>
gatorsmile
commented
Jan 8, 2017
Thanks! Merging to master/2.1/2.0 |
dongjoon-hyun
commented
Jan 8, 2017
Thank you for merging, @gatorsmile ! |
…ABLE` with `LOCATION` ## What changes were proposed in this pull request? This PR adds a new behavior change description on `CREATE TABLE ... LOCATION` at `sql-programming-guide.md` clearly under `Upgrading From Spark SQL 1.6 to 2.0`. This change is introduced at Apache Spark 2.0.0 as [SPARK-15276](https://issues.apache.org/jira/browse/SPARK-15276). ## How was this patch tested? ``` SKIP_API=1 jekyll build ``` **Newly Added Description** <img width="913" alt="new" src="https://cloud.githubusercontent.com/assets/9700541/21743606/7efe2b12-d4ba-11e6-8a0d-551222718ea2.png"> Author: Dongjoon Hyun <dongjoon@apache.org> Closesapache#16400 from dongjoon-hyun/SPARK-18941.
…ABLE` with `LOCATION` ## What changes were proposed in this pull request? This PR adds a new behavior change description on `CREATE TABLE ... LOCATION` at `sql-programming-guide.md` clearly under `Upgrading From Spark SQL 1.6 to 2.0`. This change is introduced at Apache Spark 2.0.0 as [SPARK-15276](https://issues.apache.org/jira/browse/SPARK-15276). ## How was this patch tested? ``` SKIP_API=1 jekyll build ``` **Newly Added Description** <img width="913" alt="new" src="https://cloud.githubusercontent.com/assets/9700541/21743606/7efe2b12-d4ba-11e6-8a0d-551222718ea2.png"> Author: Dongjoon Hyun <dongjoon@apache.org> Closesapache#16400 from dongjoon-hyun/SPARK-18941.
What changes were proposed in this pull request?
This PR adds a new behavior change description on
CREATE TABLE ... LOCATIONatsql-programming-guide.mdclearly underUpgrading From Spark SQL 1.6 to 2.0. This change is introduced at Apache Spark 2.0.0 as SPARK-15276.How was this patch tested?
Newly Added Description
