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/hdinsight-hadoop-create-linux-clusters-with-secure-transfer-storage.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,21 @@ For the Azure CLI command [az storage account create](/cli/azure/storage/account
34
34
35
35
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).
36
36
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
+
37
52
## Add additional storage accounts
38
53
39
54
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
46
61
47
62
* 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
48
63
* 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