[SPARK-36739][DOCS][PYTHON] Add apache license headers to makefiles#33979
[SPARK-36739][DOCS][PYTHON] Add apache license headers to makefiles#33979yoda-mon wants to merge 1 commit intoapache:masterfrom
Conversation
| @@ -1,4 +1,21 @@ | |||
| @ECHO OFF | |||
| @echo off | |||
|
|
|||
There was a problem hiding this comment.
spark/bin/pyspark.cmd uses lower case, so I follow it here.
|
|
||
| REM Command file for Sphinx documentation | ||
| @echo off | ||
|
|
There was a problem hiding this comment.
spark/bin/pyspark.cmd uses lower case, so I follow it here.
|
ok to test. |
|
Test build #143203 has finished for PR 33979 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
retest this please. |
|
Test build #143209 has finished for PR 33979 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
@yoda-mon You changed |
|
Since this is a missing license issue is it a blocker? |
|
Can one of the admins verify this patch? |
|
Merged to master and branch-3.2. |
### What changes were proposed in this pull request? Add apache license headers to makefiles of PySpark documents. ### Why are the changes needed? Makefiles of PySpark documentations do not have apache license headers, while the other files have. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? `make html` Closes #33979 from yoda-mon/add-license-header-makefiles. Authored-by: Leona Yoda <yodal@oss.nttdata.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org> (cherry picked from commit a440025) Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Yeah, I think so. |
I did both of them, so I will change the discription like |
|
Oops, I just noticed that I merged it without seeing the comment above #33979 (comment). Good that the comment was addressed after the merge though 👍 |
What changes were proposed in this pull request?
Add apache license headers to makefiles of PySpark documents.
Why are the changes needed?
Makefiles of PySpark documentations do not have apache license headers, while the other files have.
Does this PR introduce any user-facing change?
No
How was this patch tested?
make htmlon both Linux and Windows