[SPARK-17898] [DOCS] --repositories needs username and password#15584
Closed
srowen wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-17898] [DOCS] --repositories needs username and password#15584srowen wants to merge 1 commit intoapache:masterfrom
srowen wants to merge 1 commit intoapache:masterfrom
Conversation
…tials for password-protected --repositories
srowen
commented
Oct 21, 2016
| by passing a comma-separated list to the `--jars` argument. You can also add dependencies | ||
| (e.g. Spark Packages) to your shell session by supplying a comma-separated list of maven coordinates | ||
| to the `--packages` argument. Any additional repositories where dependencies might exist (e.g. SonaType) | ||
| to the `--packages` argument. Any additional repositories where dependencies might exist (e.g. Sonatype) |
Member
Author
There was a problem hiding this comment.
OK, these changes are just typo fixes I saw while looking at other references to --repositories
|
Test build #67336 has finished for PR 15584 at commit
|
Member
|
LGTM |
Member
Author
|
Merged to master |
ghost
pushed a commit
to dbtsai/spark
that referenced
this pull request
Oct 22, 2016
## What changes were proposed in this pull request? Document `user:password` syntax as possible means of specifying credentials for password-protected `--repositories` ## How was this patch tested? Doc build Author: Sean Owen <sowen@cloudera.com> Closes apache#15584 from srowen/SPARK-17898.
robert3005
pushed a commit
to palantir/spark
that referenced
this pull request
Nov 1, 2016
## What changes were proposed in this pull request? Document `user:password` syntax as possible means of specifying credentials for password-protected `--repositories` ## How was this patch tested? Doc build Author: Sean Owen <sowen@cloudera.com> Closes apache#15584 from srowen/SPARK-17898.
uzadude
pushed a commit
to uzadude/spark
that referenced
this pull request
Jan 27, 2017
## What changes were proposed in this pull request? Document `user:password` syntax as possible means of specifying credentials for password-protected `--repositories` ## How was this patch tested? Doc build Author: Sean Owen <sowen@cloudera.com> Closes apache#15584 from srowen/SPARK-17898.
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?
Document
user:password@syntax as possible means of specifying credentials for password-protected--repositoriesHow was this patch tested?
Doc build