SparkContext.textfile() cannot load file using UNC path on windows

2014-12-04 Thread Ningjun Wang
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\TempShare\SvmPocData\reuters-two

SparkContext.textfile() cannot load file using UNC path on windows

2014-11-26 Thread Wang, Ningjun (LNG-NPV)
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\TempShare\SvmPocData\reuters