Skip to content

Commit 704afbc

Browse files
authored
WordCount Example (Batch) exe path correction
It was pointing to SparkClrPi.exe instead of SparkClrWordCount.exe
1 parent b9593ce commit 704afbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/running-mobius-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The following sample commands show how to run Mobius examples in local mode. Usi
145145
Computes the _approximate_ value of Pi using two appropaches and displays the value.
146146

147147
### WordCount Example (Batch)
148-
* Run `sparkclr-submit.cmd --exe SparkClrPi.exe C:\Git\Mobius\examples\Batch\WordCount\bin\Debug <InputFilePath>`
148+
* Run `sparkclr-submit.cmd --exe SparkClrWordCount.exe C:\Git\Mobius\examples\Batch\WordCount\bin\Debug <InputFilePath>`
149149

150150
`InputFilePath` should be in one of the following formats:
151151
* `hdfs://path/to/inputfile`

0 commit comments

Comments
 (0)