Re: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Yi Pan
Hi, Anantharam, Could you confirm at which step your setup failed? It seems that your zookeeper server is running. Could you check to see whether your Kafka broker is running? You can either do a telnet localhost 9092 or do a ps auxww | grep kafka to see whether you got any broker running. Someti

RE: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Anantharaman, Srinatha (Contractor)
Find below Zookeeper logs: 2017-09-12 17:05:19,124 [myid:] - INFO [main:QuorumPeerConfig@101] - Reading configuration from: /app/home/eventsvc/samza-git/hello-samza/deploy/zookeeper/bin/../conf/zoo.cfg 2017-09-12 17:05:19,133 [myid:] - INFO [main:DatadirCleanupManager@78] - autopurge.snapReta

Re: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Yi Pan
Hi, Anantharaman, Could you post your zookeeper startup logs here? On Tue, Sep 12, 2017 at 10:21 AM, Anantharaman, Srinatha (Contractor) < srinatha_ananthara...@comcast.com> wrote: > It hangs while bringing up the service > > [root@codehdplak-po-r19p hello-samza]# pwd > /app/home/eventsvc/samza-

RE: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Anantharaman, Srinatha (Contractor)
It hangs while bringing up the service [root@codehdplak-po-r19p hello-samza]# pwd /app/home/eventsvc/samza-git/hello-samza [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

Re: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Navina Ramesh
Yes. You can clone apache/samza locally and build it with: cd gradle -b bootstrap.gradle ./gradlew clean build -x test ./gradlew publishToMavenLocal## This publishes a snapshot version of the latest apache/samza into your local maven repo Then, head to hello-samza workspace and build a

RE: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Anantharaman, Srinatha (Contractor)
Navina, Is there any other way we can install Hello Samza? Regards, ~Sri -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

RE: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Anantharaman, Srinatha (Contractor)
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 tt

Re: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Navina Ramesh
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 a

RE: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Anantharaman, Srinatha (Contractor)
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

Re: Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Navina Ramesh
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-hel

Connection timed out error while installing "Hello Samza"

2017-09-12 Thread Anantharaman, Srinatha (Contractor)
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 b