GitHub user vanzin opened a pull request:

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

    [SPARK-23468][core] Stringify auth secret before storing it in credentials.

    The secret is used as a string in many parts of the code, so it has
    to be turned into a hex string to avoid issues such as the random
    byte sequence not containing a valid UTF8 sequence.


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

    $ git pull https://github.com/vanzin/spark SPARK-23468

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

    https://github.com/apache/spark/pull/20643.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 #20643
    
----
commit 77d009d33a4ff6ba85453f10836b984d5e5acdf9
Author: Marcelo Vanzin <vanzin@...>
Date:   2018-02-20T20:38:15Z

    [SPARK-23468][core] Stringify auth secret before storing it in credentials.
    
    The secret is used as a string in many parts of the code, so it has
    to be turned into a hex string to avoid issues such as the random
    byte sequence not containing a valid UTF8 sequence.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to