-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Description
I am trying to run WORDCOUNT example and it works if u run the CLI such as
sparkclr-submit.cmd --exe SparkClrWordCount.exe
C:\Users\Downloads\Mobius-master\examples\Batch\WordCount\bin\Debug file:///C:/Users/eyadmin/Desktop/TEST/words.txt
- it works!
HOWEVER, if i run using the visual studio such as,
step 1 : sparkclr-submit.cmd debug
step 2 : running the WORDCOUNT example using visual studio, I get the following error,
_{"Value cannot be null.\r\nParameter name: path1"}
StackTrace = " at System.IO.Path.Combine(String path1, String path2, String path3)\r\n at Microsoft.Spark.CSharp.Configuration.ConfigurationService.SparkCLRDebugConfiguration.GetSparkCLRArtifactsPath(String sparkCLRSubFolderName, String fileName)\r\n at Microsoft...._
Metadata
Metadata
Assignees
Labels
No labels