Skip to content

Commit

Permalink
Merge pull request apache#804 from apivovarov/master
Browse files Browse the repository at this point in the history
Fixed path to JavaALS.java and JavaKMeans.java, fixed hadoop2-yarn profi...
  • Loading branch information
shivaram committed Aug 11, 2013
2 parents b13dae3 + 2d97cc4 commit 95c62ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@
<version>${project.version}</version>
<classifier>hadoop2-yarn</classifier>
</dependency>
<dependency>
<groupId>org.spark-project</groupId>
<artifactId>spark-mllib</artifactId>
<version>${project.version}</version>
<classifier>hadoop2-yarn</classifier>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
Expand Down

0 comments on commit 95c62ca

Please sign in to comment.