I\'m just getting started using Apache Spark (in Scala, but the language is irrelevant). I\'m using standalone mode and I\'ll want to process a text file f
Add "file:///" uri in place of "file://". This solved the issue for me.