- Jul 12, 2013
-
-
Patrick Wendell authored
-
Patrick Wendell authored
This fixes SPARK-769. Support is added for enumerating the locations of blocks in the UI. There is also some minor cleanup in StorageUtils.
-
- Jul 11, 2013
-
-
Matei Zaharia authored
Explicitly set class loader for MesosSchedulerDriver callbacks.
-
Matei Zaharia authored
Updating README to reflect Scala 2.9.3 requirements
-
Konstantin Boudnik authored
-
- Jul 09, 2013
-
-
Charles Reiss authored
Also set ClassLoader for all mesos callbacks, not just statusUpdate, registered.
-
Matei Zaharia authored
Fixed SPARK-795 with explicit dependencies
-
Matei Zaharia authored
Remove some stack traces from sbt test output
-
- Jul 08, 2013
-
-
Mark Hamstra authored
-
Mark Hamstra authored
-
shivaram authored
Added "Labeled" to util functions for labeled data
-
Ameet Talwalkar authored
-
Charles Reiss authored
-
- Jul 07, 2013
-
-
shivaram authored
Make binSearch method tail-recursive for RidgeRegression
-
ryanlecompte authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
1. Set akka log level to ERROR before shutting down the actorSystem. This avoids akka log messages (like Spray) from falling back to INFO on the Stdout logger 2. Initialize netty to use SLF4J in LocalSparkContext. This ensures that stack trace thrown during shutdown is handled by SLF4J instead of stdout
-
- Jul 06, 2013
-
-
Matei Zaharia authored
update guava version from 11.0.1 to 14.0.1
-
ryanlecompte authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Patrick Wendell authored
If a task fails before the metrics are initialized, it remains possible that the metrics field will be `None`. This patch accounts for that possbility by keeping metrics as an `Option` at all times.
-
Matei Zaharia authored
Use standard ASF published avro module instead of a proprietory built one
-
Matei Zaharia authored
Conflicts: core/src/main/scala/spark/scheduler/DAGScheduler.scala core/src/main/scala/spark/util/AkkaUtils.scala pom.xml
-
Matei Zaharia authored
Add support for running Spark on Yarn on a secure Hadoop Cluster
-
Matei Zaharia authored
s/ActorSystemImpl/ExtendedActorSystem/ as ActorSystemImpl results in a warning
-
Matei Zaharia authored
Add config template file for fair scheduler feature
-
Matei Zaharia authored
Bug fix: SPARK-789
-
Matei Zaharia authored
Remove active job from idToActiveJob when job finished or aborted
-
BlackNiuza authored
-
Patrick Wendell authored
-
- Jul 05, 2013
-
-
Matei Zaharia authored
Fixed major performance bug in Network Receiver
-
Tathagata Das authored
-
ryanlecompte authored
-
shivaram authored
Start of ML package
-
Matei Zaharia authored
-
Patrick Wendell authored
-