aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'jey/hadoop-agnostic'Matei Zaharia2013-08-201-180/+12
|\ | | | | | | | | Conflicts: core/src/main/scala/spark/PairRDDFunctions.scala
| * Fix Maven build with Hadoop 0.23.9Jey Kottalam2013-08-181-0/+8
| |
| * Maven build now also works with YARNJey Kottalam2013-08-161-70/+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-52/+0
| |
| * Initial changes to make Maven build agnostic of hadoop versionJey Kottalam2013-08-161-58/+5
| |
* | Use the JSON formatter from Scala library and removed dependency on lift-json.Reynold Xin2013-08-151-4/+0
|/ | | | It made the JSON creation slightly more complicated, but reduces one external dependency. The scala library also properly escape "/" (which lift-json doesn't).
* Add MetricsServlet for Spark metrics systemjerryshao2013-08-121-0/+4
|
* Update to Chill 0.3.1Matei Zaharia2013-08-081-2/+2
|
* Added Snappy dependency to Maven build files.Reynold Xin2013-07-301-0/+4
|
* Fix Chill version in MavenMatei Zaharia2013-07-251-1/+1
|
* Update Chill reference in pom.xml tooMatei Zaharia2013-07-251-2/+8
|
* Add Maven metrics library dependency and code changesjerryshao2013-07-241-0/+8
|
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
|
* pom cleanupMark Hamstra2013-07-081-2/+0
|
* Explicit dependencies for scala-library and scalap to prevent 2.9.2 vs. ↵Mark Hamstra2013-07-081-0/+10
| | | | 2.9.3 problems
* Updating Maven buildPatrick Wendell2013-06-221-20/+4
|
* Update ASM to version 4.0Matei Zaharia2013-06-191-2/+2
|
* Added dependency on netty-all in Maven.Reynold Xin2013-05-161-0/+4
|
* Added derby dependency to Maven pom files for the JDBC Java test.Reynold Xin2013-05-141-0/+5
|
* Update Maven build to Scala 2.9.3Jey Kottalam2013-05-061-2/+2
|
* Attempt at fixing merge conflictMridul Muralidharan2013-04-241-1/+1
|\
| * Bump development version to 0.8.0Jey Kottalam2013-03-281-1/+1
| |
* | Patch from Thomas Graves to improve the YARN Client, and move to more ↵Mridul Muralidharan2013-04-241-0/+5
| | | | | | | | production ready hadoop yarn branch
* | Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-071-0/+62
|/
* Add a log4j compile dependency to fix build in IntelliJMikhail Bautin2013-03-151-1/+5
| | | | | Also rename parent project to spark-parent (otherwise it shows up as "parent" in IntelliJ, which is very confusing).
* bump version to 0.7.1-SNAPSHOT in the subproject poms to keep the maven ↵Mark Hamstra2013-02-281-1/+1
| | | | build building.
* Merge remote-tracking branch 'base/master' into dag-sched-testsCharles Reiss2013-02-021-11/+0
|\ | | | | | | | | Conflicts: core/src/main/scala/spark/scheduler/DAGScheduler.scala
| * Remove activation of profiles by defaultMikhail Bautin2013-01-311-11/+0
| | | | | | | | | | See the discussion at https://github.com/mesos/spark/pull/355 for why default profile activation is a problem.
* | Add easymock to POMsCharles Reiss2013-01-291-0/+5
|/
* Add missing dependency spray-json to Maven buildMikhail Bautin2013-01-131-0/+4
|
* 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
| | | | by using -Dhadoop -Phadoop2.
* Activate hadoop1 profile by default for maven buildsShivaram Venkataraman2013-01-071-1/+4
|
* Code review feedback fixThomas Dudziak2012-11-281-1/+12
|
* 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/+258