GitHub user avati opened a pull request:
https://github.com/apache/spark/pull/1649
[SPARK-1812] [WIP] Scala 2.11 support
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/avati/spark scala-2.11
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1649.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1649
----
commit f8b5e96fca20c13308cb2a9a6c18049bcdd0a7ba
Author: Anand Avati <[email protected]>
Date: 2014-07-30T05:12:30Z
SPARK-1812: use consistent protobuf version across build
Moving to akka-2.3 reveals issues where differing protobuf
versions within the same build results in runtime incompatibility
and exceptions like:
java.lang.VerifyError: class akka.remote.WireFormats$AkkaControlMessage
overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet;
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
Signed-off-by: Anand Avati <[email protected]>
commit c6e0c6ea3b0f5b3316f01f1a743f4de0a6cdf816
Author: Anand Avati <[email protected]>
Date: 2014-07-26T07:48:49Z
SPARK-1812: sql/catalyst - upgrade to scala-logging-slf4j 2.1.2
Signed-off-by: Anand Avati <[email protected]>
commit 722aee26399b9bf4b725d17f5cfcfad99464af35
Author: Anand Avati <[email protected]>
Date: 2014-07-27T02:20:34Z
SPARK-1812: core - upgrade to akka 2.3.4
Signed-off-by: Anand Avati <[email protected]>
commit 0d3e37df46c6ce03fe94e10ec26d5bcb96ee86c5
Author: Anand Avati <[email protected]>
Date: 2014-07-27T03:39:15Z
SPARK-1812: core - upgrade to json4s 3.2.10
Signed-off-by: Anand Avati <[email protected]>
commit 1d2600d41caf6bc47977a5aee9ded7a7aaf85818
Author: Anand Avati <[email protected]>
Date: 2014-07-27T03:43:27Z
SPARK-1812: core - upgrade to unofficial chill 1.2 (tv.cntt)
Signed-off-by: Anand Avati <[email protected]>
commit 0d44a59234f94246dd414ef136647fc4483a9180
Author: Anand Avati <[email protected]>
Date: 2014-07-26T00:19:17Z
SPARK-1812: core - Fix overloaded methods with default arguments
Signed-off-by: Anand Avati <[email protected]>
commit 96f449416a13cba033ff17806a9c56e7aea2692f
Author: Anand Avati <[email protected]>
Date: 2014-07-26T00:21:39Z
SPARK-1812: Fix @transient annotation errors
- convert to @transient val when unsure
- remove @transient annotation elsewhere
Signed-off-by: Anand Avati <[email protected]>
commit d39f8678fd4b2aff96d7d6fe15b2878ef085ce0b
Author: Anand Avati <[email protected]>
Date: 2014-07-26T04:06:48Z
SPARK-1812: mllib - upgrade to breeze 0.8.1
Signed-off-by: Anand Avati <[email protected]>
commit d7cf8c8c0476d3c6e7adcea434bb87a2aa665bcf
Author: Anand Avati <[email protected]>
Date: 2014-07-26T04:16:52Z
SPARK-1812: streaming - Fix overloaded methods with default arguments
Signed-off-by: Anand Avati <[email protected]>
commit caef846be53f83498b0603e569404389c792c0b1
Author: Anand Avati <[email protected]>
Date: 2014-07-26T00:20:03Z
SPARK-1812: core - [FIXWARNING] try { } without catch { } warning
Signed-off-by: Anand Avati <[email protected]>
commit 0f68c91d6001f3db516a2e9d6d936d65122bf997
Author: Anand Avati <[email protected]>
Date: 2014-07-26T08:02:49Z
SPARK-1812: temporarily disable
- remove spark-repl from assembly dependency
- temporarily disable external/kafka module (dependency unavailable)
- examples module
- kafka_2.11 (transitive)
- algebird_2.11 (com.twitter)
Signed-off-by: Anand Avati <[email protected]>
commit c4f92b6f9bb798dafae69ad8432292be8c3a58d4
Author: Anand Avati <[email protected]>
Date: 2014-07-26T08:15:22Z
SPARK-1812: move to akka-zeromq-2.11.0-M3 version 2.2.0
.. until akka-zeromq-2.11 gets published
Signed-off-by: Anand Avati <[email protected]>
commit 7f4d34bf499d2d238925ca777c6f6a78a31904af
Author: Anand Avati <[email protected]>
Date: 2014-07-26T23:35:51Z
SPARK-1812: core - [FIXWARNING] replace scala.concurrent.{future,promise}
with {Future,Promise}
Signed-off-by: Anand Avati <[email protected]>
commit c50ff00c97d3de41576a7d61ee4d214cafc9b089
Author: Anand Avati <[email protected]>
Date: 2014-07-26T08:01:32Z
SPARK-1812: update all artifactId to spark-${module}_2.11
Signed-off-by: Anand Avati <[email protected]>
commit 8e621813d77266a51a09d4a217352d61b7e1861e
Author: Anand Avati <[email protected]>
Date: 2014-07-27T04:33:42Z
SPARK-1812: sql/core - [FIXWARNING] replace scala.concurrent.future with
Future
Signed-off-by: Anand Avati <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---