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/hdinsight/hadoop/apache-hadoop-linux-create-cluster-get-started-portal.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
90
90
91
91

92
92
93
-
Each cluster has an [Azure Storage account](../hdinsight-hadoop-use-blob-storage.md) or an [Azure Data Lake account](../hdinsight-hadoop-use-data-lake-store.md) dependency. It is referred as the default storage account. HDInsight cluster and its default storage account must be co-located in the same Azure region. Deleting clusters does not delete the storage account.
93
+
Each cluster has an [Azure Storage account](../hdinsight-hadoop-use-blob-storage.md) or an [Azure Data Lake account](../hdinsight-hadoop-use-data-lake-store.md) dependency. It is referred as the default storage account. HDInsight cluster and its default storage account must be colocated in the same Azure region. Deleting clusters does not delete the storage account.
94
94
95
95
> [!NOTE]
96
96
> For other cluster creation methods and understanding the properties used in this tutorial, see [Create HDInsight clusters](../hdinsight-hadoop-provision-linux-clusters.md).
@@ -117,7 +117,7 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
117
117
118
118
5. Select **Execute**. A **RESULTS** tab appears beneath the **QUERY** tab and displays information about the job.
119
119
120
-
Once the query has finished, The**QUERY** tab displays the results of the operation. You shall see one table called **hivesampletable**. This sample Hive table comes with all the HDInsight clusters.
120
+
Once the query has finished, the**QUERY** tab displays the results of the operation. You shall see one table called **hivesampletable**. This sample Hive table comes with all the HDInsight clusters.
@@ -131,17 +131,11 @@ In this section, you create a Hadoop cluster in HDInsight using the Azure portal
131
131
132
132
After you have completed a Hive job, you can [export the results to Azure SQL database or SQL Server database](apache-hadoop-use-sqoop-mac-linux.md), you can also [visualize the results using Excel](apache-hadoop-connect-excel-power-query.md). For more information about using Hive in HDInsight, see [Use Apache Hive and HiveQL with Apache Hadoop in HDInsight to analyze a sample Apache log4j file](hdinsight-use-hive.md).
133
133
134
-
## Troubleshoot
135
-
136
-
If you run into issues with creating HDInsight clusters, see [access control requirements](../hdinsight-hadoop-create-linux-clusters-portal.md).
137
-
138
134
## Clean up resources
139
135
After you complete the tutorial, you may want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it is not in use. You are also charged for an HDInsight cluster, even when it is not in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they are not in use.
140
136
141
137
> [!NOTE]
142
138
> If you are *immediately* proceeding to the next tutorial to learn how to run ETL operations using Hadoop on HDInsight, you may want to keep the cluster running. This is because in the tutorial you have to create a Hadoop cluster again. However, if you are not going through the next tutorial right away, you must delete the cluster now.
143
-
>
144
-
>
145
139
146
140
**To delete the cluster and/or the default storage account**
Copy file name to clipboardExpand all lines: articles/hdinsight/hadoop/apache-hadoop-linux-tutorial-get-started.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,8 @@ If you don't have an Azure subscription, [create a free account](https://azure.m
55
55
> [!NOTE]
56
56
> For other cluster creation methods and understanding the properties used in this quickstart, see [Create HDInsight clusters](../hdinsight-hadoop-provision-linux-clusters.md).
57
57
58
-
## Troubleshoot
59
-
60
-
If you run into issues with creating HDInsight clusters, see [access control requirements](../hdinsight-hadoop-customize-cluster-linux.md#access-control).
61
-
62
58
## Clean up resources
59
+
63
60
After you complete the quickstart, you may want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it is not in use. You are also charged for an HDInsight cluster, even when it is not in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they are not in use.
Copy file name to clipboardExpand all lines: articles/hdinsight/kafka/apache-kafka-quickstart-resource-manager-template.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,10 +251,6 @@ To store records into the test topic you created earlier, and then read them usi
251
251
252
252
You can also programmatically create producers and consumers. For an example of using this API, see the [Apache Kafka Producer and Consumer API with HDInsight](apache-kafka-producer-consumer-api.md) document.
253
253
254
-
## Troubleshoot
255
-
256
-
If you run into issues with creating HDInsight clusters, see [access control requirements](../hdinsight-hadoop-create-linux-clusters-portal.md).
257
-
258
254
## Clean up resources
259
255
260
256
If you wish to clean up the resources created by this quickstart, you can delete the resource group. Deleting the resource group also deletes the associated HDInsight cluster, and any other resources associated with the resource group.
0 commit comments