Re: How to set KryoRegistrator class in spark-shell

2015-06-11 Thread Igor Berman
-KryoRegistrator-class-in-spark-shell-tp12498p23265.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h

Re: How to set KryoRegistrator class in spark-shell

2015-06-11 Thread Eugen Cepoi
%20register%20kryo%20serializationf=false -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-set-KryoRegistrator-class-in-spark-shell-tp12498p23265.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: How to set KryoRegistrator class in spark-shell

2015-06-10 Thread bhomass
%20shell%20register%20kryo%20serializationf=false -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-set-KryoRegistrator-class-in-spark-shell-tp12498p23265.html Sent from the Apache Spark User List mailing list archive at Nabble.com

How to set KryoRegistrator class in spark-shell

2014-08-20 Thread Benyi Wang
I want to use opencsv's CSVParser to parse csv lines using a script like below in spark-shell: import au.com.bytecode.opencsv.CSVParser; import com.esotericsoftware.kryo.Kryo import org.apache.spark.serializer.KryoRegistrator import org.apache.hadoop.fs.{Path, FileSystem} class MyKryoRegistrator

RE: How to set KryoRegistrator class in spark-shell

2014-08-20 Thread Sameer Tilak
Subject: How to set KryoRegistrator class in spark-shell From: bewang.t...@gmail.com To: user@spark.apache.org I want to use opencsv's CSVParser to parse csv lines using a script like below in spark-shell: import au.com.bytecode.opencsv.CSVParser;import com.esotericsoftware.kryo.Kryo import

Re: How to set KryoRegistrator class in spark-shell

2014-08-20 Thread Benyi Wang
: How to set KryoRegistrator class in spark-shell From: bewang.t...@gmail.com To: user@spark.apache.org I want to use opencsv's CSVParser to parse csv lines using a script like below in spark-shell: import au.com.bytecode.opencsv.CSVParser; import com.esotericsoftware.kryo.Kryo import