I see Andrew, thanks for the explanantion.
On Tue, Jul 29, 2014 at 5:29 AM, Andrew Lee wrote:
>
> I was thinking maybe we can suggest the community to enhance the Spark
> HistoryServer to capture the last failure exception from the container logs
> in the last failed stage?
>
This would be help
dcode and test it ?
From: jianshi.hu...@gmail.com
Date: Fri, 25 Jul 2014 15:12:18 +0800
Subject: Re: Need help, got java.lang.ExceptionInInitializerError in
Yarn-Client/Cluster mode
To: user@spark.apache.org
I nailed it down to a union operation, here's my code snippet:
val properti
Fri, 25 Jul 2014 15:12:18 +0800
> Subject: Re: Need help, got java.lang.ExceptionInInitializerError in
> Yarn-Client/Cluster mode
> To: user@spark.apache.org
>
>
> I nailed it down to a union operation, here's my code snippet:
>
> val properties: RDD[((String, String,
2014 15:12:18 +0800
Subject: Re: Need help, got java.lang.ExceptionInInitializerError in
Yarn-Client/Cluster mode
To: user@spark.apache.org
I nailed it down to a union operation, here's my code snippet:
val properties: RDD[((String, String, String), Externalizer[KeyValue])] =
vertice
I nailed it down to a union operation, here's my code snippet:
val properties: RDD[((String, String, String), Externalizer[KeyValue])]
= vertices.map { ve =>
val (vertices, dsName) = ve
val rval = GraphConfig.getRval(datasetConf, Constants.VERTICES,
dsName)
val (_, rvalAsc, r