File tree 5 files changed +53
-4
lines changed 5 files changed +53
-4
lines changed Original file line number Diff line number Diff line change 39
39
<tbody align="center">
40
40
<tr>
41
41
<td >2.3.*</td>
42
- <td rowspan=6><a href="https://github.com/dotnet/spark/releases/tag/v0.9 .0">v0.9 .0</a></td>
42
+ <td rowspan=6><a href="https://github.com/dotnet/spark/releases/tag/v0.10 .0">v0.10 .0</a></td>
43
43
</tr>
44
44
<tr>
45
45
<td>2.4.0</td>
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.microsoft.spark</groupId >
5
5
<artifactId >microsoft-spark-benchmark</artifactId >
6
- <version >0.9 .0</version >
6
+ <version >0.10 .0</version >
7
7
<inceptionYear >2019</inceptionYear >
8
8
<properties >
9
9
<encoding >UTF-8</encoding >
Original file line number Diff line number Diff line change
1
+ # .NET for Apache Spark 0.10 Release Notes
2
+
3
+ ### New Features and Improvements
4
+
5
+ * Expose internal API to get Spark version on the driver side ([ #429 ] ( https://github.com/dotnet/spark/pull/429 ) )
6
+ * Add ` SPARK_VERSION_OVERRIDE ` environment variable ([ #432 ] ( https://github.com/dotnet/spark/pull/432 ) )
7
+
8
+ ### Breaking Changes
9
+
10
+ * None
11
+
12
+ ### Supported Spark Versions
13
+
14
+ The following table outlines the supported Spark versions along with the microsoft-spark JAR to use with:
15
+
16
+ <table >
17
+ <thead>
18
+ <tr>
19
+ <th>Spark Version</th>
20
+ <th>microsoft-spark JAR</th>
21
+ </tr>
22
+ </thead>
23
+ <tbody align="center">
24
+ <tr>
25
+ <td>2.3.*</td>
26
+ <td>microsoft-spark-2.3.x-0.10.0.jar</td>
27
+ </tr>
28
+ <tr>
29
+ <td>2.4.0</td>
30
+ <td rowspan=5>microsoft-spark-2.4.x-0.10.0.jar</td>
31
+ </tr>
32
+ <tr>
33
+ <td>2.4.1</td>
34
+ </tr>
35
+ <tr>
36
+ <td>2.4.3</td>
37
+ </tr>
38
+ <tr>
39
+ <td>2.4.4</td>
40
+ </tr>
41
+ <tr>
42
+ <td>2.4.5</td>
43
+ </tr>
44
+ <tr>
45
+ <td>2.4.2</td>
46
+ <td><a href="https://github.com/dotnet/spark/issues/60">Not supported</a></td>
47
+ </tr>
48
+ </tbody>
49
+ </table >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <VersionPrefix >0.9 .0</VersionPrefix >
4
+ <VersionPrefix >0.10 .0</VersionPrefix >
5
5
<PreReleaseVersionLabel >prerelease</PreReleaseVersionLabel >
6
6
<RestoreSources >
7
7
$(RestoreSources);
Original file line number Diff line number Diff line change 7
7
<version >${microsoft-spark.version} </version >
8
8
<properties >
9
9
<encoding >UTF-8</encoding >
10
- <microsoft-spark .version>0.9 .0</microsoft-spark .version>
10
+ <microsoft-spark .version>0.10 .0</microsoft-spark .version>
11
11
</properties >
12
12
13
13
<modules >
You can’t perform that action at this time.
0 commit comments