unsubscribe.

2017-03-07 Thread Saravanan A
unsubscribe.

Re: Create 2 Index on single and Drop 1 Index makes the view not usable...

2014-11-25 Thread Saravanan A
appreciated. Thanks, James On Wed, Nov 19, 2014 at 6:02 AM, Saravanan A asarava...@alphaworkz.com wrote: Hi, I have a UseCase where am trying to create two index on same column on same table with different indexname. 1.create view on hbase table(MainTable). 2.create index1 on column

Create 2 Index on single and Drop 1 Index makes the view not usable...

2014-11-19 Thread Saravanan A
Hi, I have a UseCase where am trying to create two index on same column on same table with different indexname. 1.create view on hbase table(MainTable). 2.create index1 on column (A). 3.create index2 on column(A)/ 4.Drop index index1. select * from MainTable where A='xyz'; Gives following

Re: Error when try to create mutable secondary index...

2014-08-12 Thread Saravanan A
,,.[?] On Mon, Aug 11, 2014 at 11:05 PM, Saravanan A asarava...@alphaworkz.com wrote: yes.. On Mon, Aug 11, 2014 at 10:59 PM, Jesse Yates jesse.k.ya...@gmail.com wrote: That seems correct. I'm not sure where the issue is either. It seems like the property isn't in the correct config files (also, you

Index over View is not getting updated..

2014-08-12 Thread Saravanan A
Hi, I created view over existing Hbase table and created index on columns...(at this point my table has 5 records)..Later i added 5 more records to hbase table and i can able to see 10 record in Phoenix View...but when i checked Index it has only 1st 5 records...remaining 5 records are not

Re: Error when try to create mutable secondary index...

2014-08-11 Thread Saravanan A
classpath is at RS startup? If its the same as the -cp argument, its missing the config files. On Aug 11, 2014 6:10 AM, Saravanan A asarava...@alphaworkz.com wrote: *This is the command i run in hbase classpath (test1.jar is my jar file)*: hbase -cp .:hadoop-common-2.0.0-cdh4.7.0.jar:commons

Error when try to create mutable secondary index...

2014-08-08 Thread Saravanan A
---3.0 am i missing something??? thanks in advance... Regards, Saravanan

Re: Error when try to create mutable secondary index...

2014-08-08 Thread Saravanan A
namehbase.zookeeper.property.clientPort/name value2181/value /property /configuration On Fri, Aug 8, 2014 at 2:46 PM, Saravanan A asarava...@alphaworkz.com wrote: I already included this property in hbase-site.xml in all region servers..but still am getting that error...If i define my view