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
See [Create Linux-based clusters in HDInsight using the .NET SDK](hdinsight-hadoop-create-linux-clusters-dotnet-sdk.md#use-bootstrap).
113
107
114
108
## Use Resource Manager template
109
+
115
110
You can use bootstrap in Resource Manager template:
116
111
117
112
```json
@@ -128,38 +123,29 @@ You can use bootstrap in Resource Manager template:
128
123
129
124
## See also
130
125
131
-
*[Create Apache Hadoop clusters in HDInsight][hdinsight-provision-cluster] provides instructions on how to create an HDInsight cluster by using other custom options.
132
-
*[Develop Script Action scripts for HDInsight][hdinsight-write-script]
133
-
*[Install and use Apache Spark on HDInsight clusters][hdinsight-install-spark]
126
+
*[Create Apache Hadoop clusters in HDInsight](hdinsight-hadoop-provision-linux-clusters.md) provides instructions on how to create an HDInsight cluster by using other custom options.
127
+
*[Develop Script Action scripts for HDInsight](hdinsight-hadoop-script-actions-linux.md)
128
+
*[Install and use Apache Spark on HDInsight clusters](spark/apache-spark-jupyter-spark-sql-use-portal.md)
134
129
*[Install and use Apache Giraph on HDInsight clusters](hdinsight-hadoop-giraph-install.md).
[img-hdi-cluster-states]: ./media/hdinsight-hadoop-customize-cluster/HDI-Cluster-state.png"Stages during cluster creation"
141
-
142
131
## Appendix: PowerShell sample
143
132
144
133
This PowerShell script creates an HDInsight cluster and customizes a Hive setting. Be sure to enter values for `$nameToken`, `$httpPassword`, and `$sshPassword`.
145
134
146
-
> [!WARNING]
147
-
> Storage account kind `BlobStorage` cannot be used for HDInsight clusters.
0 commit comments