Server is not behind the firewall, I am able to clone files from Apache git Here is the ping result
[root@codehdplak-po-r19p hello-samza]# ping git.apache.org PING git.apache.org (54.84.58.65) 56(84) bytes of data. 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=1 ttl=43 time=48.6 ms 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=2 ttl=43 time=48.1 ms 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=3 ttl=43 time=47.9 ms 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=4 ttl=43 time=49.1 ms 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=5 ttl=43 time=48.4 ms 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=6 ttl=43 time=48.5 ms 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=7 ttl=43 time=49.3 ms 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=8 ttl=43 time=57.3 ms 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=9 ttl=43 time=57.8 ms 64 bytes from ec2-54-84-58-65.compute-1.amazonaws.com (54.84.58.65): icmp_seq=10 ttl=43 time=63.4 ms ^C --- git.apache.org ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9010ms rtt min/avg/max/mdev = 47.956/51.894/63.437/5.263 ms -----Original Message----- From: Navina Ramesh [mailto:nram...@linkedin.com] Sent: Tuesday, September 12, 2017 11:42 AM To: dev@samza.apache.org Subject: Re: Connection timed out error while installing "Hello Samza" Ok. I tried again for the "latest" branch in hello-samza and it still works. > While installing it says "Building samza from master..." It is expected to build from "master" in apache/samza repo. So, the output line is expected. It is weird that you are unable to connect. Is it possible you are behind a firewall or something? Can you try to ping "git.apache.org" ? Or try the setup on a different box? Navina ________________________________ From: Anantharaman, Srinatha (Contractor) <srinatha_ananthara...@comcast.com> Sent: Tuesday, September 12, 2017 8:33:30 AM To: dev@samza.apache.org Subject: RE: Connection timed out error while installing "Hello Samza" Navina, I tried again but still same error While installing it says "Building samza from master..." But when after I cloned I executed " git checkout latest" Regards, ~Sri -----Original Message----- From: Navina Ramesh [mailto:nram...@linkedin.com] Sent: Tuesday, September 12, 2017 11:10 AM To: dev@samza.apache.org Subject: Re: Connection timed out error while installing "Hello Samza" Hi Anantharaman, It looks like a transient connection failure to connect to Apache's git. I tried on my host and it seems to be working. Can you give it another shot? If it still doesn't work, please let me know if you are running the command under the "master" or "latest" branch of samza-hello-samza. Thanks! Navina ________________________________ From: Anantharaman, Srinatha (Contractor) <srinatha_ananthara...@comcast.com> Sent: Tuesday, September 12, 2017 7:45:37 AM To: dev@samza.apache.org Subject: Connection timed out error while installing "Hello Samza" Hi, I am trying to install "Hello Samza" on a single node Initially I have installed Kafka, Yarn and Zookeeper using bin/grid install kafka/yarn/zookeeper When I am trying bin/grid bootstrap getting connection timed out error It also mentions no kafka, yarn and zookeeper installed Please find below the error message [root@codehdplak-po-r19p bin]# cd .. [root@codehdplak-po-r19p hello-samza]# bin/grid install kafka EXECUTING: install kafka Using previously downloaded file /root/.samza/download/kafka_2.11-0.10.1.1.tgz [root@codehdplak-po-r19p hello-samza]# bin/grid install yarn EXECUTING: install yarn Using previously downloaded file /root/.samza/download/hadoop-2.6.1.tar.gz [root@codehdplak-po-r19p hello-samza]# bin/grid install zookeeper EXECUTING: install zookeeper Using previously downloaded file /root/.samza/download/zookeeper-3.4.3.tar.gz [root@codehdplak-po-r19p hello-samza]# bin/grid bootstrap Bootstrapping the system... EXECUTING: stop kafka No kafka server to stop EXECUTING: stop yarn no resourcemanager to stop no nodemanager to stop EXECUTING: stop zookeeper JMX enabled by default Using config: /app/home/eventsvc/samza-git/hello-samza/deploy/zookeeper/bin/../conf/zoo.cfg Stopping zookeeper ... no zookeeper to stop (could not find file /tmp/zookeeper/zookeeper_server.pid) EXECUTING: install samza Building samza from master... ~/.samza/download /app/home/eventsvc/samza-git/hello-samza Cloning into 'samza'... fatal: unable to connect to git.apache.org: git.apache.org[0: 54.84.58.65]: errno=Connection timed out Could you please help me to resolve this issue? Regards, ~Sri