Ah right I misread this. I get it but I dont think the PR fixes this. Let me comment there. On May 24, 2015 3:56 PM, "Sean Owen" <so...@cloudera.com> wrote:
> Wait, isn't the error message just saying you can't set 8mb buffers? So it > is correctly parsing the args. I don't understand why this has to do with > parsing the value. That much works. > On May 24, 2015 2:04 AM, "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 >> >