- Feb 19, 2013
-
-
Matei Zaharia authored
Don't call System.exit over uncaught exceptions from shutdown hooks
-
Charles Reiss authored
-
Matei Zaharia authored
Fixes a broken link in documentation to issue tracker
-
Matei Zaharia authored
Added a method to create PartitionPruningRDD.
-
Andy Konwinski authored
-
Reynold Xin authored
-
Charles Reiss authored
-
Charles Reiss authored
-
- Feb 18, 2013
-
-
Matei Zaharia authored
Ganglia port change
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Shivaram Venkataraman authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Feb 17, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Switch spark_ec2.py to use the new spark-ec2 scripts.
-
- Feb 16, 2013
-
-
Matei Zaharia authored
Move ParallelCollection into spark.rdd package.
-
Matei Zaharia authored
Make CoGroupedRDDs explicitly have the same key type.
-
Stephen Haberman authored
-
Stephen Haberman authored
-
Matei Zaharia authored
If combineByKey is using the same partitioner, skip the shuffle.
-
Stephen Haberman authored
-
Stephen Haberman authored
-
Matei Zaharia authored
include jobid in Executor commandline args
-
- Feb 14, 2013
-
-
Tathagata Das authored
STREAMING-50: Support transform workaround in JavaPairDStream
-
- Feb 13, 2013
-
-
Imran Rashid authored
-
Matei Zaharia authored
Update issue tracker link in contributing guide
-
Imran Rashid authored
-
- Feb 12, 2013
-
-
Patrick Wendell authored
This ports a useful workaround (the `transform` function) to JavaPairDStream. It is necessary to do things like sorting which are not supported yet in the core streaming API.
-
- Feb 11, 2013
-
-
Matei Zaharia authored
SPARK-694: All references to [K, V] in JavaDStreamLike should be changed to [K2, V2]
-
Matei Zaharia authored
SPARK-696: sortByKey should use 'ascending' parameter
-
Patrick Wendell authored
-
Matei Zaharia authored
-
Matei Zaharia authored
to lack of memoization
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Patrick Wendell authored
-