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/synapse-analytics/spark/apache-spark-overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Spark pools in Azure Synapse offer a fully managed Spark service. The benefits o
30
30
| Feature | Description |
31
31
| --- | --- |
32
32
| Speed and efficiency |Spark instances start in approximately 2 minutes for fewer than 60 nodes and approximately 5 minutes for more than 60 nodes. The instance shuts down, by default, 5 minutes after the last job executed unless it is kept alive by a notebook connection. |
33
-
| Ease of creation |You can create a new Spark pool in Azure Synapse in minutes using the Azure portal, Azure PowerShell, or the Synapse Analytics .NET SDK. See [Get started with Spark pools in Synapse Analytics](quickstart-create-apache-spark-pool.md). |
33
+
| Ease of creation |You can create a new Spark pool in Azure Synapse in minutes using the Azure portal, Azure PowerShell, or the Synapse Analytics .NET SDK. See [Get started with Spark pools in Synapse Analytics](../quickstart-create-apache-spark-pool.md). |
34
34
| Ease of use |Synapse Analytics includes a custom notebook derived from [Nteract](https://nteract.io/). You can use these notebooks for interactive data processing and visualization.|
35
35
| REST APIs |Spark in Synapse Analytics includes [Apache Livy](https://github.com/cloudera/hue/tree/master/apps/spark/java#welcome-to-livy-the-rest-spark-server), a REST API-based Spark job server to remotely submit and monitor jobs. |
36
36
| Support for Azure Data Lake Storage Generation 2| Spark pools in Azure Synapse can use Azure Data Lake Storage Generation 2 as well as BLOB storage. For more information on Data Lake Storage, see [Overview of Azure Data Lake Storage](../../data-lake-store/data-lake-store-overview.md). |
@@ -73,8 +73,8 @@ Apache Spark comes with [MLlib](https://spark.apache.org/mllib/), a machine lear
73
73
74
74
Use the following articles to learn more about Apache Spark in Synapse Analytics:
75
75
76
-
-[Quickstart: Create a Spark pool in Azure Synapse](quickstart-create-apache-spark-pool.md)
77
-
-[Quickstart: Create an Apache Spark notebook](quickstart-create-apache-spark-pool.md)
76
+
-[Quickstart: Create a Spark pool in Azure Synapse](../quickstart-create-apache-spark-pool.md)
77
+
-[Quickstart: Create an Apache Spark notebook](../quickstart-apache-spark-notebook.md)
78
78
-[Tutorial: Machine learning using Apache Spark](./apache-spark-machine-learning-mllib-notebook.md)
79
79
-[Apache Spark official documentation](https://spark.apache.org/docs/latest/)
0 commit comments