Skip to content

Conversation

@mallman
Copy link
Contributor

@mallman mallman commented Jul 2, 2016

Link to Jira issue: https://issues.apache.org/jira/browse/SPARK-16353

What changes were proposed in this pull request?

The javadoc options for the java unidoc generation are ignored when generating the java unidoc. For example, the generated index.html has the wrong HTML page title. This can be seen at http://spark.apache.org/docs/latest/api/java/index.html.

I changed the relevant setting scope from doc to (JavaUnidoc, unidoc).

How was this patch tested?

I ran docs/jekyll build and verified that the java unidoc index.html has the correct HTML page title.

generation are not honored. The scope of the relevant javacOptions key
should be `(JavaUnidoc, unidoc)` not `doc`
.map(_.filterNot(_.getCanonicalPath.contains("org/apache/hadoop")))
},

// Javadoc options: create a window title, and group key packages on index page
Copy link
Contributor Author

Choose a reason for hiding this comment

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

BTW, I removed the mention of package groupings because none are defined.

@srowen
Copy link
Member

srowen commented Jul 3, 2016

Jenkins add to whitelist

@srowen
Copy link
Member

srowen commented Jul 3, 2016

Jenkins test this please

@srowen
Copy link
Member

srowen commented Jul 3, 2016

LGTM

@SparkQA
Copy link

SparkQA commented Jul 3, 2016

Test build #61687 has finished for PR 14031 at commit 939e8b5.

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

@SparkQA
Copy link

SparkQA commented Jul 4, 2016

Test build #61728 has finished for PR 14031 at commit fcc45c7.

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

asfgit pushed a commit that referenced this pull request Jul 4, 2016
Link to Jira issue: https://issues.apache.org/jira/browse/SPARK-16353

## What changes were proposed in this pull request?

The javadoc options for the java unidoc generation are ignored when generating the java unidoc. For example, the generated `index.html` has the wrong HTML page title. This can be seen at http://spark.apache.org/docs/latest/api/java/index.html.

I changed the relevant setting scope from `doc` to `(JavaUnidoc, unidoc)`.

## How was this patch tested?

I ran `docs/jekyll build` and verified that the java unidoc `index.html` has the correct HTML page title.

Author: Michael Allman <[email protected]>

Closes #14031 from mallman/spark-16353.

(cherry picked from commit 7dbffcd)
Signed-off-by: Sean Owen <[email protected]>
asfgit pushed a commit that referenced this pull request Jul 4, 2016
Link to Jira issue: https://issues.apache.org/jira/browse/SPARK-16353

## What changes were proposed in this pull request?

The javadoc options for the java unidoc generation are ignored when generating the java unidoc. For example, the generated `index.html` has the wrong HTML page title. This can be seen at http://spark.apache.org/docs/latest/api/java/index.html.

I changed the relevant setting scope from `doc` to `(JavaUnidoc, unidoc)`.

## How was this patch tested?

I ran `docs/jekyll build` and verified that the java unidoc `index.html` has the correct HTML page title.

Author: Michael Allman <[email protected]>

Closes #14031 from mallman/spark-16353.

(cherry picked from commit 7dbffcd)
Signed-off-by: Sean Owen <[email protected]>
@srowen
Copy link
Member

srowen commented Jul 4, 2016

Merged to master/2.0/1.6

@asfgit asfgit closed this in 7dbffcd Jul 4, 2016
@mallman
Copy link
Contributor Author

mallman commented Jul 4, 2016

Thank you.

@mallman mallman deleted the spark-16353 branch July 4, 2016 21:28
zzcclp pushed a commit to zzcclp/spark that referenced this pull request Jul 5, 2016
Link to Jira issue: https://issues.apache.org/jira/browse/SPARK-16353

## What changes were proposed in this pull request?

The javadoc options for the java unidoc generation are ignored when generating the java unidoc. For example, the generated `index.html` has the wrong HTML page title. This can be seen at http://spark.apache.org/docs/latest/api/java/index.html.

I changed the relevant setting scope from `doc` to `(JavaUnidoc, unidoc)`.

## How was this patch tested?

I ran `docs/jekyll build` and verified that the java unidoc `index.html` has the correct HTML page title.

Author: Michael Allman <[email protected]>

Closes apache#14031 from mallman/spark-16353.

(cherry picked from commit 7dbffcd)
Signed-off-by: Sean Owen <[email protected]>
(cherry picked from commit 4fcb888)
Sign up for free to 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.

4 participants