i am running into
Chunk overflow exceptions. I am passing hadoop-build-readonly-store.sh -D num.chunks=1000 ... to get around the 2GB chunk size limit.
However, when it runs it always says the num chunks is set to 1:
13/08/20 16:15:34 INFO mr.HadoopStoreBuilder: Number of chunks: 1, number of reducers: 50, save keys: false, reducerPerBucket: false
Am I not specifying it properly, or is it being overridden somewhere? I am using voldemort 1.3.4
Thanks,
Sean