Skip to content

Commit cf69ef8

Browse files
Merge pull request #172302 from nicjohn79/patch-2
Update hdinsight-hadoop-create-linux-clusters-with-secure-transfer-st…
2 parents 963cc36 + 3cd740d commit cf69ef8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

articles/hdinsight/hdinsight-hadoop-create-linux-clusters-with-secure-transfer-storage.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,21 @@ For the Azure CLI command [az storage account create](/cli/azure/storage/account
3434

3535
To update an existing storage account with Azure CLI, see [Require secure transfer with Azure CLI](../storage/common/storage-require-secure-transfer.md#require-secure-transfer-with-azure-cli).
3636

37+
### Secure transfer error(s)
38+
39+
40+
If you accidentally enabled the 'Require secure transfer' option after creating the HDInsight cluster, you may be seeing error messages like the following:
41+
42+
`com.microsoft.azure.storage.StorageException: The account being accessed does not support http.`
43+
44+
For Hbase clusters only, you can try the following steps to restore the cluster functionality:
45+
1. Stop HBase from Ambari.
46+
2. Stop HDFS from Ambari.
47+
3. In Ambari, navigate to HDFS --> Configs --> Advanced --> fs.defaultFS
48+
4. Change wasb to wasbs and save it.
49+
5. If you are using the Accelerated Writes feature, the 'hbase.rootDir' under the hbase configs also needs to be changed from wasb to wasbs.
50+
6. Restart all required services.
51+
3752
## Add additional storage accounts
3853

3954
There are several options to add additional secure transfer enabled storage accounts:
@@ -46,4 +61,4 @@ There are several options to add additional secure transfer enabled storage acco
4661

4762
* The use of Azure Storage (WASB) instead of [Apache Hadoop HDFS](https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html) as the default data store
4863
* For information on how HDInsight uses Azure Storage, see [Use Azure Storage with HDInsight](hdinsight-hadoop-use-blob-storage.md).
49-
* For information on how to upload data to HDInsight, see [Upload data to HDInsight](hdinsight-upload-data.md).
64+
* For information on how to upload data to HDInsight, see [Upload data to HDInsight](hdinsight-upload-data.md).

0 commit comments

Comments
 (0)