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
Copy file name to clipboardExpand all lines: articles/cognitive-services/big-data/cognitive-services-for-big-data.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,29 @@ Cognitive Services for big data can use resources from any [supported region](ht
59
59
60
60
## Supported programming languages for Cognitive Services for big data
61
61
62
-
Cognitive Services for big data are built on Apache Spark. Apache Spark is a distributed computing library that supports Java, Scala, Python, R, and many other languages. These languages are currently supported.
62
+
Cognitive Services for big data are built on Apache Spark. Apache Spark is a distributed computing library that supports Java, Scala, Python, R, and many other languages. See [SynapseML](https://microsoft.github.io/SynapseML) for documentation, samples, and blog posts.
63
+
64
+
The following languages are currently supported.
63
65
64
66
### Python
65
67
66
-
We provide a PySpark API in the `mmlspark.cognitive` namespace of [Microsoft ML for Apache Spark](https://aka.ms/spark). For more information, see the [Python Developer API](https://mmlspark.blob.core.windows.net/docs/1.0.0-rc1/pyspark/mmlspark.cognitive.html). For usage examples, see the [Python Samples](samples-python.md).
68
+
We provide a PySpark API for current and legacy libraries:
For more information, see the [Python Developer API](https://mmlspark.blob.core.windows.net/docs/1.0.0-rc1/pyspark/mmlspark.cognitive.html). For usage examples, see the [Python Samples](samples-python.md).
67
75
68
76
### Scala and Java
69
77
70
-
We provide a Scala and Java-based Spark API in the `com.microsoft.ml.spark.cognitive` namespace of [Microsoft ML for Apache Spark](https://aka.ms/spark). For more information, see the [Scala Developer API](https://mmlspark.blob.core.windows.net/docs/1.0.0-rc1/scala/index.html#package). For usage examples, see the [Scala Samples](samples-scala.md).
78
+
We provide a Scala and Java-based Spark API for current and legacy libraries:
For more information, see the [Scala Developer API](https://mmlspark.blob.core.windows.net/docs/1.0.0-rc1/scala/index.html#package). For usage examples, see the [Scala Samples](samples-scala.md).
1. Get your subscription key from the **Keys and Endpoint** menu from your Language resource in the Azure portal.
146
+
1. Get your region andsubscription key from the **Keys and Endpoint** menu from your Language resource in the Azure portal.
147
147
148
-
1. Replace the subscription key placeholderin your Databricks notebook code withyour subscription key.
148
+
1. Replace the region andsubscription key placeholdersin your Databricks notebook code withvalues that are valid for your resource.
149
149
150
150
1. Select the play, or triangle, symbol in the upper right of your notebook cell to run the sample. Optionally, select **Run All** at the top of your notebook to run all cells. The answers will display below the cell in a table.
0 commit comments