You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing indentation (lines 29-47), adding alt text (line 29), lowercasing "console application" (line 32), capitalizing product name (line 31), adding period to end of sentence (line 111)

30
30
31
-
Create your project as a .NET Console Application that outputs an ubuntu x86 executable.
31
+
32
+
Create your project as a .NET console application that outputs an Ubuntu x86 executable.
33
+
32
34
```
33
35
<Project Sdk="Microsoft.NET.Sdk">
34
36
@@ -106,7 +108,7 @@ The following features are available when you use .NET for Apache Spark in the A
106
108
## Troubleshooting
107
109
108
110
### `DotNetRunner: null` / `Futures timeout` in Synapse Spark Job Definition Run
109
-
Synapse Spark Job Definitions on Spark Pools using Spark 2.4 require `Microsoft.Spark` 1.0.0. Clear your `bin` and `obj` directories, and publish the project using 1.0.0
111
+
Synapse Spark Job Definitions on Spark Pools using Spark 2.4 require `Microsoft.Spark` 1.0.0. Clear your `bin` and `obj` directories, and publish the project using 1.0.0.
110
112
### OutOfMemoryError: java heap space at org.apache.spark...
111
113
Dotnet Spark 1.0.0 uses a different debug architecture than 1.1.1+. You will have to use 1.0.0 for your published version and 1.1.1+ for local debugging.
0 commit comments