@@ -11,10 +11,10 @@ SynapseML requires Scala 2.12, Spark 3.4+, and Python 3.8+.
11
11
| Topics | Links |
12
12
| :------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
13
13
| Build | [ ![ Build Status] ( https://msdata.visualstudio.com/A365/_apis/build/status/microsoft.SynapseML?branchName=master )] ( https://msdata.visualstudio.com/A365/_build/latest?definitionId=17563&branchName=master ) [ ![ codecov] ( https://codecov.io/gh/Microsoft/SynapseML/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Microsoft/SynapseML ) [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black ) |
14
- | Version | [ ![ Version] ( https://img.shields.io/badge/version-1.0.6 -blue )] ( https://github.com/Microsoft/SynapseML/releases ) [ ![ Release Notes] ( https://img.shields.io/badge/release-notes-blue )] ( https://github.com/Microsoft/SynapseML/releases ) [ ![ Snapshot Version] ( https://mmlspark.blob.core.windows.net/icons/badges/master_version3.svg )] ( #sbt ) |
15
- | Docs | [ ![ Website] ( https://img.shields.io/badge/SynapseML-Website-blue )] ( https://aka.ms/spark ) [ ![ Scala Docs] ( https://img.shields.io/static/v1?label=api%20docs&message=scala&color=blue&logo=scala )] ( https://mmlspark.blob.core.windows.net/docs/1.0.6 /scala/index.html#package ) [ ![ PySpark Docs] ( https://img.shields.io/static/v1?label=api%20docs&message=python&color=blue&logo=python )] ( https://mmlspark.blob.core.windows.net/docs/1.0.6 /pyspark/index.html ) [ ![ Academic Paper] ( https://img.shields.io/badge/academic-paper-7fdcf7 )] ( https://arxiv.org/abs/1810.08744 ) |
14
+ | Version | [ ![ Version] ( https://img.shields.io/badge/version-1.0.7 -blue )] ( https://github.com/Microsoft/SynapseML/releases ) [ ![ Release Notes] ( https://img.shields.io/badge/release-notes-blue )] ( https://github.com/Microsoft/SynapseML/releases ) [ ![ Snapshot Version] ( https://mmlspark.blob.core.windows.net/icons/badges/master_version3.svg )] ( #sbt ) |
15
+ | Docs | [ ![ Website] ( https://img.shields.io/badge/SynapseML-Website-blue )] ( https://aka.ms/spark ) [ ![ Scala Docs] ( https://img.shields.io/static/v1?label=api%20docs&message=scala&color=blue&logo=scala )] ( https://mmlspark.blob.core.windows.net/docs/1.0.7 /scala/index.html#package ) [ ![ PySpark Docs] ( https://img.shields.io/static/v1?label=api%20docs&message=python&color=blue&logo=python )] ( https://mmlspark.blob.core.windows.net/docs/1.0.7 /pyspark/index.html ) [ ![ Academic Paper] ( https://img.shields.io/badge/academic-paper-7fdcf7 )] ( https://arxiv.org/abs/1810.08744 ) |
16
16
| Support
| [ ![ Gitter
] ( https://badges.gitter.im/Microsoft/MMLSpark.svg )] ( https://gitter.im/Microsoft/MMLSpark?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge ) [ ![ Mail
] ( https://img.shields.io/badge/mail-synapseml--support-brightgreen )] ( mailto:[email protected] ) |
17
- | Binder | [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/microsoft/SynapseML/v1.0.6 ?labpath=notebooks%2Ffeatures ) |
17
+ | Binder | [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/microsoft/SynapseML/v1.0.7 ?labpath=notebooks%2Ffeatures ) |
18
18
| Usage | [ ![ Downloads] ( https://static.pepy.tech/badge/synapseml )] ( https://pepy.tech/project/synapseml ) |
19
19
<!-- markdownlint-disable MD033 -->
20
20
<details open >
@@ -119,7 +119,7 @@ In Azure Synapse notebooks please place the following in the first cell of your
119
119
{
120
120
" name" : " synapseml" ,
121
121
" conf" : {
122
- " spark.jars.packages" : " com.microsoft.azure:synapseml_2.12:1.0.6 " ,
122
+ " spark.jars.packages" : " com.microsoft.azure:synapseml_2.12:1.0.7 " ,
123
123
" spark.jars.repositories" : " https://mmlspark.azureedge.net/maven" ,
124
124
" spark.jars.excludes" : " org.scala-lang:scala-reflect,org.apache.spark:spark-tags_2.12,org.scalactic:scalactic_2.12,org.scalatest:scalatest_2.12,com.fasterxml.jackson.core:jackson-databind" ,
125
125
" spark.yarn.user.classpath.first" : " true" ,
@@ -155,15 +155,15 @@ cloud](http://community.cloud.databricks.com), create a new [library from Maven
155
155
coordinates] ( https://docs.databricks.com/user-guide/libraries.html#libraries-from-maven-pypi-or-spark-packages )
156
156
in your workspace.
157
157
158
- For the coordinates use: ` com.microsoft.azure:synapseml_2.12:1.0.6 `
158
+ For the coordinates use: ` com.microsoft.azure:synapseml_2.12:1.0.7 `
159
159
with the resolver: ` https://mmlspark.azureedge.net/maven ` . Ensure this library is
160
160
attached to your target cluster(s).
161
161
162
162
Finally, ensure that your Spark cluster has at least Spark 3.2 and Scala 2.12. If you encounter Netty dependency issues please use DBR 10.1.
163
163
164
164
You can use SynapseML in both your Scala and PySpark notebooks. To get started with our example notebooks import the following databricks archive:
165
165
166
- ` https://mmlspark.blob.core.windows.net/dbcs/SynapseMLExamplesv1.0.6 .dbc `
166
+ ` https://mmlspark.blob.core.windows.net/dbcs/SynapseMLExamplesv1.0.7 .dbc `
167
167
168
168
### Python Standalone
169
169
@@ -174,7 +174,7 @@ the above example, or from python:
174
174
``` python
175
175
import pyspark
176
176
spark = pyspark.sql.SparkSession.builder.appName(" MyApp" ) \
177
- .config(" spark.jars.packages" , " com.microsoft.azure:synapseml_2.12:1.0.6 " ) \
177
+ .config(" spark.jars.packages" , " com.microsoft.azure:synapseml_2.12:1.0.7 " ) \
178
178
.getOrCreate()
179
179
import synapse.ml
180
180
```
@@ -185,9 +185,9 @@ SynapseML can be conveniently installed on existing Spark clusters via the
185
185
` --packages ` option, examples:
186
186
187
187
``` bash
188
- spark-shell --packages com.microsoft.azure:synapseml_2.12:1.0.6
189
- pyspark --packages com.microsoft.azure:synapseml_2.12:1.0.6
190
- spark-submit --packages com.microsoft.azure:synapseml_2.12:1.0.6 MyApp.jar
188
+ spark-shell --packages com.microsoft.azure:synapseml_2.12:1.0.7
189
+ pyspark --packages com.microsoft.azure:synapseml_2.12:1.0.7
190
+ spark-submit --packages com.microsoft.azure:synapseml_2.12:1.0.7 MyApp.jar
191
191
```
192
192
193
193
### SBT
@@ -196,7 +196,7 @@ If you are building a Spark application in Scala, add the following lines to
196
196
your ` build.sbt ` :
197
197
198
198
``` scala
199
- libraryDependencies += " com.microsoft.azure" % " synapseml_2.12" % " 1.0.6 "
199
+ libraryDependencies += " com.microsoft.azure" % " synapseml_2.12" % " 1.0.7 "
200
200
```
201
201
202
202
### Apache Livy and HDInsight
@@ -210,7 +210,7 @@ Excluding certain packages from the library may be necessary due to current issu
210
210
{
211
211
" name" : " synapseml" ,
212
212
" conf" : {
213
- " spark.jars.packages" : " com.microsoft.azure:synapseml_2.12:1.0.6 " ,
213
+ " spark.jars.packages" : " com.microsoft.azure:synapseml_2.12:1.0.7 " ,
214
214
" spark.jars.excludes" : " org.scala-lang:scala-reflect,org.apache.spark:spark-tags_2.12,org.scalactic:scalactic_2.12,org.scalatest:scalatest_2.12,com.fasterxml.jackson.core:jackson-databind"
215
215
}
216
216
}
0 commit comments