Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.7.0
-
None
Description
The hello samza docs say:
git clone git://git.apache.org/incubator-samza-hello-samza.git
cd hello-samza
The cd command fails because the directory doesn't exist. The simple fix is to check out the git repo into a named directory instead of using the default directory name.
By the time you're reading this I should already have a patch attached.
This is so silly I hesitate to even file a ticket, but it's probably best for newcomers to have a flawless quickstart experience. For what it's worth, the rest of the instructions work perfectly.