You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by jm...@apache.org on 2019/02/21 15:08:39 UTC

[samza-hello-samza] branch latest updated: Doc changes: Update to new GitBox links (#49)

This is an automated email from the ASF dual-hosted git repository.

jmakes pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/samza-hello-samza.git


The following commit(s) were added to refs/heads/latest by this push:
     new c13a4d5  Doc changes: Update to new GitBox links (#49)
c13a4d5 is described below

commit c13a4d5e66f0c2b1eea23d561a0ae777ca2046d9
Author: Pawas Chhokra <pa...@gmail.com>
AuthorDate: Thu Feb 21 07:08:35 2019 -0800

    Doc changes: Update to new GitBox links (#49)
---
 README.md | 4 ++--
 bin/grid  | 2 +-
 pom.xml   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ac8e3b5..3f2a7b5 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ The **Hello Samza** project contains example Samza applications of high-level AP
 Check out the hello-samza project:
 
 ```
-git clone https://git.apache.org/samza-hello-samza.git hello-samza
+git clone https://gitbox.apache.org/repos/asf/samza-hello-samza.git hello-samza
 cd hello-samza
 ```
 
@@ -56,7 +56,7 @@ After you've built your Samza package, you can start the example applications on
 
 ##### - High-level API Examples
 
-Package [samza.examples.cookbook](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/cookbook) contains various examples of high-level API operator usage, such as map, partitionBy, window and join. Each example is a runnable Samza application with the steps in the class javadocs, e.g [PageViewAdClickJoiner](https://github.com/apache/samza-hello-samza/blob/master/src/main/java/samza/examples/cookbook/PageViewAdClickJoiner.java).
+Package [samza.examples.cookbook](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/cookbook) contains various examples of high-level API operator usage, such as map, partitionBy, window and join. Each example is a runnable Samza application with the steps in the class javadocs, e.g [PageViewAdClickJoiner](https://github.com/apache/samza-hello-samza/blob/master/src/main/java/samza/examples/cookbook/JoinExample.java).
 
 Package [samza.examples.wikipedia.application](https://github.com/apache/samza-hello-samza/tree/master/src/main/java/samza/examples/wikipedia/application) contains a small Samza application which consumes the real-time feeds from Wikipedia, extracts the metadata of the events, and calculates statistics of all edits in a 10-second window. You can start the app on the grid using the run-app.sh script:
 
diff --git a/bin/grid b/bin/grid
index 8c5b7dd..638fd48 100755
--- a/bin/grid
+++ b/bin/grid
@@ -88,7 +88,7 @@ install_samza() {
   else
     mkdir -p $DOWNLOAD_CACHE_DIR
     pushd $DOWNLOAD_CACHE_DIR
-    git clone git://git.apache.org/samza.git
+    git clone https://gitbox.apache.org/repos/asf/samza.git
     cd samza
   fi
   ./gradlew -PscalaVersion=2.11 clean publishToMavenLocal
diff --git a/pom.xml b/pom.xml
index 41ff462..a556d96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@ under the License.
        </exclusion>
        <exclusion>
         <groupId>org.apache.samza</groupId>
-        <artifactId>samza-log4j2</artifactId>
+        <artifactId>samza-log4j</artifactId>
        </exclusion>
        <exclusion>
         <groupId>org.apache.samza</groupId>