Details
Description
address http://samza.apache.org/startup/hello-samza/0.9/
contains git clone command
git clone git://git.apache.org/samza-hello-samza.git hello-samza
that fails on windows with error:
fatal: read error: Invalid argument
and on linux with error:
fatal: read error: Connection reset by peer
it works if changed to
git clone https://git.apache.org/samza-hello-samza.git hello-samza
same thing happens in hello-samza/bin/grid line 68
git clone https://git.apache.org/samza.git