You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2015/12/22 02:07:41 UTC

[28/29] samza-hello-samza git commit: SAMZA-847: update master branch to use samza 0.10.0

SAMZA-847: update master branch to use samza 0.10.0


Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/1eb82ba0
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/1eb82ba0
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/1eb82ba0

Branch: refs/heads/master
Commit: 1eb82ba002b75704c03df51ccafe0bd567ad407c
Parents: 11269b4 9593371
Author: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Authored: Mon Dec 21 15:01:18 2015 -0800
Committer: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Committed: Mon Dec 21 15:01:18 2015 -0800

----------------------------------------------------------------------
 bin/grid                                    | 23 ++++++++++++++++++++---
 pom.xml                                     | 10 +++++-----
 src/main/config/wikipedia-feed.properties   |  6 ++++++
 src/main/config/wikipedia-parser.properties |  9 +++++----
 src/main/config/wikipedia-stats.properties  |  5 +++++
 5 files changed, 41 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/1eb82ba0/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index f9c4fa9,c1d552f..1c455ec
--- a/pom.xml
+++ b/pom.xml
@@@ -113,7 -113,7 +113,7 @@@ under the License
    <properties>
      <!-- maven specific properties -->
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-     <samza.version>0.9.1</samza.version>
 -    <samza.version>0.10.0-SNAPSHOT</samza.version>
++    <samza.version>0.10.0</samza.version>
    </properties>
  
    <developers>

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/1eb82ba0/src/main/config/wikipedia-parser.properties
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/1eb82ba0/src/main/config/wikipedia-stats.properties
----------------------------------------------------------------------