Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21548#discussion_r196974952
  
    --- Diff: core/src/main/scala/org/apache/spark/SSLOptions.scala ---
    @@ -179,9 +185,11 @@ private[spark] object SSLOptions extends Logging {
             .orElse(defaults.flatMap(_.keyStore))
     
         val keyStorePassword = 
conf.getWithSubstitution(s"$ns.keyStorePassword")
    +        
.orElse(Option(hadoopConf.getPassword(s"$ns.keyStorePassword")).map(new 
String(_)))
    --- End diff --
    
    Needs charset (also in others).


---

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

Reply via email to