Re: issue regarding akka, protobuf and Hadoop version

2013-11-06 Thread Reynold Xin
Liu -Original Message- From: Reynold Xin [mailto:r...@apache.org] Sent: Tuesday, November 05, 2013 10:07 AM To: dev@spark.incubator.apache.org Subject: Re: issue regarding akka, protobuf and Hadoop version I think we are near the end of Scala 2.9.3 development, and will merge

Re: issue regarding akka, protobuf and Hadoop version

2013-11-04 Thread Reynold Xin
Adding in a few guys so they can chime in. On Mon, Nov 4, 2013 at 4:33 PM, Reynold Xin r...@apache.org wrote: I chatted with Matt Massie about this, and here are some options: 1. Use dependency injection in google-guice to make Akka use one version of protobuf, and YARN use the other

RE: issue regarding akka, protobuf and Hadoop version

2013-11-04 Thread Liu, Raymond
akka, protobuf and Hadoop version I chatted with Matt Massie about this, and here are some options: 1. Use dependency injection in google-guice to make Akka use one version of protobuf, and YARN use the other version. 2. Look into OSGi to accomplish the same goal. 3. Rewrite the messaging part