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

2015-03-07 Thread anil gupta
Hi Chandu, Unfortunately, Its a company private event so i wont me able to make it public. Thanks, Anil Gupta On Sat, Mar 7, 2015 at 2:03 AM, Chandu chandugunt...@gmail.com wrote: Hi Anil, Is it a webinar? How can I join the meeting? Thanks, Chandu. On 7 March 2015 at 02:20, anil gupta

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

2015-03-06 Thread anil gupta
Update: I checked out 4.0.1 branch from git and local build is underway. On Fri, Mar 6, 2015 at 12:50 PM, anil gupta anilgupt...@gmail.com wrote: Hi James/Mujtaba, I am giving a tech talk of HBase on Monday morning. I wanted to demo Phoenix as part of that. Installation of 4.0.0 jars can

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

2015-03-06 Thread anil gupta
4.0.1 failed with a JUnit failure: Failed tests: testSkipScan(org.apache.phoenix.end2end.VariableLengthPKIT) Tests run: 1115, Failures: 1, Errors: 0, Skipped: 4 I disabled JUnit from the build and it ran successfully. On Fri, Mar 6, 2015 at 1:49 PM, anil gupta anilgupt...@gmail.com wrote:

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: 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