Data lake storage Gen 2 timeout issue
vidya sagar
1
Reputation point
Facing timeout issue if we access list of paths in a selected file system.
Using azure-storage-file-datalake 12.1.2
jdk 11.
fileSystemClient.listPaths().forEach(path ->
System.out.printf("Name: %s%n", path.getName()));
Working fine if we tried to access list of filesystems.
Sign in to answer