@@ -216,15 +216,15 @@ Once you build the samples, running them will be through `spark-submit` regardle
216
216
spark -submit .cmd `
217
217
--class org .apache .spark .deploy .dotnet .DotnetRunner `
218
218
--master local `
219
- C :\github \dotnet -spark \src \scala \microsoft -spark -2.3.x \target \microsoft -spark -2.3.x -0.5 .0.jar `
219
+ C :\github \dotnet -spark \src \scala \microsoft -spark -2.3.x \target \microsoft -spark -2.3.x -0.6 .0.jar `
220
220
Microsoft .Spark .CSharp .Examples .exe Sql .Basic %SPARK_HOME %\examples \src \main \resources \people .json
221
221
```
222
222
- **[Microsoft.Spark.Examples.Sql.Streaming.StructuredNetworkWordCount](../../examples /Microsoft .Spark .CSharp .Examples /Sql /Streaming /StructuredNetworkWordCount .cs )**
223
223
```powershell
224
224
spark -submit .cmd `
225
225
--class org .apache .spark .deploy .dotnet .DotnetRunner `
226
226
--master local `
227
- C :\github \dotnet -spark \src \scala \microsoft -spark -2.3.x \target \microsoft -spark -2.3.x -0.5 .0.jar `
227
+ C :\github \dotnet -spark \src \scala \microsoft -spark -2.3.x \target \microsoft -spark -2.3.x -0.6 .0.jar `
228
228
Microsoft .Spark .CSharp .Examples .exe Sql .Streaming .StructuredNetworkWordCount localhost 9999
229
229
```
230
230
- **[Microsoft.Spark.Examples.Sql.Streaming.StructuredKafkaWordCount (maven accessible)](../../examples /Microsoft .Spark .CSharp .Examples /Sql /Streaming /StructuredKafkaWordCount .cs )**
@@ -233,7 +233,7 @@ Once you build the samples, running them will be through `spark-submit` regardle
233
233
--packages org .apache .spark :spark -sql -kafka -0-10_2 .11:2.3.2 `
234
234
--class org .apache .spark .deploy .dotnet .DotnetRunner `
235
235
--master local `
236
- C :\github \dotnet -spark \src \scala \microsoft -spark -2.3.x \target \microsoft -spark -2.3.x -0.5 .0.jar `
236
+ C :\github \dotnet -spark \src \scala \microsoft -spark -2.3.x \target \microsoft -spark -2.3.x -0.6 .0.jar `
237
237
Microsoft .Spark .CSharp .Examples .exe Sql .Streaming .StructuredKafkaWordCount localhost :9092 subscribe test
238
238
```
239
239
- **[Microsoft.Spark.Examples.Sql.Streaming.StructuredKafkaWordCount (jars provided)](../../examples /Microsoft .Spark .CSharp .Examples /Sql /Streaming /StructuredKafkaWordCount .cs )**
@@ -242,7 +242,7 @@ Once you build the samples, running them will be through `spark-submit` regardle
242
242
--jars path \to \net .jpountz .lz4 \lz4 -1.3.0.jar ,path \to \org .apache .kafka \kafka -clients -0.10.0.1.jar ,path \to \org .apache .spark \spark -sql -kafka -0-10_2 .11-2.3.2.jar ,`path \to \org .slf4j \slf4j -api -1.7.6.jar ,path \to \org .spark -project .spark \unused -1.0.0.jar ,path \to \org .xerial .snappy \snappy -java -1.1.2.6.jar `
243
243
--class org .apache .spark .deploy .dotnet .DotnetRunner `
244
244
--master local `
245
- C :\github \dotnet -spark \src \scala \microsoft -spark -2.3.x \target \microsoft -spark -2.3.x -0.5 .0.jar `
245
+ C :\github \dotnet -spark \src \scala \microsoft -spark -2.3.x \target \microsoft -spark -2.3.x -0.6 .0.jar `
246
246
Microsoft .Spark .CSharp .Examples .exe Sql .Streaming .StructuredKafkaWordCount localhost :9092 subscribe test
247
247
```
248
248
0 commit comments