aboutsummaryrefslogtreecommitdiff
path: root/examples/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed path to JavaALS.java and JavaKMeans.java, fixed hadoop2-yarn profileAlexander Pivovarov2013-08-101-0/+6
|
* Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-061-0/+12
| | | | | | | | | | | | | | | - Changes ALS to accept RDD[Rating] instead of (Int, Int, Double) making it easier to call from Java - Renames class methods from `train` to `run` to enable static methods to be called from Java. - Add unit tests which check if both static / class methods can be called. - Also add examples which port the main() function in ALS, KMeans to the examples project. Couple of minor changes to existing code: - Add a toJavaRDD method in RDD to convert scala RDD to java RDD easily - Workaround a bug where using double[] from Java leads to class cast exception in KMeans init
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
|
* pom cleanupMark Hamstra2013-07-081-1/+0
|
* Explicit dependencies for scala-library and scalap to prevent 2.9.2 vs. ↵Mark Hamstra2013-07-081-0/+5
| | | | 2.9.3 problems
* Fixing missed hbase dependency in examples hadoop2-yarn profileKonstantin Boudnik2013-07-011-0/+5
|
* Merge remote-tracking branch 'milliondreams/casdemo'Matei Zaharia2013-06-181-0/+35
|\ | | | | | | | | Conflicts: project/SparkBuild.scala
| * Adding deps to examples/pom.xmlRohit Rai2013-06-021-0/+35
| | | | | | | | Fixing exclusion in examples deps in SparkBuild.scala
* | Add hBase dependency to examples POMEthan Jewett2013-05-201-0/+10
|/
* Attempt at fixing merge conflictMridul Muralidharan2013-04-241-2/+2
|\
| * Merge remote-tracking branch 'jey/bump-development-version-to-0.8.0'Matei Zaharia2013-04-081-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: docs/_config.yml project/SparkBuild.scala
| | * Bump development version to 0.8.0Jey Kottalam2013-03-281-1/+1
| | |
| * | Bumping Algebird version in examples now that it supports JDK 1.6Nick Pentreath2013-04-031-1/+1
| |/
* / Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-071-0/+43
|/
* Add a log4j compile dependency to fix build in IntelliJMikhail Bautin2013-03-151-1/+1
| | | | | 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.
* Changed Algebird from 0.1.9 to 0.1.8Tathagata Das2013-02-241-1/+1
|
* Bumping Algebird to 0.1.9Nick Pentreath2013-02-211-1/+1
|
* Dependencies and refactoring for streaming HLL example, and using ↵Nick Pentreath2013-02-191-6/+0
| | | | context.twitterStream method
* Adding streaming HyperLogLog example using AlgebirdNick Pentreath2013-02-191-0/+5
|
* 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 Maven build file for streaming, and fix some issues in SBT fileMatei Zaharia2013-01-201-0/+17
| | | | | | 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)
* 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-0/+3
|
* 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
| | | | 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-1/+1
|
* Addressed code review commentsThomas Dudziak2012-11-271-0/+1
|
* Added maven and debian build filesThomas Dudziak2012-11-201-0/+100