Member since
03-15-2016
10
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7393 | 03-20-2016 10:13 PM |
03-20-2016
10:13 PM
Hello, This is what worked for me. Increased the Region Server heap size it to 500 MiB, redeployed client configuration and restarted HBase. I was able to get sql line phoenix script working for me.
... View more
03-16-2016
04:43 PM
I do not see any errors in the logs, Region Server Logs are full of just INFO statements, no ERROR, FATAL etc. There were couple of benign WARNs I tried to follow the steps mentioned in the http://search-hadoop.com/m/9UY0h2NwOxFS0iIc&subj=Re+Re+CANNOT+connect+to+Phoenix+in+CDH+5+5+1 And kept having issues with query hbase(main):001:0> disable 'SYSTEM.SEQUENCE' ERROR: Connection refused Here is some help for this command: Start disable of named table: hbase> disable 't1' hbase> disable 'ns1:t1' Please help.
... View more
03-16-2016
12:28 PM
No data has been loaded yet to HBASE
... View more
03-16-2016
10:45 AM
Hi, I am able to see HDFS and Zookeeper both being green. HBase comes up for few seconds and then reports "Region Server" as "Unexpectedly Exited" not sure what do I need to do? Also even if sometimes it manages to stay green for longer duration, as soon as I issue phoenix-sqlline.py localhost:2181 command, it turns RED indicating that it exited. So how to proceed?
... View more
03-15-2016
10:33 PM
Hi, Thanks for your feedback. I am able to parcel-ify CDH and then abel to accept distribute and activate Phoenix parcel via "Cloudera manager". However after that when I try to run phoenix-sqlline.py, [root@quickstart conf]# /usr/bin/phoenix-sqlline.py localhost:2181
Setting property: [isolation, TRANSACTION_READ_COMMITTED]
issuing: !connect jdbc:phoenix:localhost:2181 none none org.apache.phoenix.jdbc.PhoenixDriver
Connecting to jdbc:phoenix:localhost:2181
16/03/16 05:28:47 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
16/03/16 05:28:48 WARN impl.MetricsConfig: Cannot locate configuration: tried hadoop-metrics2-phoenix.properties,hadoop-metrics2.properties It comes here and simply hangs. I tried few suggestions like attempting commands like a. phoenix-sqlline.py localhost:2181:/hbase b. Adding salt bucket as 0 (as suggested in https://community.cloudera.com/t5/Cloudera-Labs/phoenix-sqlline-not-working/td-p/28787) but no luck. Any idea how do I proceed?
... View more
03-15-2016
12:42 PM
Thanks for the quick feedback. I am still not sure about what exactly needs to be done. I have a docker container that is running QuickStart VM for CDH 5.5. Now I have added a parcel that "needs" to be a package. You have given me a CLI command, thanks for that, but not sure what exactly I am supposed to? I am referring to http://www.cloudera.com/documentation/enterprise/5-5-x/topics/cm_ig_migrating_parcels_to_packages.html but it does not seem to be applicable to QuickStart Dockerized VM for CDH 5.5. So do I download a parcel and then go to CLI and issue command that you specified? Can you please help me detailing out what needs to be done? Apprceiate your help.
... View more
03-15-2016
12:12 PM
I brought the cloudera manager and over there I am accepting the Parcel as mentioned in the link at cloudera blog. Now my docker container image is running, Cloudera manager is up, so where do I find "migrate CDH to a parcel installation" button?
... View more
03-15-2016
12:00 PM
Hello, I downloaded Cloudera QuickStart VM CDH 5.5 and brought it up and running. Later I tried using Apache Phoenix parcel as mentioned in the blogpost here https://blog.cloudera.com/blog/2015/11/new-apache-phoenix-4-5-2-package-from-cloudera-labs/ However after choosing parcel version 1.2, finally at the distribution level, I got following error "Dependency not satisfied for release CLABS_PHOENIX(4.5.2-1.clabs_phoenix1.2.0.p0.774): CDH (at least 5.5)." Any idea why is this error coming since I am already on CDH 5.5 ?
... View more
Labels: