[SPARK-12370] [Documentation] [Documentation should link to examples …#14596
Closed
jagadeesanas2 wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-12370] [Documentation] [Documentation should link to examples …#14596jagadeesanas2 wants to merge 2 commits intoapache:masterfrom
jagadeesanas2 wants to merge 2 commits intoapache:masterfrom
Conversation
…from its own release version] [Streaming programming guide]
Member
|
This is reasonable, as it will connect released docs to examples matched to that release. |
…from its own release version]
Member
|
Great, that's all the occurrences, and I like that you added use of the SPARK_GITHUB_URL property. |
Member
|
Jenkins test this please |
Member
|
Jenkins add to whitelist |
|
Test build #63682 has finished for PR 14596 at commit
|
asfgit
pushed a commit
that referenced
this pull request
Aug 13, 2016
## What changes were proposed in this pull request? When documentation is built is should reference examples from the same build. There are times when the docs have links that point to files in the GitHub head which may not be valid on the current release. Changed that in URLs to make them point to the right tag in git using ```SPARK_VERSION_SHORT``` …from its own release version] [Streaming programming guide] Author: Jagadeesan <as2@us.ibm.com> Closes #14596 from jagadeesanas2/SPARK-12370. (cherry picked from commit e46cb78) Signed-off-by: Sean Owen <sowen@cloudera.com>
Member
|
Merged to master/2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
When documentation is built is should reference examples from the same build. There are times when the docs have links that point to files in the GitHub head which may not be valid on the current release. Changed that in URLs to make them point to the right tag in git using
SPARK_VERSION_SHORT…from its own release version] [Streaming programming guide]