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
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
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
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
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
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
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
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
>
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