Skip to content

Commit 7a58231

Browse files
Merge pull request #95375 from dagiro/freshness46
freshness46
2 parents a835cba + 9d5f4f0 commit 7a58231

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/hdinsight/hdinsight-sdk-python-samples.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: sample
9-
ms.date: 04/15/2019
9+
ms.date: 11/08/2019
1010
---
1111

1212
# Azure HDInsight: Python samples
@@ -17,24 +17,23 @@ ms.date: 04/15/2019
1717
> * [Java Examples](hdinsight-sdk-java-samples.md)
1818
<!-- * [Go Examples](hdinsight-sdk-go-samples.md)-->
1919
20-
2120
This article provides:
2221

2322
* Links to samples for cluster creation tasks.
2423
* Links to reference content for other management tasks.
2524

26-
## Prerequisites
27-
2825
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2926

30-
- [Azure HDInsight SDK for Python](https://docs.microsoft.com/python/api/overview/azure/hdinsight#sdk-installation)
27+
## Prerequisites
28+
29+
[Azure HDInsight SDK for Python](https://docs.microsoft.com/python/api/overview/azure/hdinsight#sdk-installation)
3130

3231
## Cluster management - creation
3332

34-
* [Create a Kafka cluster](https://github.com/Azure-Samples/hdinsight-python-sdk-samples/blob/master/samples/create_kafka_cluster_sample.py)
35-
* [Create a Spark cluster](https://github.com/Azure-Samples/hdinsight-python-sdk-samples/blob/master/samples/create_spark_cluster_sample.py)
36-
* [Create a Spark cluster with Azure Data Lake Storage Gen2](https://github.com/Azure-Samples/hdinsight-python-sdk-samples/blob/master/samples/create_hadoop_cluster_with_adls_gen2_sample.py)
37-
* [Create a Spark cluster with Enterprise Security Package (ESP)](https://github.com/Azure-Samples/hdinsight-python-sdk-samples/blob/master/samples/create_esp_cluster_sample.py)
33+
* [Create an Apache Kafka cluster](https://github.com/Azure-Samples/hdinsight-python-sdk-samples/blob/master/samples/create_kafka_cluster_sample.py)
34+
* [Create an Apache Spark cluster](https://github.com/Azure-Samples/hdinsight-python-sdk-samples/blob/master/samples/create_spark_cluster_sample.py)
35+
* [Create an Apache Spark cluster with Azure Data Lake Storage Gen2](https://github.com/Azure-Samples/hdinsight-python-sdk-samples/blob/master/samples/create_hadoop_cluster_with_adls_gen2_sample.py)
36+
* [Create an Apache Spark cluster with Enterprise Security Package (ESP)](https://github.com/Azure-Samples/hdinsight-python-sdk-samples/blob/master/samples/create_esp_cluster_sample.py)
3837

3938
You can get these samples for Python by cloning the [hdinsight-python-sdk-samples](https://github.com/Azure-Samples/hdinsight-python-sdk-samples) GitHub repository.
4039

0 commit comments

Comments
 (0)