hdinsight.github.io

How can I download and read Yarn log from storage account directly?

Have you tried to download the log through Yarn API? This might help

Issue:

The logs found from storage account is not human-readable. The file parser doesn’t work with java.io.IOException: Not a valid BCFile.

Mitigation Step:

This is because Yarn log is aggregated into IndexFile format, which is not supported by the file parser we have.