Mobius icon indicating copy to clipboard operation
Mobius copied to clipboard

WordCount example in "DEBUG" mode not working.

Open abhisheksreesaila opened this issue 7 years ago • 0 comments

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...._

abhisheksreesaila avatar Oct 15 '18 02:10 abhisheksreesaila