Share via

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.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.