dongjoon-hyun edited a comment on pull request #28516:
URL: https://github.com/apache/spark/pull/28516#issuecomment-628234481


   Thank you for updating, but the following is insufficient.
   ```
   new URL("s3://<s3_path>/").openConnection().getInputStream
   ```
   
   For example, people can try like the following in Apache Spark 3.0.0 RC1. 
Could you elaborate a little more in a reproducible way which the other people 
can follow?
   ```
   scala> spark.version
   res3: String = 3.0.0
   
   scala> new java.net.URL("s3://1.txt").openConnection().getInputStream()
   java.net.MalformedURLException: unknown protocol: s3
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to