GitHub user cloud-fan opened a pull request:

    https://github.com/apache/spark/pull/22885

    [BUILD][MINOR] release script should not interrupt by svn

    ## 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


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloud-fan/spark svn

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22885.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22885
    
----
commit f7c63d52948c3f7c6bc6aa8ebed5ce8684403101
Author: Wenchen Fan <wenchen@...>
Date:   2018-10-19T14:16:42Z

    release script should not interrupt

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to