How to know Which Job On Azure Data Analytics Read/Write Which File in Storage Account by Diagnostic Log

Ivy Feng 16 Reputation points
2021-07-20T09:38:16.147+00:00

Hello,

I am using Azure Data Lake Analytics to perform job of reading/writing files in Storage Account(gen 2). I enable the diagnostic log for both Azure Data Lake Analytics and Storage Account.

I am trying to analyze the diagnostic logs of storage account to have a set of data of which job(Azure Data Lake Analytics job) read/write which file.

However, I have looked into both log with Azure Data Lake Analytics and Storage Account, I can not find out a way to know.

In storage account log, I can only know a file is read/written at specific time.
And in Azure Data Lake Analytics log as following, I still can not find there is a relation between jobId and file/clientRequestId
116200-image.png

To be clear, I want a way to build a relation between jobId in Azure Data Analytics and fileName(be read/be written) or clientRequestId(since there is an existing relation between clientRequestId and fileName )
which means to know which job visit which file.

Can I get some help/idea on it?

Thank you in advance!!!!

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,466 questions
Azure Data Lake Analytics
{count} vote

Your answer

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