Repository: incubator-samza-hello-samza Updated Branches: refs/heads/latest 68d9961ef -> 20a32e014 refs/heads/master 59d1877f0 -> f9efa43ac
SAMZA-495; upgrade to 0.9.0 samza Project: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/commit/20a32e01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/tree/20a32e01 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/diff/20a32e01 Branch: refs/heads/latest Commit: 20a32e014635d8dd50ac716f1bddcc5d80f1b042 Parents: 68d9961 Author: Chris Riccomini <cricc...@criccomi-mn.linkedin.biz> Authored: Tue Dec 9 10:14:20 2014 -0800 Committer: Chris Riccomini <cricc...@criccomi-mn.linkedin.biz> Committed: Tue Dec 9 10:14:20 2014 -0800 ---------------------------------------------------------------------- pom.xml | 6 +++--- src/main/assembly/src.xml | 3 +-- src/main/config/wikipedia-stats.properties | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/20a32e01/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0e1f918..ab73a07 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ under the License. <groupId>org.apache.samza</groupId> <artifactId>hello-samza</artifactId> - <version>0.8.0</version> + <version>0.9.0</version> <packaging>jar</packaging> <name>Samza Example</name> <description> @@ -70,7 +70,7 @@ under the License. </dependency> <dependency> <groupId>org.apache.samza</groupId> - <artifactId>samza-kv-leveldb_2.10</artifactId> + <artifactId>samza-kv-rocksdb_2.10</artifactId> <version>${samza.version}</version> </dependency> <dependency> @@ -113,7 +113,7 @@ under the License. <properties> <!-- maven specific properties --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <samza.version>0.8.0-SNAPSHOT</samza.version> + <samza.version>0.9.0-SNAPSHOT</samza.version> </properties> <developers> http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/20a32e01/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml index 8f9afd8..f57fee2 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -66,9 +66,8 @@ <includes> <include>org.apache.samza:samza-core_2.10</include> <include>org.apache.samza:samza-kafka_2.10</include> - <include>org.apache.samza:samza-serializers_2.10</include> <include>org.apache.samza:samza-yarn_2.10</include> - <include>org.apache.samza:samza-kv-leveldb_2.10</include> + <include>org.apache.samza:samza-kv-rocksdb_2.10</include> <include>org.apache.samza:samza-log4j</include> <include>org.apache.samza:hello-samza</include> <include>org.slf4j:slf4j-log4j12</include> http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/20a32e01/src/main/config/wikipedia-stats.properties ---------------------------------------------------------------------- diff --git a/src/main/config/wikipedia-stats.properties b/src/main/config/wikipedia-stats.properties index d06d559..69eff90 100644 --- a/src/main/config/wikipedia-stats.properties +++ b/src/main/config/wikipedia-stats.properties @@ -47,7 +47,7 @@ systems.kafka.producer.producer.type=sync systems.kafka.producer.batch.num.messages=1 # Key-value storage -stores.wikipedia-stats.factory=org.apache.samza.storage.kv.LevelDbKeyValueStorageEngineFactory +stores.wikipedia-stats.factory=org.apache.samza.storage.kv.RocksDbKeyValueStorageEngineFactory stores.wikipedia-stats.changelog=kafka.wikipedia-stats-changelog stores.wikipedia-stats.key.serde=string stores.wikipedia-stats.msg.serde=integer