Skip to content

[SPARK-11969] [SQL] [PYSPARK] visualization of SQL query for pyspark - #9949

Closed
davies wants to merge 1 commit into
apache:masterfrom
davies:pyspark_sql_ui
Closed

[SPARK-11969] [SQL] [PYSPARK] visualization of SQL query for pyspark#9949
davies wants to merge 1 commit into
apache:masterfrom
davies:pyspark_sql_ui

Conversation

@davies

Copy link
Copy Markdown
Contributor

Currently, we does not have visualization for SQL query from Python, this PR fix that.

cc @zsxwing

@zsxwing

Copy link
Copy Markdown
Member

Did you test save and write methods?

@SparkQA

Copy link
Copy Markdown

Test build #46643 has finished for PR 9949 at commit e3fe7c2.

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

@davies

Copy link
Copy Markdown
ContributorAuthor

@zsxwing all the save and write call Java API directly, so they all work as expected.

@zsxwing

Copy link
Copy Markdown
Member

@zsxwing all the save and write call Java API directly, so they all work as expected.

cool. LGTM

@davies

Copy link
Copy Markdown
ContributorAuthor

Merging this into master and 1.6!

asfgit pushed a commit that referenced this pull request Nov 25, 2015
Currently, we does not have visualization for SQL query from Python, this PR fix that.
cc zsxwing
Author: Davies Liu <davies@databricks.com>
Closes#9949 from davies/pyspark_sql_ui.
(cherry picked from commit dc1d324)
Signed-off-by: Davies Liu <davies.liu@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@davies@zsxwing@SparkQA