Uh oh!
There was an error while loading. Please reload this page.
[BUILD][MINOR] release script should not interrupt by svn - #22885
Closed
cloud-fan wants to merge 1 commit into
Closed
[BUILD][MINOR] release script should not interrupt by svn#22885cloud-fan wants to merge 1 commit into
cloud-fan wants to merge 1 commit into
Conversation
cloud-fan
commented
Oct 30, 2018
ContributorAuthor
SparkQA
commented
Oct 30, 2018
Test build #98250 has finished for PR 22885 at commit
|
HyukjinKwon
commented
Oct 30, 2018
Member
retest this please |
SparkQA
commented
Oct 30, 2018
Test build #98257 has finished for PR 22885 at commit
|
dongjoon-hyun
commented
Oct 30, 2018
Member
The failure seems to be the same. |
dongjoon-hyun
commented
Oct 30, 2018
Member
Retest this please. |
srowen
commented
Oct 30, 2018
Member
Looks fine. Maybe some Maven cache somewhere has to be deleted as it's corrupt? |
srowen
approved these changes
Oct 30, 2018
SparkQA
commented
Oct 30, 2018
Test build #98260 has finished for PR 22885 at commit
|
cloud-fan
commented
Oct 30, 2018
ContributorAuthor
thanks, merging to master! |
jackylee-ch pushed a commit
to jackylee-ch/spark
that referenced
this pull request
Feb 18, 2019
## What changes were proposed in this pull request? When running the release script, you will be interrupted unexpectedly ``` ATTENTION! Your password for authentication realm: <https://dist.apache.org:443> ASF Committers can only be stored to disk unencrypted! You are advised to configure your system so that Subversion can store passwords encrypted, if possible. See the documentation for details. You can avoid future appearances of this warning by setting the value of the 'store-plaintext-passwords' option to either 'yes' or 'no' in '/home/spark-rm/.subversion/servers'. ----------------------------------------------------------------------- Store password unencrypted (yes/no)? ``` We can avoid it by adding `--no-auth-cache` when running svn command. ## How was this patch tested? manually verified with 2.4.0 RC5 Closesapache#22885 from cloud-fan/svn. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
gatorsmile pushed a commit
to gatorsmile/spark
that referenced
this pull request
May 1, 2019
## What changes were proposed in this pull request? When running the release script, you will be interrupted unexpectedly ``` ATTENTION! Your password for authentication realm: <https://dist.apache.org:443> ASF Committers can only be stored to disk unencrypted! You are advised to configure your system so that Subversion can store passwords encrypted, if possible. See the documentation for details. You can avoid future appearances of this warning by setting the value of the 'store-plaintext-passwords' option to either 'yes' or 'no' in '/home/spark-rm/.subversion/servers'. ----------------------------------------------------------------------- Store password unencrypted (yes/no)? ``` We can avoid it by adding `--no-auth-cache` when running svn command. ## How was this patch tested? manually verified with 2.4.0 RC5 Closesapache#22885 from cloud-fan/svn. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
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 freeto 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 running the release script, you will be interrupted unexpectedly
We can avoid it by adding
--no-auth-cachewhen running svn command.How was this patch tested?
manually verified with 2.4.0 RC5