Hi , I have installed hortonworks hadoop 2.1 on ubuntu12.4 manually. hadoop version 2.4.0.2.1.3.0-563 hbase version 0.98.0.2.1.3.0-563-hadoop2 I have added symlinks to phoenix-core-4.0.0.2.1.3.0-563.jar inside /hbase/lib as well as phoenix-client.jar added symlinks for core-site.xml and hbase-site.xml in phoenix/bin
when I am trying to connect to sqlline sqlline.py zookeeper.quoram:2181:/hbase-unsecure. It just hangs after printing this. Setting property: [isolation, TRANSACTION_READ_COMMITTED] issuing: !connect jdbc:phoenix:localhost:2181:/hbase-unsecure none none org.apache.phoenix.jdbc.PhoenixDriver Connecting to jdbc:phoenix:localhost:2181:/hbase-unsecure 14/09/08 10:22:23 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable and doesn't come out until I kill it Where should I check phoenix logs? Any pointers? Thanks, Poonam.
