- Jun 08, 2013
-
-
Matei Zaharia authored
Unfortunately, in Akka 2.1, ActorSystem.awaitTermination hangs for remote actors, and Akka also leaves a non-daemon Netty thread even when run in daemon mode. Thus I had to comment out some of the calls to awaitTermination, and we still have one failing test.
-
- May 01, 2013
-
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Prashant Sharma authored
-
- Apr 29, 2013
-
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Prashant Sharma authored
-
- Apr 25, 2013
-
-
Prashant Sharma authored
Fixed breaking tests in streaming checkpoint suite. Changed RichInt to Int as it is final and not serializable
-
- Apr 24, 2013
-
-
Prashant Sharma authored
-
- Apr 22, 2013
-
-
Prashant Sharma authored
-
- Apr 20, 2013
-
-
Matei Zaharia authored
porting of repl to scala-2.10
-
- Apr 19, 2013
-
-
Prashant Sharma authored
-
Matei Zaharia authored
cache sizes due to having 2 instances of the Scala compiler and a bunch of classloaders.
-
- Apr 16, 2013
-
-
Matei Zaharia authored
Increase ReservedCodeCacheSize for sbt
-
Jey Kottalam authored
-
Prashant Sharma authored
-
- Apr 15, 2013
-
-
Matei Zaharia authored
-
Prashant Sharma authored
-
- Apr 14, 2013
-
-
Matei Zaharia authored
Don't pull in old versions of Jackson via hadoop-core
-
Matei Zaharia authored
Allow latest scala in PATH, with SCALA_HOME as override (instead of vice-versa)
-
- Apr 13, 2013
-
-
Matei Zaharia authored
-
- Apr 12, 2013
-
-
Matei Zaharia authored
Update wording of section on RDD operations in quick start guide in docs
-
Andy Konwinski authored
-
- Apr 11, 2013
-
-
Mike authored
Reversed the order of tests to find a scala executable (in the case when SPARK_LAUNCH_WITH_SCALA is defined): instead of checking in the PATH first, and only then (if not found) for SCALA_HOME, now we check for SCALA_HOME first, and only then (if not defined) do we look in the PATH. The advantage is that now if the user has a more recent (non-compatible) version of scala in her PATH, she can use SCALA_HOME to point to the older (compatible) version for use with spark. Suggested by Josh Rosen in this thread: https://groups.google.com/forum/?fromgroups=#!topic/spark-users/NC9JKvP8808
-
Matei Zaharia authored
Add details when BlockManager heartbeats time out
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Apr 10, 2013
-
-
Andrew Ash authored
Makes it more clear what the threshold was for tuning spark.storage.blockManagerSlaveTimeoutMs Before: WARN "Removing BlockManager BlockManagerId(201304022120-1976232532-5050-27464-0, myhostname, 51337) with no recent heart beats After: WARN "Removing BlockManager BlockManagerId(201304022120-1976232532-5050-27464-0, myhostname, 51337) with no recent heart beats: 19216ms exceeds 15000ms
-
Matei Zaharia authored
Typos: cluser -> cluster
-
Andrew Ash authored
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Matei Zaharia authored
Uniform whitespace across scala examples
-
Matei Zaharia authored
Retry failed ssh commands in the ec2 python script.
-
- Apr 09, 2013
-
-
Holden Karau authored
-
Andrew Ash authored
-
Andrew Ash authored
-
- Apr 08, 2013
-
-
Matei Zaharia authored
superstep value upon recomputation, and set the default storage level in Bagel to MEMORY_AND_DISK
-