Re: Region start row and end row

2016-10-12 Thread Anil
Do you have any inputs ? On 12 October 2016 at 15:45, Anil wrote: > HI, > > I am trying to load Phoenix data into In-Memory DB. > > Is there any way to get the regions information (start row and end row) of > a table based on a column of composite primary key ? So that data

Re: Creating secondary index on Phoenix view on Hbase table throws error

2016-10-12 Thread Mich Talebzadeh
Yes correct that is hbase-site.xml Ted. i am running Hbase in standalone mode. Do I need region server? thx Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw

Re: Creating secondary index on Phoenix view on Hbase table throws error

2016-10-12 Thread Ted Yu
bq. my h-base-site.xml Seems to be typo above - did you mean hbase-site.xml ? Have you checked every region server w.r.t. the value for hbase.regionserver.wal.codec ? Cheers On Wed, Oct 12, 2016 at 3:22 PM, Mich Talebzadeh wrote: > Hi, > > In the following

Creating secondary index on Phoenix view on Hbase table throws error

2016-10-12 Thread Mich Talebzadeh
Hi, In the following "marketDataHbase" is a view on Hbase table. This is my h-base-site.xml (running Hbase on standalone mode) hbase.defaults.for.version.skip true hbase.regionserver.wal.codec org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec