Skip to content

Commit c1f22ad

Browse files
committed
cats111
1 parent b5b80db commit c1f22ad

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

articles/hdinsight/hdinsight-apache-spark-with-kafka.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ms.topic: conceptual
1111
ms.date: 11/06/2018
1212
ms.author: hrasheed
1313
---
14+
1415
# Apache Spark streaming (DStream) example with Apache Kafka on HDInsight
1516

1617
Learn how to use [Apache Spark](https://spark.apache.org/) to stream data into or out of [Apache Kafka](https://kafka.apache.org/) on HDInsight using [DStreams](https://spark.apache.org/docs/latest/api/java/org/apache/spark/streaming/dstream/DStream.html). This example uses a [Jupyter Notebook](https://jupyter.org/) that runs on the Spark cluster.
@@ -35,9 +36,9 @@ Apache Kafka on HDInsight does not provide access to the Kafka brokers over the
3536
While you can create an Azure virtual network, Kafka, and Spark clusters manually, it's easier to use an Azure Resource Manager template. Use the following steps to deploy an Azure virtual network, Kafka, and Spark clusters to your Azure subscription.
3637

3738
1. Use the following button to sign in to Azure and open the template in the Azure portal.
38-
39-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fhditutorialdata.blob.core.windows.net%2Farmtemplates%2Fcreate-linux-based-kafka-spark-cluster-in-vnet-v4.1.json" target="_blank"><img src="./media/hdinsight-apache-spark-with-kafka/hdi-deploy-to-azure1.png" alt="Deploy to Azure"></a>
40-
39+
40+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fhditutorialdata.blob.core.windows.net%2Farmtemplates%2Fcreate-linux-based-kafka-spark-cluster-in-vnet-v4.1.json" target="_blank"><img src="./media/hdinsight-apache-spark-with-kafka/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
41+
4142
The Azure Resource Manager template is located at **https://hditutorialdata.blob.core.windows.net/armtemplates/create-linux-based-kafka-spark-cluster-in-vnet-v4.1.json**.
4243

4344
> [!WARNING]
@@ -46,9 +47,9 @@ While you can create an Azure virtual network, Kafka, and Spark clusters manuall
4647
This template creates an HDInsight 3.6 cluster for both Kafka and Spark.
4748

4849
2. Use the following information to populate the entries on the **Custom deployment** section:
49-
50-
![HDInsight custom deployment](./media/hdinsight-apache-spark-with-kafka/hdinsight-parameters.png)
51-
50+
51+
![HDInsight custom deployment parameters](./media/hdinsight-apache-spark-with-kafka/hdinsight-parameters.png)
52+
5253
* **Resource group**: Create a group or select an existing one. This group contains the HDInsight cluster.
5354

5455
* **Location**: Select a location geographically close to you.

articles/hdinsight/hdinsight-apache-storm-with-kafka.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ The following diagram shows how communication flows between Storm and Kafka:
384384
To create an Azure Virtual Network, and then create the Kafka and Storm clusters within it, use the following steps:
385385

386386
1. Use the following button to sign in to Azure and open the template in the Azure portal.
387-
388-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fhdinsight-storm-java-kafka%2Fmaster%2Fcreate-kafka-storm-clusters-in-vnet.json" target="_blank"><img src="./media/hdinsight-apache-storm-with-kafka/hdi-deploy-to-azure1.png" alt="Deploy to Azure"></a>
389-
387+
388+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fhdinsight-storm-java-kafka%2Fmaster%2Fcreate-kafka-storm-clusters-in-vnet.json" target="_blank"><img src="./media/hdinsight-apache-storm-with-kafka/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
389+
390390
The Azure Resource Manager template is located at **https://github.com/Azure-Samples/hdinsight-storm-java-kafka/blob/master/create-kafka-storm-clusters-in-vnet.json**. It creates the following resources:
391-
391+
392392
* Azure resource group
393393
* Azure Virtual Network
394394
* Azure Storage account

articles/hdinsight/hdinsight-apps-install-custom-applications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.custom: hdinsightactive
99
ms.topic: conceptual
1010
ms.date: 05/14/2018
1111
ms.author: hrasheed
12-
1312
---
13+
1414
# Install custom Apache Hadoop applications on Azure HDInsight
1515

1616
In this article, you will learn how to install an [Apache Hadoop](https://hadoop.apache.org/) application on Azure HDInsight, which has not been published to the Azure portal. The application you will install in this article is [Hue](https://gethue.com/).
@@ -41,7 +41,7 @@ The files needed for deploying this application (Hue):
4141

4242
1. Click the following image to sign in to Azure and open the Resource Manager template in the Azure portal.
4343

44-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fhdinsight%2FIaas-Applications%2Fmaster%2FHue%2Fazuredeploy.json" target="_blank"><img src="./media/hdinsight-apps-install-custom-applications/hdi-deploy-to-azure1.png" alt="Deploy to Azure"></a>
44+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fhdinsight%2FIaas-Applications%2Fmaster%2FHue%2Fazuredeploy.json" target="_blank"><img src="./media/hdinsight-apps-install-custom-applications/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
4545

4646
This button opens a Resource Manager template on the Azure portal. The Resource Manager template is located at [https://github.com/hdinsight/Iaas-Applications/tree/master/Hue](https://github.com/hdinsight/Iaas-Applications/tree/master/Hue). To learn how to write this Resource Manager template, see [MSDN: Install an HDInsight application](https://msdn.microsoft.com/library/mt706515.aspx).
4747
2. From the **Parameters** blade, enter the following:
@@ -56,7 +56,7 @@ The files needed for deploying this application (Hue):
5656

5757
1. Click the following image to sign in to Azure and open the Resource Manager template in the Azure portal.
5858

59-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fhditutorialdata.blob.core.windows.net%2Fhdinsightapps%2Fcreate-linux-based-hadoop-cluster-in-hdinsight.json" target="_blank"><img src="./media/hdinsight-apps-install-custom-applications/hdi-deploy-to-azure1.png" alt="Deploy to Azure"></a>
59+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fhditutorialdata.blob.core.windows.net%2Fhdinsightapps%2Fcreate-linux-based-hadoop-cluster-in-hdinsight.json" target="_blank"><img src="./media/hdinsight-apps-install-custom-applications/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
6060

6161
This button opens a Resource Manager template on the Azure portal. The Resource Manager template is located at [https://hditutorialdata.blob.core.windows.net/hdinsightapps/create-linux-based-hadoop-cluster-in-hdinsight.json](https://hditutorialdata.blob.core.windows.net/hdinsightapps/create-linux-based-hadoop-cluster-in-hdinsight.json). To learn how to write this Resource Manager template, see [MSDN: Install an HDInsight application](https://msdn.microsoft.com/library/mt706515.aspx).
6262
2. Follow the instruction to create cluster and install Hue. For more information on creating HDInsight clusters, see [Create Linux-based Hadoop clusters in HDInsight](hdinsight-hadoop-provision-linux-clusters.md).

0 commit comments

Comments
 (0)