Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-729

git url problem in documentation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.0
    • 0.10.0
    • docs
    • windows, linux

    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

      Attachments

        1. SAMZA-729.0.patch
          2 kB
          Aleksandar Pejakovic

        Activity

          People

            a.pejakovic Aleksandar Pejakovic
            hrgdavor Davor Hrg
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: