Skip to content

Commit

Permalink
Added sample data compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael authored and Michael committed Nov 21, 2016
1 parent bd702ab commit 6a0b681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Build w/ Gradle
./gradlew :mapreduce:jar

# Build the example programs.
./gradlew :sampledata:installApp
./gradlew :examples:word_count_input:installApp
./gradlew :examples:aggregate_int_input:installApp
./gradlew :examples:word_count_output:installApp
Expand Down Expand Up @@ -248,7 +249,7 @@ Run Output Examples

# Inspect the results:
aql -c 'SELECT * FROM test.sessions2'

./gradlew :examples:word_count_input:installApp

Done with HDFS
----------------------------------------------------------------
Expand Down

0 comments on commit 6a0b681

Please sign in to comment.