Skip to content

Commit 82ef314

Browse files
committed
adding observations
1 parent e95e230 commit 82ef314

File tree

1 file changed

+6
-1
lines changed
  • hadoop-tools/hadoop-azure/src/site/markdown

1 file changed

+6
-1
lines changed

hadoop-tools/hadoop-azure/src/site/markdown/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,12 @@ Once the above properties are configured, `hdfs dfs -ls abfs://container1@abfswa
14691469

14701470
Following failures are known and expected to fail as of now.
14711471
1. AzureBlobFileSystem.setXAttr() and AzureBlobFileSystem.getXAttr() will fail when attempted on root ("/") path with `Operation failed: "The request URI is invalid.", HTTP 400 Bad Request`
1472-
1472+
2. If you're using user-delegation SAS authentication:
1473+
- Listing operation for HNS accounts (on DFS endpoint) works with SAS token supporting either blob or directory
1474+
scopes (Signed Resource Type as Blob or Directory),
1475+
though it is intended to work only at the directory scope. It is a known bug.
1476+
- AzureBlobFileSystem.getFileStatus() is expected to fail at root ("/") path with
1477+
`Operation failed: "Server failed to authenticate the request.", HTTP 401 Unauthorized Error`
14731478
## <a name="testing"></a> Testing ABFS
14741479

14751480
See the relevant section in [Testing Azure](testing_azure.html).

0 commit comments

Comments
 (0)