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-34010][SQL][DOCS] Use python3 instead of python in SQL documentation build #31041

Closed
wants to merge 1 commit into from

Conversation

HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR proposes to use python3 instead of python in SQL documentation build.
After SPARK-29672, we use sql/create-docs.sh everywhere in Spark dev. We should fix it in sql/create-docs.sh too.
This blocks release because the release container does not have python but only python3.

Why are the changes needed?

To unblock the release.

Does this PR introduce any user-facing change?

No, dev-only.

How was this patch tested?

I manually ran the script

@HyukjinKwon
Copy link
Member Author

cc @maropu, @viirya, @cloud-fan, @dongjoon-hyun, do you mind taking a quick look please?

@HyukjinKwon
Copy link
Member Author

I manually tested in my local and it works. I will merge this in for now to run the RC.

I will monitor the builds.

@HyukjinKwon
Copy link
Member Author

Merged to master, branch-3.1 and branch-3.0.

HyukjinKwon added a commit that referenced this pull request Jan 5, 2021
…ntation build

### What changes were proposed in this pull request?

This PR proposes to use python3 instead of python in SQL documentation build.
After SPARK-29672, we use `sql/create-docs.sh` everywhere in Spark dev. We should fix it in `sql/create-docs.sh` too.
This blocks release because the release container does not have `python` but only `python3`.

### Why are the changes needed?

To unblock the release.

### Does this PR introduce _any_ user-facing change?

No, dev-only.

### How was this patch tested?

I manually ran the script

Closes #31041 from HyukjinKwon/SPARK-34010.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit 8d09f96)
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
HyukjinKwon added a commit that referenced this pull request Jan 5, 2021
…ntation build

### What changes were proposed in this pull request?

This PR proposes to use python3 instead of python in SQL documentation build.
After SPARK-29672, we use `sql/create-docs.sh` everywhere in Spark dev. We should fix it in `sql/create-docs.sh` too.
This blocks release because the release container does not have `python` but only `python3`.

### Why are the changes needed?

To unblock the release.

### Does this PR introduce _any_ user-facing change?

No, dev-only.

### How was this patch tested?

I manually ran the script

Closes #31041 from HyukjinKwon/SPARK-34010.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit 8d09f96)
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
@maropu maropu changed the title [SPARK-34010][SQL][DODCS] Use python3 instead of python in SQL documentation build [SPARK-34010][SQL][DOCS] Use python3 instead of python in SQL documentation build Jan 5, 2021
@maropu
Copy link
Member

maropu commented Jan 5, 2021

late lgtm

@github-actions github-actions bot added the SQL label Jan 5, 2021
Copy link
Member

@viirya viirya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm too

@dongjoon-hyun
Copy link
Member

+1, late LGTM.

@HyukjinKwon HyukjinKwon deleted the SPARK-34010 branch January 4, 2022 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants