아래 명령어로 볼 수 있다.

 

yarn logs -applicationId <application ID>

 

 

application id 는 아래 명령어로 확인 가능하다.

 

yarn application -list

 

 

만약 application 을 kill 하고 싶다면 아래 명령어를 사용한다.

 

yarn application -kill <application ID>

 

 

 

구체적으로 보는 방법은 아래 링크 참고

https://spark.apache.org/docs/latest/running-on-yarn.html#launching-spark-on-yarn

 

Running Spark on YARN - Spark 2.4.4 Documentation

Running Spark on YARN Support for running on YARN (Hadoop NextGen) was added to Spark in version 0.6.0, and improved in subsequent releases. Security Security in Spark is OFF by default. This could mean you are vulnerable to attack by default. Please see S

spark.apache.org

 

+ Recent posts