aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-0977-203/+535
* Spark-939: allow user jars to take precedence over spark jarsHolden Karau2014-04-084-6/+196
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-084-41/+46
* SPARK-1433: Upgrade Mesos dependency to 0.17.0Sandeep2014-04-082-3/+5
* [SPARK-1397] Notify SparkListeners when stages fail or are cancelled.Kay Ousterhout2014-04-089-73/+108
* SPARK-1348 binding Master, Worker, and App Web UI to all interfacesKan Zhang2014-04-083-3/+3
* [SPARK-1396] Properly cleanup DAGScheduler on job cancellation.Kay Ousterhout2014-04-081-16/+28
* [SPARK-1103] Automatic garbage collection of RDD, shuffle and broadcast dataTathagata Das2014-04-0731-383/+1372
* SPARK-1099: Introduce local[*] mode to infer number of coresAaron Davidson2014-04-071-3/+6
* SPARK-1432: Make sure that all metadata fields are properly cleanedDavis Shepherd2014-04-071-2/+3
* SPARK-1154: Clean up app folders in worker nodesEvan Chan2014-04-063-3/+43
* [SPARK-1259] Make RDD locally iterableEgor Pakhomov2014-04-062-1/+25
* [SPARK-1371] fix computePreferredLocations signature to not depend on underly...Mridul Muralidharan2014-04-051-3/+2
* Remove the getStageInfo() method from SparkContext.Kay Ousterhout2014-04-052-5/+1
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-0416-74/+578
* SPARK-1414. Python API for SparkContext.wholeTextFilesMatei Zaharia2014-04-043-4/+6
* [SPARK-1198] Allow pipes tasks to run in different sub-directoriesThomas Graves2014-04-043-6/+110
* SPARK-1375. Additional spark-submit cleanupSandy Ryza2014-04-042-6/+9
* [SPARK-1133] Add whole text files reader in MLlibXusen Yin2014-04-044-0/+181
* SPARK-1337: Application web UI garbage collects newest stagesPatrick Wendell2014-04-031-4/+4
* [SPARK-1385] Use existing code for JSON de/serialization of BlockIdAndrew Or2014-04-021-75/+2
* Renamed stageIdToActiveJob to jobIdToActiveJob.Kay Ousterhout2014-04-021-11/+10
* [Hot Fix #42] Persisted RDD disappears on storage page if re-usedAndrew Or2014-03-311-1/+1
* [SPARK-1377] Upgrade Jetty to 8.1.14v20131031Andrew Or2014-03-311-1/+2
* SPARK-1352: Improve robustness of spark-submit scriptPatrick Wendell2014-03-313-46/+98
* SPARK-1352 - Comment style single space before ending */ check.Prashant Sharma2014-03-307-20/+20
* Don't swallow all kryo errors, only those that indicate we are out of data.Michael Armbrust2014-03-291-1/+2
* SPARK-1126. spark-app preliminarySandy Ryza2014-03-292-0/+388
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-2818-41/+40
* [SPARK-1210] Prevent ContextClassLoader of Actor from becoming ClassLoader of...Takuya UESHIN2014-03-271-3/+2
* [SPARK-1268] Adding XOR and AND-NOT operations to spark.util.collection.BitSetPetko Nikolov2014-03-271-0/+39
* Spark 1095 : Adding explicit return types to all public methodsNirmalReddy2014-03-2616-34/+53
* SPARK-1324: SparkUI Should Not Bind to SPARK_PUBLIC_DNSPatrick Wendell2014-03-261-4/+5
* Unified package definition format in Spark SQLCheng Lian2014-03-262-4/+5
* SPARK-1321 Use Guava's top k implementation rather than our BoundedPriorityQu...Reynold Xin2014-03-262-16/+72
* Avoid Option while generating call sitewitgo2014-03-253-11/+12
* SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs.Shivaram Venkataraman2014-03-254-18/+19
* SPARK-1316. Remove use of Commons IOSean Owen2014-03-251-1/+4
* SPARK-1128: set hadoop task properties when constructing HadoopRDDCodingCat2014-03-243-24/+37
* Fix to Stage UI to display numbers on progress barEmtiaz Ahmed2014-03-211-1/+1
* SPARK-1279: Fix improper use of SimpleDateFormatzsxwing2014-03-219-26/+30
* [Hot Fix #42] Do not stop SparkUI if bind() is not calledAndrew Or2014-03-201-9/+2
* Revert "SPARK-1099:Spark's local mode should probably respect spark.cores.max...Aaron Davidson2014-03-191-4/+1
* SPARK-1099:Spark's local mode should probably respect spark.cores.max by defaultqqsun88192014-03-191-1/+4
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-1968-1700/+3448
* Bugfixes/improvements to schedulerMridul Muralidharan2014-03-192-20/+65
* SPARK-1203 fix saving to hdfs from yarnThomas Graves2014-03-191-0/+2
* bugfix: Wrong "Duration" in "Active Stages" in stages pageshiyun.wxm2014-03-191-1/+3
* Fix SPARK-1256: Master web UI and Worker web UI returns a 404 errorwitgo2014-03-184-4/+7
* SPARK-1102: Create a saveAsNewAPIHadoopDataset methodCodingCat2014-03-182-47/+67