I want to read contents from a particular file held in the ADLS. The URL for retrieving a file looks like this abfss://[email protected]/folderone/somefile.json
How do I read the contents from this JSON file in Java ? When HTTPS protocol is used it is more clear to me, but in this case I don't know how to do that.