Data lake storage Gen 2 timeout issue

vidya sagar 1 Reputation point
2020-07-08T13:27:12.427+00:00

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.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
{count} votes