Skip to content

[BUILD][MINOR] release script should not interrupt by svn - #22885

Closed
cloud-fan wants to merge 1 commit into
apache:masterfrom
cloud-fan:svn
Closed

[BUILD][MINOR] release script should not interrupt by svn#22885
cloud-fan wants to merge 1 commit into
apache:masterfrom
cloud-fan:svn

Conversation

@cloud-fan

Copy link
Copy Markdown
Contributor

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

@cloud-fan

Copy link
Copy Markdown
ContributorAuthor

@SparkQA

Copy link
Copy Markdown

Test build #98250 has finished for PR 22885 at commit f7c63d5.

  • This patch fails build dependency tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@HyukjinKwon

Copy link
Copy Markdown
Member

retest this please

@SparkQA

Copy link
Copy Markdown

Test build #98257 has finished for PR 22885 at commit f7c63d5.

  • This patch fails build dependency tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dongjoon-hyun

Copy link
Copy Markdown
Member

The failure seems to be the same.

Using `mvn` from path: /home/jenkins/workspace/SparkPullRequestBuilder/build/apache-maven-3.5.4/bin/mvn
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install
(default-cli) on project spark-parent_2.11:
Failed to install metadata org.apache.spark:spark-parent_2.11/maven-metadata.xml:
Could not parse metadata /home/jenkins/.m2/repository/org/apache/spark/spark-parent_2.11/maven-metadata-local.xml:
in epilog non whitespace content is not allowed but got >
(position: END_TAG seen ...</metadata>\n>... @13:2) -> [Help 1]

@dongjoon-hyun

Copy link
Copy Markdown
Member

Retest this please.

@srowen

Copy link
Copy Markdown
Member

Looks fine. Maybe some Maven cache somewhere has to be deleted as it's corrupt?

@SparkQA

Copy link
Copy Markdown

Test build #98260 has finished for PR 22885 at commit f7c63d5.

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

@cloud-fan

Copy link
Copy Markdown
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>
Sign up for freeto 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.

5 participants

@cloud-fan@SparkQA@HyukjinKwon@dongjoon-hyun@srowen