[suggest] emr err log file tail=100

0

I suggest ths.

emr err.log tail=100 lines.

because we want to see last end of log file.

please make this feature. thx a lot

已提問 2 年前檢視次數 288 次
1 個回答
0

Hello,

I understand that you would like to tail the end of your log file. As EMR is already a linux based OS you can ssh [1] into your cluster and run a tail command as as below on your log files[2].

command : tail -n 100 log_filename

Thank you

References:

[1] Connect to the master node using SSH - https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-connect-master-node-ssh.html

[2]View log files - View log files on the master node - https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-manage-view-web-log-files.html#emr-manage-view-web-log-files-master-node

AWS
已回答 2 年前
  • Thx about your guide.

    But, I meant stderr.log in emr console.

    log file controller|syslog|stderr|stdout

    Can you make stderr=tail100 button? I think this button. so useful every user.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南