Hi,
Sorry this was a class loading issue at my side. Sorted it out.
Sorry if I caused any inconvenience
Rgds
Niranda Perera
+94 71 554 8430
On Jul 5, 2015 17:08, "Niranda Perera" wrote:
> Hi Josh,
>
> I tried using the spark 1.4.0 upgrade.
>
> here is the class I'm trying to use
>
> package o
Hi Josh,
I tried using the spark 1.4.0 upgrade.
here is the class I'm trying to use
package org.wso2.carbon.analytics.spark.core.util.master
import akka.serialization.Serialization
import org.apache.spark.SparkConf
import org.apache.spark.deploy.master._
class AnalyticsRecoveryModeFactoryScala
thanks Josh.
this looks very similar to my problem.
On Thu, Jun 25, 2015 at 11:32 AM, Josh Rosen wrote:
> This sounds like https://issues.apache.org/jira/browse/SPARK-7436, which
> has been fixed in Spark 1.4+ and in branch-1.3 (for Spark 1.3.2).
>
> On Wed, Jun 24, 2015 at 10:57 PM, Niranda Pe
This sounds like https://issues.apache.org/jira/browse/SPARK-7436, which
has been fixed in Spark 1.4+ and in branch-1.3 (for Spark 1.3.2).
On Wed, Jun 24, 2015 at 10:57 PM, Niranda Perera
wrote:
> Hi all,
>
> I'm trying to implement a custom StandaloneRecoveryModeFactory in the Java
> environmen
Hi all,
I'm trying to implement a custom StandaloneRecoveryModeFactory in the Java
environment. Pls find the implementation here. [1] . I'm new to Scala,
hence I'm trying to use Java environment as much as possible.
when I start a master with spark.deploy.recoveryMode.factory property to be
"CUST