Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-12-07 Thread Steve Terrell
I may have figured it out. I found out that when I created another EMR cluster exactly the same as my working one (same AMI, Hbase version, Phoenix version), the problem was duplicated. I could still connect to the first cluster's Phoenix end point, but got timeout on the second cluster. So what

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-11-01 Thread Steve Terrell
Just had a thought: Could it be that my Mac Java version is too new? Mac: $ java -version java version "1.8.0_60" Java(TM) SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode) EMR node: $ java -version java version "1.7.0_71" Java(TM) SE Run

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-11-01 Thread Steve Terrell
Thanks, but I'm trying to run remotely. I'm sure my /etc/hosts is fine as I can ssh and "telnet " OK. On Sun, Nov 1, 2015 at 9:21 AM, Steve Terrell wrote: > Thank you, but I'm sure this is not the case as I can easily run Squirrel > client on my mac and query an older version of Phoenix (on an

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-11-01 Thread Steve Terrell
Thank you, but I'm sure this is not the case as I can easily run Squirrel client on my mac and query an older version of Phoenix (on another cluster) via port 2181. On Sat, Oct 31, 2015 at 2:21 PM, Naor David wrote: > run netstat -a 1 | grep "SYN_SENT" and check if port 2181 is blocked in > your

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-10-31 Thread James Taylor
If you're trying to run locally on a Mac, see this thread: http://search-hadoop.com/m/9UY0h2s6mxw4Opgf2/%252Fetc%252Fhosts&subj=Re+testing+problem On Saturday, October 31, 2015, Naor David wrote: > run netstat -a 1 | grep "SYN_SENT" and check if port 2181 is blocked in > your network.. > > On Sa

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-10-31 Thread Naor David
run netstat -a 1 | grep "SYN_SENT" and check if port 2181 is blocked in your network.. On Sat, Oct 31, 2015 at 8:00 PM, Steve Terrell wrote: > OK, did some more troubleshooting. Still can't run sqlline.py from my > macbook laptop. Still hangs. > > My HBase cluster is an Amazon EMR, and I can r

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-10-31 Thread Steve Terrell
OK, did some more troubleshooting. Still can't run sqlline.py from my macbook laptop. Still hangs. My HBase cluster is an Amazon EMR, and I can run sqlline.py from any of nodes in the cluster, be they master, core, or task nodes. So maybe it's not so much a remote host issue but a problem with

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-10-28 Thread Steve Terrell
Yes, I can: $ telnet ** 2181 Trying 54.174.32.95... Connected to **. Escape character is '^]'. Thanks, Steve On Wed, Oct 28, 2015 at 4:48 PM, Alok Singh wrote: > It looks like a zookeeper node is also on the master. Can you connect to > on port 2181 from the machine that you are running >

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-10-28 Thread Alok Singh
It looks like a zookeeper node is also on the master. Can you connect to on port 2181 from the machine that you are running sqlline.py on? Alok Alok a...@cloudability.com On Wed, Oct 28, 2015 at 2:23 PM, Steve Terrell wrote: > I can get "sqlline.py localhost" to work fine from the master nod