SOLVED: How to configure latest Phoenix 4.6.0 with HBase 1.0 ?

2015-10-31 Thread Camelia Elena Ciolac
Hello, I solved it using the parcel currently available in Cloudera Labs (it's version 4.3 of Phoenix), installed via the Cloudera Manager. Then I copied the jars from Phoenix into the lib folder of HBase. cd /opt/cloudera/parcels/CLABS_PHOENIX/lib/phoenix sudo cp *.jar /opt/cloudera/parcels/C

How to configure latest Phoenix 4.6.0 with HBase 1.0 ?

2015-10-31 Thread Camelia Elena Ciolac
Hello, I am using the latest release of Phoenix, but I'm not sure what else should I configure in order to connect to HBase. Untill now, I did: sudo ln -sf /home/me/phoenix-4.6.0-HBase-1.0-bin/phoenix-core-4.6.0-HBase-1.0.jar /opt/cloudera/parcels/CDH-5.4.5-1.cdh5.4.5.p0.7/lib/hbase/lib sudo l

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