Can we access U-SQL execution logs? Are these exposed to developers to gather important statistics? Is there any API that is exposed to us or any U-SQL library already present?
Thanks
Can we access U-SQL execution logs? Are these exposed to developers to gather important statistics? Is there any API that is exposed to us or any U-SQL library already present?
Thanks
(Data Lake Team here)
The execution of a U-SQL job produces many files - they are stored in folders in the associated default Data Lake Store
Here's an example of a path to one of the folders
Having said that, there are some logs that are not placed in that folder and the Data Lake Tools for Visual Studio reads and displays all the information you should need to understand a job.