Re: What is the proper way to deploy the phoenix views in an HBase cluster?

2014-12-19 Thread James Taylor
Hi Jerry, In upgrading between patch releases (i.e. 4.2.1 - 4.2.2), there's nothing you need to do other than: - replace the jar in all the HBase region server jars with the new one (make sure to remove the old one) - use the new jar instead of the old jar on the client side. - bounce your

What is the proper way to deploy the phoenix views in an HBase cluster?

2014-12-18 Thread Chabot, Jerry
I have an HBase cluster comprised of 1 master, and 3 region servers. Zookeeper is running on the master. I have an sql script to create a phoenix view for an underlying HBase table. To date, most of my work has been on a pseudo-distributed HBase node where I ran the sql script on the single