Re: HBase Cluster Down: No jar path specified for org.apache.hadoop.hbase.regionserver.LocalIndexSplitter

2015-03-05 Thread Vladimir Rodionov
Try the following: Update hbase-site.xml config, set hbase.coprocessor.enabed=false or: hbase.coprocessor.user.enabed=false sync config across cluster. restart the cluster than update your table's settings in hbase shell -Vlad On Thu, Mar 5, 2015 at 3:32 PM, anil gupta

Re: HBase Cluster Down: No jar path specified for org.apache.hadoop.hbase.regionserver.LocalIndexSplitter

2015-03-05 Thread Nick Dimiduk
You need to update the phoenix jar on the servers to match the client version. Both client and server should be the same versions for now, at least until our backward compatibility story is more reliable. Basically, the new client wrote new metadata to hbase schema and the old server jars don't

Re: Having difficulty to creating VIEW in Phoenix

2015-03-05 Thread Sergey Belousov
Thanks James It looks like we already have a JIRA for UNPIVOT functionality. Actually I find two of them https://issues.apache.org/jira/browse/PHOENIX-1665 https://issues.apache.org/jira/browse/PHOENIX-953 So I guess we can just start discussion there ? Could you please comment on

Creating multiple views off existent HBase table.

2015-03-05 Thread Sergey Belousov
Hi All It seems like impossible now to create more than one view (with different names and columns of course) on top of existent HBase table. It also seems impossible to provide view name other than original HBase table name you base you view of. Are thouse statements correct or I just missing

Re: HBase Cluster Down: No jar path specified for org.apache.hadoop.hbase.regionserver.LocalIndexSplitter

2015-03-05 Thread anil gupta
Hi Ted, In morning today, I downloaded 4.1 from the link you provided. The problem is that i was unable to find 4.0.0-incubating release artifacts. So, i thought to use 4.1(thinking 4.1 will be a minor compatible upgrade to 4.0) as my client. IMO, we should also have 4.0.0-incubating artifacts

Re: HBase Cluster Down: No jar path specified for org.apache.hadoop.hbase.regionserver.LocalIndexSplitter

2015-03-05 Thread James Taylor
Mujtaba - do you know where our 4.0.0-incubating artifacts are? On Thu, Mar 5, 2015 at 9:58 PM, anil gupta anilgupt...@gmail.com wrote: Hi Ted, In morning today, I downloaded 4.1 from the link you provided. The problem is that i was unable to find 4.0.0-incubating release artifacts. So, i

Re: HBase Cluster Down: No jar path specified for org.apache.hadoop.hbase.regionserver.LocalIndexSplitter

2015-03-05 Thread Ted Yu
Ani: You can find Phoenix release artifacts here: http://archive.apache.org/dist/phoenix/ e.g. for 4.1.0: http://archive.apache.org/dist/phoenix/phoenix-4.1.0/bin/ Cheers On Thu, Mar 5, 2015 at 5:26 PM, anil gupta anilgupt...@gmail.com wrote: @James: Could you point me to a place where i can