Unsubscribe

2016-07-19 Thread sjk
- To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Re: Bulk loading Serialized RDD into Hbase throws KryoException - IndexOutOfBoundsException

2016-05-30 Thread sjk
org.apache.hadoop.hbase.client.{Mutation, Put} org.apache.hadoop.hbase.io.ImmutableBytesWritable if u used mutation, register the above class too > On May 30, 2016, at 08:11, Nirav Patel wrote: > > Sure let me can try that. But from looks of it it seems kryo >

Re: mess spark cluster mode error

2016-03-14 Thread sjk
when i change to default coarse-grained, it’s ok. > On Mar 14, 2016, at 21:55, sjk <shijinkui...@163.com> wrote: > > hi,all, when i run task on mesos, task error below. for help, thanks a lot. > > > cluster mode, command: > > $SPARK_HOME/spark-submit --class

mess spark cluster mode error

2016-03-14 Thread sjk
hi,all, when i run task on mesos, task error below. for help, thanks a lot. cluster mode, command: $SPARK_HOME/spark-submit --class com.xxx.ETL --master mesos://192.168.191.116:7077 --deploy-mode cluster --supervise --driver-memory 2G --executor-memory 10G — total-executor-cores 4