commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
git commit: Merge pull request #68 from mosharaf/master
rxin
git commit: Merge pull request #74 from rxin/kill
rxin
[1/2] git commit: Job cancellation via job group id.
matei
[2/2] git commit: Merge pull request #74 from rxin/kill
matei
[1/6] git commit: Add new SBT target for dependency assembly
matei
[3/6] git commit: Merge branch 'master' of https://github.com/apache/incubator-spark into sbt-assembly-deps
matei
[5/6] git commit: Rename SBT target to assemble-deps.
matei
[2/6] git commit: Add a comment and exclude tools
matei
[4/6] git commit: Exclude assembly jar from classpath if using deps
matei
[6/6] git commit: Merge pull request #66 from shivaram/sbt-assembly-deps
matei
[01/13] git commit: BroadcastTest2 --> BroadcastTest
matei
[05/13] git commit: Default blockSize is 4MB. BroadcastTest2 example added for testing broadcasts.
matei
[13/13] git commit: Merge pull request #68 from mosharaf/master
matei
[09/13] git commit: BroadcastSuite updated to test both HttpBroadcast and TorrentBroadcast in local, local[N], local-cluster settings.
matei
[11/13] git commit: Added an after block to reset spark.broadcast.factory
matei
[10/13] git commit: Merge remote-tracking branch 'upstream/master'
matei
[03/13] git commit: Torrent-ish broadcast based on BlockManager.
matei
[08/13] git commit: Merge remote-tracking branch 'upstream/master'
matei
[02/13] git commit: Removed unnecessary code, and added comment of memory-latency tradeoff.
matei
[04/13] git commit: Fixes for the new BlockId naming convention.
matei
[07/13] git commit: Code styling. Updated doc.
matei
[06/13] git commit: Removed unused code. Changes to match Spark coding style.
matei
[12/13] git commit: Should compile now.
matei
[1/2] git commit: Spark shell exits if it cannot create SparkContext
matei
[2/2] git commit: Merge pull request #71 from aarondav/scdefaults
matei
[1/7] git commit: Merge pull request #34 from kayousterhout/rename
rxin
[5/7] git commit: Merge pull request #62 from harveyfeng/master
rxin
[7/7] git commit: Merge pull request #69 from KarthikTunga/master
rxin
[2/7] git commit: Merge pull request #65 from tgravescs/fixYarn
rxin
[3/7] git commit: Merge pull request #59 from rxin/warning
rxin
[4/7] git commit: Merge pull request #61 from kayousterhout/daemon_thread
rxin
[6/7] git commit: Merge pull request #67 from kayousterhout/remove_tsl
rxin
[1/6] git commit: SPARK-627 - reading --config argument
matei
[6/6] git commit: Merge pull request #69 from KarthikTunga/master
matei
[4/6] git commit: SPARK-627 , Implementing --config arguments in the scripts
matei
[2/6] git commit: Merge branch 'master' of https://github.com/apache/incubator-spark
matei
[5/6] git commit: SPARK-627 , Implementing --config arguments in the scripts
matei
[3/6] git commit: Implementing --config argument in the scripts
matei
[1/3] git commit: Removed TaskSchedulerListener interface.
matei
[3/3] git commit: Merge pull request #67 from kayousterhout/remove_tsl
matei
[2/3] git commit: Fixed unit tests
matei
[1/2] git commit: Fix yarn build
matei
[2/2] git commit: Merge pull request #65 from tgravescs/fixYarn
matei
git commit: Merge pull request #63 from pwendell/master
pwendell
[1/2] git commit: Fixing spark streaming example and a bug in examples build.
matei
[2/2] git commit: Merge pull request #63 from pwendell/master
matei
[1/4] git commit: Make TaskContext's stageId publicly accessible.
matei
[3/4] git commit: Proper formatting for SparkHadoopWriter class extensions.
matei
[4/4] git commit: Merge pull request #62 from harveyfeng/master
matei
[2/4] git commit: Fix line length > 100 chars in SparkHadoopWriter
matei
[1/2] git commit: Serialize and restore spark.cleaner.ttl to savepoint
matei
[2/2] git commit: Merge pull request #8 from vchekan/checkpoint-ttl-restore
matei
[1/2] git commit: Unified daemon thread pools
matei
[2/2] git commit: Merge pull request #61 from kayousterhout/daemon_thread
matei
[1/5] git commit: Renamed StandaloneX to CoarseGrainedX.
matei
[5/5] git commit: Merge pull request #34 from kayousterhout/rename
matei
[3/5] git commit: Merge remote branch 'upstream/master' into rename
matei
[4/5] git commit: Fixed build error after merging in master
matei
[2/5] git commit: Added back fully qualified class name
matei
svn commit: r1532534 - in /incubator/spark: faq.md releases/_posts/2013-09-25-spark-release-0-8-0.md site/faq.html site/releases/spark-release-0-8-0.html
matei
[1/2] git commit: Bump up logging level to warning for failed tasks.
matei
[2/2] git commit: Merge pull request #59 from rxin/warning
matei
git commit: Merge pull request #58 from hsaputra/update-pom-asf
rxin
[1/2] git commit: Update pom.xml to use version 13 of the ASF parent pom and add mailingLists element.
rxin
[2/2] git commit: Merge pull request #58 from hsaputra/update-pom-asf
rxin
[01/37] git commit: Initial commit for job killing.
pwendell
[03/37] git commit: Added a submitJob interface that returns a Future of the result.
pwendell
[37/37] git commit: Merge pull request #29 from rxin/kill
pwendell
[16/37] git commit: Added countAsync and various unit tests for async actions.
pwendell
[11/37] git commit: Wrap around cached data to InterruptibleIterator.
pwendell
[07/37] git commit: Made task killing work for standalone cluster schedulers.
pwendell
[30/37] git commit: Making takeAsync and collectAsync deterministic.
pwendell
[27/37] git commit: Fixed the broken local scheduler test.
pwendell
[19/37] git commit: Put the job cancellation handling into the dagscheduler's main event loop.
pwendell
[17/37] git commit: Implemented FutureAction, FutureJob, CancellablePromise.
pwendell
[24/37] git commit: Changed the name of the local cluster executor from local to localhost.
pwendell
[33/37] git commit: Job cancellation: addressed code review feedback round 2 from Kay.
pwendell
[06/37] git commit: Fixed a bug for zero partition in JobWaiter.
pwendell
[21/37] git commit: Support job cancellation in multi-pool scheduler.
pwendell
[12/37] git commit: Made output of CoGroup and aggregations interruptible.
pwendell
[35/37] git commit: Fixed PairRDDFunctionsSuite after removing InterruptibleRDD.
pwendell
[10/37] git commit: Added comment to InterruptibleIterator.
pwendell
[26/37] git commit: Added comprehensive tests for job cancellation in a variety of environments (local vs cluster, fifo vs fair).
pwendell
[36/37] git commit: Merge branch 'master' of github.com:apache/incubator-spark into kill
pwendell
[31/37] git commit: Job cancellation: addressed code review feedback from Kay.
pwendell
[34/37] git commit: Job cancellation: address Matei's code review feedback.
pwendell
[15/37] git commit: - Created AsyncRDDActions. - Make FutureJob a Scala Future instead of Java Future.
pwendell
[08/37] git commit: More logging changes (task killing for local cluster doesn't work yet).
pwendell
[20/37] git commit: Fixed the deadlock situation in multi-job actions and added more unit tests.
pwendell
[02/37] git commit: Properly handle job failure when the job gets killed.
pwendell
[14/37] git commit: Merge branch 'master' into kill
pwendell
[29/37] git commit: Properly handle interrupted exception in FutureAction.
pwendell
[09/37] git commit: Added task killing iterator to RDDs that take inputs.
pwendell
[25/37] git commit: Switched to use daemon thread in executor and fixed a bug in job cancellation for fair scheduler.
pwendell
[13/37] git commit: Merge remote-tracking branch 'origin' into kill
pwendell
[28/37] git commit: Merge branch 'master' of github.com:apache/incubator-spark into kill
pwendell
[05/37] git commit: Added a hack to kill all active jobs in SparkContext.
pwendell
[23/37] git commit: Use the same Executor in LocalScheduler as in ClusterScheduler.
pwendell
[18/37] git commit: Merge branch 'master' of github.com:apache/incubator-spark into kill
pwendell
[22/37] git commit: Rename kill -> cancel in user facing API / documentation.
pwendell
[04/37] git commit: Allow SparkContext.submitJob to submit a job for only a subset of the partitions.
pwendell
[32/37] git commit: Fixed dagscheduler suite because of a logging message change.
pwendell
[1/5] Merge pull request #19 from aarondav/master-zk
rxin
[4/5] Merge pull request #57 from aarondav/bid
rxin
[3/5] git commit: Merge pull request #53 from witgo/master
rxin
[1/4] git commit: Merge pull request #32 from mridulm/master
rxin
[4/4] git commit: Merge pull request #46 from mateiz/py-sort-update
rxin
[3/4] git commit: Merge pull request #44 from mateiz/fast-map
rxin
[2/4] git commit: Merge pull request #33 from AndreSchumacher/pyspark_partition_key_change
rxin
[1/8] git commit: Merge pull request #38 from AndreSchumacher/pyspark_sorting
rxin
[2/8] git commit: Merge pull request #28 from tgravescs/sparYarnAppName
rxin
[8/8] git commit: Merge pull request #27 from davidmccauley/master
rxin
[6/8] git commit: Merge pull request #25 from CruncherBigData/master
rxin
[7/8] git commit: Merge pull request #26 from Du-Li/master
rxin
[5/8] git commit: Merge remote-tracking branch 'tgravescs/sparkYarnDistCache'
rxin
[3/8] git commit: Merge pull request #4 from MLnick/implicit-als
rxin
[1/6] Refactor BlockId into an actual type
rxin
[4/6] git commit: Change BlockId filename to name + rest of Patrick's comments
rxin
[5/6] git commit: Address Matei's comments
rxin
[3/6] git commit: Add unit test and address rest of Reynold's comments
rxin
[6/6] git commit: Merge pull request #57 from aarondav/bid
rxin
[1/3] git commit: Merge pull request #20 from harveyfeng/hadoop-config-cache
rxin
[3/3] git commit: Merge branch 'branch-0.8' of https://git-wip-us.apache.org/repos/asf/incubator-spark into branch-0.8
rxin
[2/3] git commit: Merge pull request #52 from harveyfeng/hadoop-closure
rxin
[1/3] git commit: Add an optional closure parameter to HadoopRDD instantiation to used when creating any local JobConfs.
rxin
[2/3] git commit: Remove the new HadoopRDD constructor from SparkContext API, plus some minor style changes.
rxin
[3/3] git commit: Merge pull request #52 from harveyfeng/hadoop-closure
rxin
git commit: Merge pull request #54 from aoiwelle/remove_unused_imports
rxin
[1/2] git commit: Remove unnecessary mutable imports
rxin
[2/2] git commit: Merge pull request #54 from aoiwelle/remove_unused_imports
rxin
[01/50] git commit: Fixing closing brace indentation
matei
[38/50] git commit: Merge pull request #45 from pwendell/metrics_units
matei
[07/50] git commit: Merge pull request #33 from AndreSchumacher/pyspark_partition_key_change
matei
[17/50] git commit: Bumping up test matrix size to eliminate random failures
matei
[20/50] git commit: SPARK-705: implement sortByKey() in PySpark
matei
[42/50] git commit: Style fixes
matei
[39/50] git commit: Merge pull request #46 from mateiz/py-sort-update
matei
[45/50] git commit: Merge pull request #49 from mateiz/kryo-fix-2
matei
[41/50] git commit: Fixed comment to use javadoc style
matei
[06/50] git commit: Fixed tests, changed property akka.remote.netty.x to akka.remote.netty.tcp.x
matei
[24/50] git commit: Don't allocate Kryo buffers unless needed
matei
[28/50] git commit: Revert "remedy the line-wrap while exceeding 100 chars"
matei
[16/50] git commit: Merge pull request #37 from pwendell/merge-0.8
matei
[47/50] git commit: Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10
matei
[43/50] git commit: Fix Chill serialization of Range objects, which used to write out each element, and register user and Spark classes before Chill's serializers to let them override Chill's behavior in general.
matei
[31/50] git commit: remove those futile suffixes like number/count
matei
[37/50] git commit: Fix PySpark docs and an overly long line of code after fdbae41e
matei
[29/50] git commit: Revert "SPARK-900 Use coarser grained naming for metrics"
matei
[02/50] git commit: Style fix using 'if' rather than 'match' on boolean
matei
[13/50] git commit: Some comments regarding JobConf and InputFormat caching for HadoopRDDs.
matei
[09/50] git commit: Fix API changes; lines > 100 chars.
matei
[11/50] git commit: Make HadoopRDD object Spark private.
matei
[15/50] git commit: Merging build changes in from 0.8
matei
[44/50] git commit: Merge pull request #50 from kayousterhout/SPARK-908
matei
[32/50] git commit: Merge pull request #43 from mateiz/kryo-fix
matei
[22/50] git commit: Merge pull request #39 from pwendell/master
matei
[12/50] git commit: Merge pull request #36 from pwendell/versions
matei
[25/50] git commit: Responses to review
matei
[18/50] git commit: Merge branch 'master' into implicit-als
matei
[48/50] git commit: Changed message-frame-size to maximum-frame-size as property. Removed a test accidentally added during merge.
matei
[36/50] git commit: Merge pull request #38 from AndreSchumacher/pyspark_sorting
matei
[03/50] git commit: Adding implicit feedback ALS to MLlib user guide
matei
[46/50] git commit: Merge branch 'scala-2.10' of github.com:ScrapCodes/spark into scala-2.10
matei
[21/50] git commit: Adding Shark 0.7.1 to EC2 scripts
matei
[04/50] git commit: Fixing SPARK-602: PythonPartitioner
matei
[40/50] git commit: Fix race condition in SparkListenerSuite (fixes SPARK-908).
matei
[23/50] git commit: Fix inconsistent and incorrect log messages in shuffle read path
matei
[33/50] git commit: Merge pull request #4 from MLnick/implicit-als
matei
[10/50] git commit: Bumping EC2 default version in master to `0.8.0`.
matei
[35/50] git commit: Use standard abbreviations in metrics labels
matei
[30/50] git commit: create metrics name manually.
matei
[05/50] git commit: Merge branch 'master' into scala-2.10
matei
[49/50] git commit: Fixed some scala warnings in core.
matei
[34/50] git commit: Merge pull request #22 from GraceH/metrics-naming
matei
[19/50] git commit: Merge pull request #31 from sundeepn/branch-0.8
matei
[08/50] git commit: Merge pull request #27 from davidmccauley/master
matei
[26/50] git commit: Merge pull request #42 from pwendell/shuffle-read-perf
matei
[50/50] git commit: Merge pull request #51 from ScrapCodes/scala-2.10
matei
[14/50] git commit: Merge pull request #20 from harveyfeng/hadoop-config-cache
matei
[27/50] git commit: Merge branch 'master' into wip-merge-master
matei
[1/2] git commit: Add a zookeeper compile dependency to fix build in maven
matei
[2/2] git commit: Merge pull request #53 from witgo/master
matei
[1/2] git commit: - Allow for finer control of cleaner - Address review comments, move to incubator spark - Also includes a change to speculation - including preventing exceptions in rare cases.
matei
[2/2] git commit: Merge pull request #32 from mridulm/master
matei
[1/3] git commit: Support distributed cache files and archives on spark on yarn and attempt to cleanup the staging directory on exit
matei
[2/3] git commit: Adding in the --addJars option to make SparkContext.addJar work on yarn and cleanup the classpaths
matei
[3/3] git commit: Merge remote-tracking branch 'tgravescs/sparkYarnDistCache'
matei
[01/13] git commit: Standalone Scheduler fault recovery
matei
[03/13] git commit: Add license notices
matei
[04/13] git commit: Fix race conditions during recovery
matei
[09/13] git commit: Revert change to spark-class
matei
[06/13] git commit: Add end-to-end test for standalone scheduler fault tolerance
matei
[13/13] git commit: Merge pull request #19 from aarondav/master-zk
matei
[12/13] git commit: Minor clarification and cleanup to spark-standalone.md
matei
[11/13] git commit: Address Matei's comments on documentation
matei
[07/13] git commit: Change url format to spark://host1:port1, host2:port2
matei
[10/13] git commit: Add docs for standalone scheduler fault tolerance
matei
[08/13] git commit: Add license agreements to dockerfiles
matei
[05/13] git commit: Address Matei's comments
matei
[1/7] git commit: Added a fast and low-memory append-only map implementation for cogroup and parallel reduce operations
matei
Earlier messages
Later messages