Hi Jeff and Prabhu,
Thanks for your help.
I look deep in the nodemanager log and I found that I have a error message
like this:
2016-03-02 03:13:59,692 ERROR
org.apache.spark.network.shuffle.ExternalShuffleBlockResolver: error
opening leveldb file
file:/data/yarn/cache/yarn/nm-local-dir/registere
Is all NodeManager services restarted after the change in yarn-site.xml
On Thu, Mar 3, 2016 at 6:00 AM, Jeff Zhang wrote:
> The executor may fail to start. You need to check the executor logs, if
> there's no executor log then you need to check node manager log.
>
> On Wed, Mar 2, 2016 at 4:26 P
The executor may fail to start. You need to check the executor logs, if
there's no executor log then you need to check node manager log.
On Wed, Mar 2, 2016 at 4:26 PM, Xiaoye Sun wrote:
> Hi all,
>
> I am very new to spark and yarn.
>
> I am running a BroadcastTest example application using spa