Hi, I am running a spark job on a mesos cluster and would like to increase the size limit on the protocol buffer messages. I understand that I have to call SetTotalBytesLimit() but I wasn't sure of where the CodedInputStream was being created while running a spark job on mesos.
Thanks Arpan
