commit | 6e35b206df43c59fcb7d6e956a23e13392e3f78e | [log] [tgz] |
---|---|---|
author | tcondie <tcondie@123451ca-8445-de46-9d55-352943316053> | Thu Dec 16 01:44:56 2010 +0000 |
committer | tcondie <tcondie@123451ca-8445-de46-9d55-352943316053> | Thu Dec 16 01:44:56 2010 +0000 |
tree | 765c00707a5c17b6c6cd6b556560bd50667cc62c | |
parent | bfa4a6a1321c9df9f7689e6d63f21e8b86138e6f [diff] [blame] |
state count job. git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_online_aggregation@241 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/onlineaggregation-example/onlineaggregationclient/pom.xml b/hyracks-examples/onlineaggregation-example/onlineaggregationclient/pom.xml index 4607c4c..fc83536 100644 --- a/hyracks-examples/onlineaggregation-example/onlineaggregationclient/pom.xml +++ b/hyracks-examples/onlineaggregation-example/onlineaggregationclient/pom.xml
@@ -51,6 +51,10 @@ <mainClass>edu.uci.ics.hyracks.examples.onlineaggregation.client.WordCountJobGen</mainClass> <name>wcgen</name> </program> + <program> + <mainClass>edu.uci.ics.hyracks.examples.onlineaggregation.client.StateCountJobGen</mainClass> + <name>stgen</name> + </program> </programs> <repositoryLayout>flat</repositoryLayout> <repositoryName>lib</repositoryName>