You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Soumya Simanta <so...@gmail.com> on 2014/09/20 20:40:07 UTC

Setting serializer to KryoSerializer from command line for spark-shell

Hi,

I want to set the serializer for my spark-shell to Kyro.
spark.serializer to org.apache.spark.serializer.KryoSerializer

Can I do it without setting a new SparkConf?

Thanks
-Soumya