aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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/+6
|/
* Add an Avro dependency to REPL to make it compile with Hadoop 2Mikhail Bautin2013-01-221-0/+11
|
* Add Maven build file for streaming, and fix some issues in SBT fileMatei Zaharia2013-01-201-0/+12
| | | | | | As part of this, changed our Scala 2.9.2 Kafka library to be available as a local Maven repository, following the example in (http://blog.dub.podval.org/2010/01/maven-in-project-repository.html)
* Add missing dependency spray-json to Maven buildMikhail Bautin2013-01-131-0/+6
|
* Rename environment variable for hadoop profiles to hadoopVersionShivaram Venkataraman2013-01-121-2/+3
|
* 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-0/+3
|
* Make default hadoop version 1.0.3 in pom.xmlShivaram Venkataraman2013-01-071-1/+1
|
* Updated Kryo version for Maven pom file.Reynold Xin2012-12-211-1/+1
|
* Fixed repl maven build to produce artifacts with the appropriate hadoop ↵Thomas Dudziak2012-12-181-2/+3
| | | | classifier and extracted repl fat-jar and debian packaging into a separate project to make Maven happy
* Merge pull request #319 from mbautin/cdh4.1.2Matei Zaharia2012-12-101-2/+3
|\ | | | | Bump CDH version for the Hadoop 2 profile to 4.1.2
| * Bump CDH version for the Hadoop 2 profile to 4.1.2Mikhail Bautin2012-12-101-2/+3
| |
* | Shaded repl jar for hadoop1 profile needs to include hadoop classesThomas Dudziak2012-12-101-1/+0
|/
* Use the same output directories that SBT had in subprojectsMatei Zaharia2012-12-101-1/+1
| | | | This will make it easier to make the "run" script work with a Maven build
* Updated versions in the pom.xml files to match current masterThomas Dudziak2012-11-271-2/+2
|
* Addressed code review commentsThomas Dudziak2012-11-271-6/+13
|
* Added maven and debian build filesThomas Dudziak2012-11-201-0/+511