The Spark history server does not have the ability to serve executor
logs currently. You need to use the "yarn logs" command for that.
On Tue, Apr 7, 2015 at 2:51 AM, donhoff_h <165612...@qq.com> wrote:
> Hi, Experts
>
> I run my Spark Cluster on Yarn. I used to get executors' Logs from Spark's
>
Hi, Experts
I run my Spark Cluster on Yarn. I used to get executors' Logs from Spark's
History Server. But after I started my Hadoop jobhistory server and made
configuration to aggregate logs of hadoop jobs to a HDFS directory, I found
that I could not get spark's executors' Logs any more. Is