Member since
10-22-2015
241
Posts
86
Kudos Received
20
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2434 | 03-11-2018 12:01 AM | |
1470 | 01-03-2017 10:48 PM | |
1863 | 12-20-2016 11:11 PM | |
3654 | 09-03-2016 01:57 AM | |
1382 | 09-02-2016 04:55 PM |
06-14-2016
05:56 PM
I used a running hbase instance (deployed with Ambari) on Openstack.
... View more
06-14-2016
05:47 PM
1 Kudo
Running sample outside VM should work as long as correct quorum is in hbase-site.xml
... View more
06-14-2016
05:11 PM
That was due to the following config having wrong value - plug ing actual quorum:
<property> <name>hbase.zookeeper.quorum</name> <value>localhost</value> </property>
... View more
06-14-2016
05:06 PM
Note, here is snippet w.r.t. CLASSPATH in the sample script: CLASSPATH=..."$REPO"/hbase-client-0.98.5-hadoop2.jar:"$REPO"/hbase-common-0.98.5-hadoop2.jar:"$REPO"/hbase-protocol-0.98.5-hadoop2.jar You can plug in the corresponding version of hbase jars accordingly 0.98 is compatible with 1.x release - that was why the sample worked.
... View more
06-14-2016
04:53 PM
I verified that users table was created after running the usercount example: 'users', {NAME => 'cfInfo'}
... View more
06-14-2016
04:40 PM
This is what I did: cloned spring-hadoop-samples cd spring-hadoop-samples/hbase mvn clean package copied hbase-site.xml from cluster to target/appassembler/etc/hbase-site.xml sh ./target/appassembler/bin/usercount Please try the above
... View more
06-14-2016
02:49 PM
Last commit to https://github.com/spring-projects/spring-hadoop-samples was 11 months ago. The other one was even older. See if you can find newer repo. If I have time, I plan to try the first repo.
... View more
06-14-2016
01:02 PM
2 Kudos
Ambari Metrics has its own master and region server. Metrics are stored in its own region server. You don't have to deploy hbase in Ambari managed cluster
... View more
06-14-2016
12:59 PM
You can restart PQS using Ambari.
... View more
06-14-2016
01:33 AM
1 Kudo
You should enable Phoenix - Josh please correct me if I am wrong. Can you use jps command to see if the previous PQS server was stopped ? How did you restart the cluster ?
... View more