faq add how to find yarn job history log

This commit is contained in:
Yanjie Gao 2018-08-16 09:23:52 +08:00
Родитель 5f6c3b30f9
Коммит dc30fdcb72
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -7,3 +7,7 @@ A: It is not recommended to run the job on the master node in order to avoid ove
### Q: When OpenPAI has multiple master nodes, can the master node be deployed on multiple subnets, and they can still access normally?
A: We recommend deploying them on the same subnet. In theory, as long as the network is interoperable, it can be deployed. Considering the high communication requirements of the cluster, the network delay of different subnets is usually high, and the network is often inaccessible.
### Q: If user find a job to retry multiple times, how to diagnose the cause?
A: Users can find historical job logs through yarn. Please check [issue-1072](https://github.com/Microsoft/pai/issues/1072)'s answer.