Holden Karau
|
f5df729b12
|
Explicitly catch all throwables (warning in 2.10)
|
2013-03-24 16:15:32 -07:00 |
Matei Zaharia
|
b8949cab88
|
Merge pull request #505 from stephenh/volatile
Make Executor fields volatile since they're read from the thread pool.
|
2013-03-23 07:19:34 -07:00 |
Matei Zaharia
|
fd53f2fc7b
|
Merge pull request #510 from markhamstra/WithThing
mapWith, flatMapWith and filterWith
|
2013-03-23 07:13:21 -07:00 |
Matei Zaharia
|
35588490cb
|
Merge pull request #538 from rxin/cogroup
Added mapSideCombine flag to CoGroupedRDD. Added unit test for CoGroupedRDD.
|
2013-03-20 19:27:47 -07:00 |
Stephen Haberman
|
4f4215311a
|
Merge branch 'master' into volatile
|
2013-03-20 15:37:10 -05:00 |
Matei Zaharia
|
b812e6b7bb
|
Merge pull request #526 from markhamstra/foldByKey
Add foldByKey
|
2013-03-20 11:21:02 -07:00 |
Reynold Xin
|
d48ee7e55e
|
Merge branch 'master' of github.com:mesos/spark into cogroup
|
2013-03-20 14:00:28 +08:00 |
Reynold Xin
|
00a11304fd
|
Added mapSideCombine flag to CoGroupedRDD. Added unit test for
CoGroupedRDD.
|
2013-03-20 13:49:51 +08:00 |
Matei Zaharia
|
945d1e720e
|
Merge pull request #536 from sasurfer/master
CoalescedRDD for many partitions
|
2013-03-19 21:59:06 -07:00 |
Matei Zaharia
|
1cbbe94ac1
|
Merge pull request #534 from stephenh/removetrycatch
Remove try/catch block that can't be hit.
|
2013-03-19 21:34:34 -07:00 |
Andrey Kouznetsov
|
bd167f83b0
|
call setConf from input format if it is Configurable
|
2013-03-19 17:15:15 +04:00 |
Giovanni Delussu
|
aceae029f7
|
CoalescedRDD changed to work with a big number of partitions both in the original and the new coalesced RDD.
The limitation was in the range that Scala.Int can represent.
|
2013-03-19 11:25:45 +01:00 |
Stephen Haberman
|
fb34967815
|
Remove try/catch block that can't be hit.
|
2013-03-18 01:55:50 -05:00 |
Mark Hamstra
|
ab33e27cc9
|
constructorOfA -> constructA in doc comments
|
2013-03-16 15:29:15 -07:00 |
Mark Hamstra
|
9784fc1fcd
|
fix wayward comma in doc comment
|
2013-03-16 15:25:02 -07:00 |
Mark Hamstra
|
32979b5e7d
|
whitespace
|
2013-03-16 13:36:46 -07:00 |
Mark Hamstra
|
ca9f81e8fc
|
refactor foldByKey to use combineByKey
|
2013-03-16 13:31:01 -07:00 |
Mark Hamstra
|
1fb192ef40
|
Merge branch 'master' of https://github.com/mesos/spark into foldByKey
|
2013-03-16 12:17:13 -07:00 |
Mark Hamstra
|
80fc8c82ed
|
_With[Matei]
|
2013-03-16 12:16:29 -07:00 |
Mark Hamstra
|
38454c4aed
|
Merge branch 'master' of https://github.com/mesos/spark into WithThing
|
2013-03-16 11:54:44 -07:00 |
Matei Zaharia
|
c1e9cdc49f
|
Merge pull request #525 from stephenh/subtractByKey
Add PairRDDFunctions.subtractByKey.
|
2013-03-16 11:47:45 -07:00 |
Mark Hamstra
|
ef75be3bf7
|
Merge branch 'master' of https://github.com/mesos/spark into foldByKey
|
2013-03-15 21:41:24 -07:00 |
Matei Zaharia
|
cdbfd1e196
|
Merge pull request #516 from squito/fix_local_metrics
Fix local metrics
|
2013-03-15 15:13:28 -07:00 |
Mikhail Bautin
|
7fd2708eda
|
Add a log4j compile dependency to fix build in IntelliJ
Also rename parent project to spark-parent (otherwise it shows up as
"parent" in IntelliJ, which is very confusing).
|
2013-03-15 11:41:51 -07:00 |
Mark Hamstra
|
1a4070477d
|
whitespace cleanup
|
2013-03-15 11:28:28 -07:00 |
Mark Hamstra
|
857010392b
|
Fuller implementation of foldByKey
|
2013-03-15 10:56:05 -07:00 |
Mark Hamstra
|
16a4ca4537
|
restrict V type of foldByKey in order to retain ClassManifest; added foldByKey to Java API and test
|
2013-03-14 13:58:37 -07:00 |
Mark Hamstra
|
b1422cbdd5
|
added foldByKey
|
2013-03-14 12:59:58 -07:00 |
Stephen Haberman
|
7786881f47
|
Fix tabs that snuck in.
|
2013-03-14 14:57:12 -05:00 |
Stephen Haberman
|
7d8bb4df3a
|
Allow subtractByKey's other argument to have a different value type.
|
2013-03-14 14:44:15 -05:00 |
Stephen Haberman
|
4632c45af1
|
Finished subtractByKeys.
|
2013-03-14 10:35:34 -05:00 |
Matei Zaharia
|
4032beba49
|
Merge pull request #521 from stephenh/earlyclose
Close the reader in HadoopRDD as soon as iteration end.
|
2013-03-13 19:29:46 -07:00 |
Stephen Haberman
|
63fe225587
|
Simplify SubtractedRDD in preparation from subtractByKey.
|
2013-03-13 17:17:34 -05:00 |
Mark Hamstra
|
cd5b947cf6
|
Merge branch 'master' of https://github.com/mesos/spark into WithThing
|
2013-03-13 13:16:14 -07:00 |
Stephen Haberman
|
e7f1a69c6b
|
Add a test for NextIterator.
|
2013-03-13 10:46:33 -05:00 |
Stephen Haberman
|
1a175d13b9
|
Add NextIterator.closeIfNeeded.
|
2013-03-13 10:17:39 -05:00 |
Stephen Haberman
|
8f00d23598
|
Remove NextIterator.close default implementation.
|
2013-03-12 12:30:10 -05:00 |
Stephen Haberman
|
9e68f48625
|
More quickly call close in HadoopRDD.
This also refactors out the common "gotNext" iterator pattern into
a shared utility class.
|
2013-03-11 23:59:17 -05:00 |
Charles Reiss
|
769d399674
|
Send block sizes as longs.
|
2013-03-11 14:17:05 -07:00 |
Mark Hamstra
|
562893bea3
|
deleted excess curly braces
|
2013-03-10 22:43:08 -07:00 |
Imran Rashid
|
8a11ac3dc7
|
increase sleep time
|
2013-03-10 22:31:44 -07:00 |
Imran Rashid
|
9f97f2f9d8
|
add a small wait to one task to make sure some task runtime really is non-zero
|
2013-03-10 22:30:18 -07:00 |
Mark Hamstra
|
1289e7176b
|
refactored _With API and added foreachPartition
|
2013-03-10 22:27:13 -07:00 |
Mark Hamstra
|
b57df1f5e3
|
Merge branch 'master' of https://github.com/mesos/spark into WithThing
|
2013-03-10 16:56:31 -07:00 |
Matei Zaharia
|
2e1bbc4e7e
|
Merge remote-tracking branch 'woggling/dag-sched-driver-port'
Conflicts:
core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala
|
2013-03-10 16:52:54 -07:00 |
Matei Zaharia
|
91a9d093bd
|
Merge pull request #512 from patelh/fix-kryo-serializer
Fix reference bug in Kryo serializer, add test, update version
|
2013-03-10 15:48:23 -07:00 |
Matei Zaharia
|
557cfd0f4d
|
Merge pull request #515 from woggling/deploy-app-death
Notify standalone deploy client of application death.
|
2013-03-10 15:44:57 -07:00 |
Matei Zaharia
|
a59cc6060f
|
Merge remote-tracking branch 'stephenh/nomocks'
Conflicts:
core/src/main/scala/spark/storage/BlockManagerMaster.scala
core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala
|
2013-03-10 13:39:10 -07:00 |
Imran Rashid
|
20f01a0a1b
|
enable task metrics in local mode, add tests
|
2013-03-09 21:17:31 -08:00 |
Imran Rashid
|
ec30188a2a
|
rename remoteFetchWaitTime to fetchWaitTime, since it also includes time from local fetches
|
2013-03-09 21:16:53 -08:00 |