SparkContext.textfile() cannot load file using UNC path on windows
I run the following on Windows XP
val conf = new
SparkConf().setAppName("testproj1.ClassificationEngine").setMaster("local")
val sc = new SparkContext(conf)
sc.textFile(raw"\\10.209.128.150\TempSha
SparkContext.textfile() cannot load file using UNC path on windows
I run the following on Windows XP
val conf = new
SparkConf().setAppName("testproj1.ClassificationEngine").setMaster("local")
val sc = new SparkContext(conf)
sc.textFile(raw"\\10.209.128