keith-turner commented on PR #48:
URL: 
https://github.com/apache/accumulo-classloaders/pull/48#issuecomment-3761428213

   Ran experiment to see if URI was ok w/ hdfs.
   
   ```
   jshell> new URL("hdfs://localhost/foo")
   |  Exception java.net.MalformedURLException: unknown protocol: hdfs
   |        at URL.<init> (URL.java:681)
   |        at URL.<init> (URL.java:569)
   |        at URL.<init> (URL.java:516)
   |        at (#1:1)
   
   jshell> new URI("hdfs://localhost/foo")
   $2 ==> hdfs://localhost/foo
   
   ```


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

To unsubscribe, e-mail: [email protected]

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

Reply via email to