Re: hbase / phoenix errors

2015-04-08 Thread Rajeshbabu Chintaguntla
The local indexing works fine with 0.98.4. Coprocessor.CoprocessorHost: the coprocessor …LocalIndexSplitter threw an exception NoSuchMethodError hbase.regionserver.RegionServerService.getCatalogTracker This is specific to HDP I think. Any way I will try to remove getCatalogTracker in local index

Re: user@phoenix.apache.org

2015-03-31 Thread Rajeshbabu Chintaguntla
Which version of Phoenix you are trying with? Is it build from laster master branch on your own and tried with hbase-1.0.0? I think assignment of SYSTEM.CATALOG table regions might be failed. You can check hbase master UI to see any regions in transition and also It would be better to check HBase l

Re: Getting NPE while creating secondary local index

2015-03-03 Thread Rajeshbabu Chintaguntla
Hi Dhaval Rami, There can be possible NPE when both data and index regions not colocated. Have you configured below properties properly and restarted the master? It's fixed in 4.3 version. If possible you can use it. hbase.master.loadbalancer.class org.apache.phoenix.hbase.index.balancer.I

Re: Local index check hbase versions in the latest 4.3 release

2015-02-25 Thread Rajeshbabu Chintaguntla
Hi Sun, There are region splitting related issues in HBase 0.98.6-0.98.8. So it will cause inconsistencies in the cluster if any split failures. So better to upgrade HBase to latest versions. Thanks, Rajeshbabu. On Thu, Feb 26, 2015 at 8:28 AM, su...@certusnet.com.cn < su...@certusnet.com.cn> wr

Re: CsvBulkLoadTool - Exception for Local Index

2015-01-30 Thread Rajeshbabu Chintaguntla
hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:1150) > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:1107) > at > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionIm

Re: CsvBulkLoadTool - Exception for Local Index

2015-01-28 Thread Rajeshbabu Chintaguntla
Hi Naga, I have uploaded patch at PHOENIX-1248 please apply the patch and try now if possible. Thanks, Rajeshbabu. On Thu, Jan 22, 2015 at 8:57 PM, Naga Vijayapuram wrote: > Thanks Rajeshbabu ! > > On Jan 22, 2015, at 8:50 PM, Rajeshbabu Chintaguntla < > chrajeshbab...@g

Re: CsvBulkLoadTool - Exception for Local Index

2015-01-22 Thread Rajeshbabu Chintaguntla
Hi Naga Vijayapuram, Sorry I have missed that I can fix it in next week. Thanks, Rajeshbabu. On Fri, Jan 23, 2015 at 9:37 AM, Naga Vijayapuram wrote: > I have hit upon https://issues.apache.org/jira/browse/PHOENIX-1248 > > Any idea when it will be fixed? > > Thanks > Naga > > > On Jan 22,

Re: HINDEX

2015-01-06 Thread Rajeshbabu Chintaguntla
Hi Siddharth, They are using both Hindex and Phoenix depending upon customer requirements. Thanks, Rajeshbabu. On Tue, Jan 6, 2015 at 7:30 PM, Siddharth Ubale wrote: > HI Rajeshbabu, > > > > Is Huawei still using HINDEX or are u using Phoenix as a solution to hbase > secondary indexing? > > >

RE: Phoenix4.2.1 against HBase0.98.6 encountered a strange problem when using connection with props

2014-12-03 Thread rajeshbabu chintaguntla
I think you are missing create table statement. That's why getting TableNotFoundException. Please check once.. This e-mail and its attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed ab

RE: Indexes

2014-12-03 Thread rajeshbabu chintaguntla
Hi Siddharth, Index table also should be updated automatically in your case. But there is a case if any updates failed to index table then we are disabling the index and later automatically rebuild after 5 mins. FYI PHOENIX-1112(https://issues.apache.org/jira/browse/PHOENIX-1112) Can you please c

RE: Re: local index creation catch error with specifying DEFAULT_COLUMN_FAMILY when creating data table

2014-11-25 Thread rajeshbabu chintaguntla
snet.com.cn [su...@certusnet.com.cn] Sent: Tuesday, November 25, 2014 7:47 AM To: user; rajeshbabu chintaguntla Subject: Re: Re: local index creation catch error with specifying DEFAULT_COLUMN_FAMILY when creating data table Hi, Rajeshbabu Thanks for your reply. My cluster contains hbase 0.98.6

RE: RE: RE: how to use index for this query situation?

2014-10-30 Thread rajeshbabu chintaguntla
ex on cols, 5 load another group data to Hbase by spoon; 6 i can't get the new data in step 5; whether only use phoenix client to insert data can be got ? -- Original -- From: "rajeshbabu chintaguntla";; Date: Thu, Oct 30, 2014 05:05 PM To: &quo

RE: RE: how to use index for this query situation?

2014-10-30 Thread rajeshbabu chintaguntla
Original ------ From: "rajeshbabu chintaguntla";; Date: Thu, Oct 30, 2014 04:12 PM To: "user@phoenix.apache.org"; Subject: RE: how to use index for this query situation? If you have where condition on non indexed column then we go for full table sca

RE: how to use index for this query situation?

2014-10-30 Thread rajeshbabu chintaguntla
If you have where condition on non indexed column then we go for full table scan. Can you confirm this? Thanks. Rajeshbabu. This e-mail and its attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose addre

RE: Re: Unable to find cached index metadata

2014-09-02 Thread rajeshbabu chintaguntla
bq. I am trying to load data into the phoenix table, as Phoenix may not support index related data bulkload, I am tring to upsert data into phoenix through JDBC statements. In 4.1 release CSVBulkLoadTool can be used to build indexes when loading data. See [1]. And also some more work is goin