Skip to content

Commit 3f66c8c

Browse files
committed
links
1 parent 46ada27 commit 3f66c8c

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

articles/cognitive-services/big-data/cognitive-services-for-big-data.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,29 @@ Cognitive Services for big data can use resources from any [supported region](ht
5959

6060
## Supported programming languages for Cognitive Services for big data
6161

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.
6365

6466
### Python
6567

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:
69+
70+
* [`synapseml.cognitive`](https://mmlspark.blob.core.windows.net/docs/0.10.0/pyspark/synapse.ml.cognitive.html)
71+
72+
* [`mmlspark.cognitive`](https://mmlspark.blob.core.windows.net/docs/0.18.1/pyspark/modules.html)
73+
74+
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).
6775

6876
### Scala and Java
6977

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:
79+
80+
* [`com.microsoft.synapseml.cognitive`](https://mmlspark.blob.core.windows.net/docs/0.10.0/scala/com/microsoft/azure/synapse/ml/cognitive/index.html)
81+
82+
* [`com.microsoft.ml.spark.cognitive`](https://mmlspark.blob.core.windows.net/docs/0.18.1/scala/index.html#com.microsoft.ml.spark.cognitive.package)
83+
84+
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).
7185

7286
## Supported platforms and connectors
7387

articles/cognitive-services/big-data/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ First, you can create a notebook in Azure Databricks. For other Spark cluster pr
143143
display(results.select("text", col("sentiment")[0].getItem("score").alias("sentiment")))
144144
```
145145

146-
1. Get your subscription key from the **Keys and Endpoint** menu from your Language resource in the Azure portal.
146+
1. Get your region and subscription key from the **Keys and Endpoint** menu from your Language resource in the Azure portal.
147147

148-
1. Replace the subscription key placeholder in your Databricks notebook code with your subscription key.
148+
1. Replace the region and subscription key placeholders in your Databricks notebook code with values that are valid for your resource.
149149

150150
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.
151151

0 commit comments

Comments
 (0)