aboutsummaryrefslogtreecommitdiff
path: root/bagel
Commit message (Expand)AuthorAgeFilesLines
...
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-013-27/+24
* Change build and run instructions to use assembliesMatei Zaharia2013-08-293-447/+0
* Remove redundant dependencies from POMsJey Kottalam2013-08-181-4/+0
* Maven build now also works with YARNJey Kottalam2013-08-161-40/+0
* Don't mark hadoop-client as 'provided'Jey Kottalam2013-08-161-1/+0
* Maven build now works with CDH hadoop-2.0.0-mr1Jey Kottalam2013-08-161-27/+0
* Initial changes to make Maven build agnostic of hadoop versionJey Kottalam2013-08-161-33/+10
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-167-1/+120
* Attempt to fix streaming test failures after yarn branch mergeMridul Muralidharan2013-04-281-0/+1
* Attempt at fixing merge conflictMridul Muralidharan2013-04-242-4/+4
|\
| * Fix passing of superstep in Bagel to avoid seeing new values of theMatei Zaharia2013-04-081-3/+3
| * Bump development version to 0.8.0Jey Kottalam2013-03-281-1/+1
* | Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-071-0/+37
|/
* Add a log4j compile dependency to fix build in IntelliJMikhail Bautin2013-03-151-1/+1
* Fix doc styleNick Pentreath2013-03-111-7/+13
* Adding test for non-default persistence levelNick Pentreath2013-03-091-0/+18
* Added choice of persitance level to Bagel. Also added documentation.Nick Pentreath2013-03-091-8/+83
* bump version to 0.7.1-SNAPSHOT in the subproject poms to keep the maven build...Mark Hamstra2013-02-281-1/+1
* Renamed "splits" to "partitions"Matei Zaharia2013-02-173-14/+14
* Formatting fixesMatei Zaharia2013-02-111-13/+9
* Fixed an exponential recursion that could happen with doCheckpoint dueMatei Zaharia2013-02-111-8/+27
* Remove activation of profiles by defaultMikhail Bautin2013-01-311-11/+0
* Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-1/+1
* Merge branch 'master' into streamingTathagata Das2013-01-151-0/+11
|\
| * Rename environment variable for hadoop profiles to hadoopVersionShivaram Venkataraman2013-01-121-2/+2
| * Activate hadoop2 profile in pom.xml with -Dhadoop=2Shivaram Venkataraman2013-01-101-0/+6
| * Activate hadoop1 if property hadoop is missing. hadoop2 can be activated nowShivaram Venkataraman2013-01-081-1/+3
| * Activate hadoop1 profile by default for maven buildsShivaram Venkataraman2013-01-071-0/+3
* | Changed locations for unit test logs.Tathagata Das2013-01-071-2/+2
|/
* Mark hadoop dependencies provided in all library artifactsThomas Dudziak2012-12-101-0/+3
* Use the same output directories that SBT had in subprojectsMatei Zaharia2012-12-101-1/+3
* Updated versions in the pom.xml files to match current masterThomas Dudziak2012-11-271-1/+1
* Addressed code review commentsThomas Dudziak2012-11-271-0/+1
* Added maven and debian build filesThomas Dudziak2012-11-201-0/+100
* Some doc fixes, including showing version number in nav bar againMatei Zaharia2012-10-131-0/+5
* More doc updates, and moved Serializer to a subpackage.Matei Zaharia2012-10-121-5/+6
* Removed the need to sleep in tests due to waiting for Akka to shut downMatei Zaharia2012-10-071-0/+2
* Write all unit test output to a fileMatei Zaharia2012-10-011-4/+6
* Changed the way tasks' dependency files are sent to workers so thatMatei Zaharia2012-09-281-1/+4
* Set log level in tests to WARNMatei Zaharia2012-08-231-0/+8
* Fix further issues with tests and broadcast.Matei Zaharia2012-08-231-1/+4
* Stlystic changesDenny2012-07-231-2/+2
* Always destroy SparkContext in after block for the unit tests.Denny2012-07-231-6/+11
* Merge branch 'master' into devMatei Zaharia2012-06-152-3/+1
|\
| * Performance improvements to shuffle operations: in particular, preserveMatei Zaharia2012-06-092-3/+1
* | Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-071-5/+6
|/
* Added an option (spark.closure.serializer) to specify the serializer forReynold Xin2012-04-091-0/+4
* Update Bagel unit tests to reflect API changeAnkur Dave2011-11-081-23/+21
* Implement standalone WikipediaPageRank with custom serializerAnkur Dave2011-10-091-0/+198
* Update WikipediaPageRank to reflect Bagel API changesAnkur Dave2011-10-092-100/+129