Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-15805][SQL][Documents] update sql programming guide for spark 2.0 including all scala/java/python code in the guide #13544

Closed
wants to merge 4 commits into from

Conversation

WeichenXu123
Copy link
Contributor

@WeichenXu123 WeichenXu123 commented Jun 7, 2016

What changes were proposed in this pull request?

Update the whole sql programming guide doc file , including:
update doc with SparkSession instead of SQLContext
update doc with SparkSession.builder.enableHiveSupport instead of HiveContext
update doc with dataFrame.write.saveAsTable instead of dataFrame.saveAsTable
update doc with SparkSession.catalog.cacheTable/uncacheTable instead of SQLContext.cacheTable/uncacheTable
update doc with dataFrame.createOrReplaceTempView instead of dataFrame.registerTempTable
update doc with SparkSession.config instead of SQLContext.setConf
update doc with SparkSession.catalog.refreshTable instead of SQLContext.refreshTable

and so on...

How was this patch tested?

N/A

@SparkQA
Copy link

SparkQA commented Jun 7, 2016

Test build #60129 has finished for PR 13544 at commit 770abc5.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Jun 7, 2016

cc @liancheng

@WeichenXu123 WeichenXu123 changed the title [SPARK-15805][SQL][Documents] update sql programming guide [SPARK-15805][SQL][Documents] update sql programming guide for spark 2.0 Jun 8, 2016
@WeichenXu123 WeichenXu123 changed the title [SPARK-15805][SQL][Documents] update sql programming guide for spark 2.0 [SPARK-15805][SQL][Documents] update sql programming guide for spark 2.0 including all scala/java/python code in the guide Jun 8, 2016
@SparkQA
Copy link

SparkQA commented Jun 8, 2016

Test build #60143 has finished for PR 13544 at commit 20bff4b.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jun 8, 2016

Test build #60147 has finished for PR 13544 at commit e86119e.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jun 8, 2016

Test build #60158 has finished for PR 13544 at commit 254ea7f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng
Copy link
Contributor

Ah, too bad... I wasn't aware of this PR when I was doing #13592. Will review this one to see whether I missed something in #13592. Thanks for working on this!

@WeichenXu123
Copy link
Contributor Author

@liancheng OK, no problem !

@WeichenXu123 WeichenXu123 deleted the update_sql_prog_doc branch June 27, 2016 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants