- Apr 14, 2013
-
-
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
-
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
-
- Apr 08, 2013
-
-
Matei Zaharia authored
superstep value upon recomputation, and set the default storage level in Bagel to MEMORY_AND_DISK
-
Matei Zaharia authored
SPARK-724 - Have Akka logging enabled by default for standalone daemons
-
Matei Zaharia authored
Conflicts: docs/_config.yml project/SparkBuild.scala
-
- Apr 07, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Conflicts: project/SparkBuild.scala
-
Patrick Wendell authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Bumping version for Twitter Algebird to latest
-
Matei Zaharia authored
Fixes SPARK-723 - Update build to Scala 2.9.3
-
- Apr 06, 2013
-
-
Holden Karau authored
Retry failed ssh commands. This is especially useful during system startup when the hosts may not have yet come on-line but can be useful at other points for people with flakey connections
-
- Apr 04, 2013
-
-
Andy Konwinski authored
-
- Apr 03, 2013
-
-
Patrick Wendell authored
See the JIRA for more details. I was only able to test the bash version (don't have Windows) so maybe check over that the syntax is correct there.
-
Nick Pentreath authored
-
- Apr 02, 2013
-
-
Matei Zaharia authored
corrected Algebird example
-
Matei Zaharia authored
Python bugfixes
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Erik van oosten authored
-
- Mar 31, 2013
-
-
Matei Zaharia authored
Fixed broken filter in getWritableClass[T]
-
Mark Hamstra authored
-
Mark Hamstra authored
-
- Mar 30, 2013
-
-
Matei Zaharia authored
Bugfix: WorkerWebUI must respect workDirPath from Worker
-