Hello, I'm wondering if the hello-samza git repo has been moved?
------------------------ guozhang *~/Workspace/apache/samza* git clone git:// git.apache.org/samza-hello-samza.git hello-samza Cloning into 'hello-samza'... fatal: read error: Connection reset by peer guozhang *~/Workspace/apache/samza* git clone https://github.com/apache/samza-hello-samza.git hello-samza Cloning into 'hello-samza'... remote: Counting objects: 510, done. remote: Total 510 (delta 0), reused 0 (delta 0), pack-reused 510 Receiving objects: 100% (510/510), 4.92 MiB | 698.00 KiB/s, done. Resolving deltas: 100% (212/212), done. Checking connectivity... done. -- Guozhang