Tried "8mb"...still I am failing on the same error... On Sat, May 23, 2015 at 6:10 PM, Ted Yu <yuzhih...@gmail.com> wrote:
> bq. it shuld be "8mb" > > Please use the above syntax. > > Cheers > > On Sat, May 23, 2015 at 6:04 PM, Debasish Das <debasish.da...@gmail.com> > wrote: > >> Hi, >> >> I am on last week's master but all the examples that set up the following >> >> .set("spark.kryoserializer.buffer", "8m") >> >> are failing with the following error: >> >> Exception in thread "main" java.lang.IllegalArgumentException: >> spark.kryoserializer.buffer must be less than 2048 mb, got: + 8192 mb. >> looks like buffer.mb is deprecated...Is "8m" is not the right syntax to >> get 8mb kryo buffer or it shuld be "8mb" >> >> Thanks. >> Deb >> > >