Hey Raj, Looks like this broke when Kafka released 0.8.1. They moved 0.8 to the archives Apache server. You should be able to replace this URL in the bin/grid script:
https://archive.apache.org/dist/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz If you send a pull request for hello-samza, we'll merge it in. Cheers, Chris On 3/13/14 9:29 AM, "Rajendraprasad B. Hosamani" <[email protected]> wrote: >Hi All, > I'm new to the samza project and this list. Really like what i see about >samza so far! Great work... keep it up :) > > I'm trying to setup a test system and run the hello-samza project. >During >the execution of bin/grid bootstrap, the process exits out with the >following error >BUILD SUCCESSFUL > >Total time: 5 mins 14.093 secs >~/misc/hello-samza >Downloading zookeeper-3.4.3... > % Total % Received % Xferd Average Speed Time Time Time >Current > Dload Upload Total Spent Left >Speed >100 15.4M 100 15.4M 0 0 61849 0 0:04:21 0:04:21 --:--:-- >364k >Downloading hadoop-2.2.0... > % Total % Received % Xferd Average Speed Time Time Time >Current > Dload Upload Total Spent Left >Speed >100 104M 100 104M 0 0 743k 0 0:02:23 0:02:23 --:--:-- >364k >Downloading kafka_2.8.0-0.8.0... > % Total % Received % Xferd Average Speed Time Time Time >Current > Dload Upload Total Spent Left >Speed >107 323 107 323 0 0 1507 0 --:--:-- --:--:-- --:--:-- >3364 >tar: This does not look like a tar archive > >gzip: stdin: not in gzip format >tar: Child returned status 1 >tar: Error is not recoverable: exiting now > >I think this is because the kafka mirror used in the grid script is >broken. > >DOWNLOAD_KAFKA= >http://mirrors.sonic.net/apache/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz > >Looks like the kafka download location >http://mirrors.sonic.net/apache/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz gives >a 404 error. > >This location used to work a few days back. > >Perhaps change the download location to a different mirror? > >-Raj
