- Jun 25, 2013
-
-
Matei Zaharia authored
- Split SPARK_JAVA_OPTS into multiple command-line arguments if it contains spaces; this splitting follows quoting rules in bash - Add the Scala JARs to the classpath if they're not in the CLASSPATH variable because the ExecutorRunner is launched with "scala" (this can happen when using local-cluster URLs in spark-shell)
-
Matei Zaharia authored
-
Matei Zaharia authored
Conflicts: run
-
Matei Zaharia authored
Kafka fixes and DStream.count fix for master
-
Tathagata Das authored
Conflicts: .gitignore
-
Tathagata Das authored
-
- Jun 24, 2013
-
-
Tathagata Das authored
Adding spark.streaming.blockInterval property
-
Tathagata Das authored
Surfacing decoders on KafkaInputDStream
-
Tathagata Das authored
Fixing count() in Spark Streaming
-
- Jun 23, 2013
-
-
Matei Zaharia authored
The old version reused the object within each task, leading to overwriting of the object when a mutable type is used, which is expected to be common in fold. Conflicts: core/src/test/scala/spark/ShuffleSuite.scala
-
- Jun 22, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Shuffle fixes and cleanup
-
Matei Zaharia authored
-
Matei Zaharia authored
add Joblogger to Spark (on new Spark code)
-
Matei Zaharia authored
Optimize PySpark worker invocation
-
Matei Zaharia authored
-
- Jun 21, 2013
-
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Mingfei authored
-
Mingfei authored
-
Mingfei authored
-
Mingfei authored
-
- Jun 20, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
- Exclude a version of ASM 3.x that comes from HBase - Don't use a special ASF repo for HBase - Update SLF4J version - Add sbt-dependency-graph plugin so we can easily find dependency trees
-
- Jun 19, 2013
-
-
Matei Zaharia authored
fix typo and coding style in #638
-
Matei Zaharia authored
-
- Jun 18, 2013
-
-
Gavin Li authored
-
Matei Zaharia authored
Conflicts: project/SparkBuild.scala
-
Matei Zaharia authored
Add hBase example (retry of pull request #596)
-
Matei Zaharia authored
Reduce ZippedPartitionsRDD's getPreferredLocations complexity from O(2^2n) to O(2^n)
-
- Jun 17, 2013
-
-
jerryshao authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Bug fix: Zero-length partitions result in NaN for overall mean & variance
-
Matei Zaharia authored
SPARK-781: Log the temp directory path when Spark says "Failed to create temp directory."
-