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

[MINOR][BUILD] Update genjavadoc to 0.13 #24443

Closed
wants to merge 3 commits into from

Conversation

srowen
Copy link
Member

@srowen srowen commented Apr 23, 2019

What changes were proposed in this pull request?

Kind of related to gatorsmile#5 - let's update genjavadoc to see if it generates fewer spurious javadoc errors to begin with.

How was this patch tested?

Existing docs build

@srowen srowen self-assigned this Apr 23, 2019
Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

LGTM if it passes

@SparkQA
Copy link

SparkQA commented Apr 23, 2019

Test build #104833 has finished for PR 24443 at commit d07e957.

  • This patch fails to generate documentation.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon
Copy link
Member

Argh ..

@srowen
Copy link
Member Author

srowen commented Apr 23, 2019

(I assume it won't work until your other change is in.)
Yeah doesn't resolve all the problems, but I think that's actually progress! no problems until mllib!

@gatorsmile
Copy link
Member

Thanks for the investigation!

@SparkQA
Copy link

SparkQA commented Apr 23, 2019

Test build #104840 has finished for PR 24443 at commit 8c2fcbf.

  • This patch fails to generate documentation.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member Author

srowen commented Apr 23, 2019

Uh ok that's bad news. Genjavadoc update may not fly

@SparkQA
Copy link

SparkQA commented Apr 23, 2019

Test build #104843 has finished for PR 24443 at commit 3853854.

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

@srowen
Copy link
Member Author

srowen commented Apr 23, 2019

OK, that worked. I think the new genjavadoc fixes some spurious warnings but uncovers some more, but then I just worked around them in the docs.

@HyukjinKwon
Copy link
Member

LGTM

Merged to master.

@srowen srowen deleted the genjavadoc013 branch April 27, 2019 18:04
dongjoon-hyun pushed a commit that referenced this pull request Sep 19, 2019
…er upgrading genjavadoc to 0.14

### What changes were proposed in this pull request?
This PR backport #24443 to fix java doc generation after upgrading genjavadoc to 0.14.

### Why are the changes needed?
Fix javadoc generation issue.

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

No.

### How was this patch tested?
```
./build/sbt  -Phadoop-2.7 -Pkubernetes -Phive-thriftserver -Pkinesis-asl -Pyarn -Pspark-ganglia-lgpl -Phive -Pmesos clean test:package streaming-kinesis-asl-assembly/assembly
./build/sbt  -Phadoop-2.7 -Pkubernetes -Phive-thriftserver -Pkinesis-asl -Pyarn -Pspark-ganglia-lgpl -Phive -Pmesos unidoc
```

Closes #25841 from wangyum/genjavadoc-0.13-branch-2.4.

Authored-by: Yuming Wang <yumwang@ebay.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
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