Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Sep 11, 2014
1 parent 8fb4cf7 commit 74c1ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ script:
- sudo pip install urllib3
- sudo mkdir -p /user/hive && sudo chown -R $IAM /user/hive
- ./sbt/sbt compile package assembly
- ./run-all-examples
- echo $?
- time ./run-all-examples
- echo $?
- echo "done"
# Try and build with maven, skip for now
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<name>examples</name>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</version>
<repositories>
<repository>
<id>Akka repository</id>
Expand Down
1 change: 0 additions & 1 deletion run-all-examples
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ $SPARK_SUBMIT_SCRIPT --class com.oreilly.learningsparkexamples.java.ChapterSixEx
#$SPARK_SUBMIT_SCRIPT --class com.oreilly.learningsparkexamples.java.BasicQueryCassandra $ASSEMBLY_JAR local localhost

echo "Done running all programs :)"
exit 0

0 comments on commit 74c1ab3

Please sign in to comment.