Re: Region start row and end row

2016-10-12 Thread Anil
Apache Ignite. On 13 October 2016 at 12:05, Cheyenne Forbes < cheyenne.osanu.for...@gmail.com> wrote: > May I ask which in memory db are you using? >

Re: Region start row and end row

2016-10-12 Thread Cheyenne Forbes
May I ask which in memory db are you using?

Re: Region start row and end row

2016-10-12 Thread Anil
You are correct. Not all the data.. but with specific start row and end row. Thanks. On 13 October 2016 at 11:39, Cheyenne Forbes < cheyenne.osanu.for...@gmail.com> wrote: > Hi Anil, > > Basically what you want to do is copy all the data you had input with > Phoenix to your in memory db? >

Re: Region start row and end row

2016-10-12 Thread Cheyenne Forbes
Hi Anil, Basically what you want to do is copy all the data you had input with Phoenix to your in memory db?

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 will be > loaded into

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 "marketDataHbase" is a view on Hbase

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 hbase.region.server

Region start row and end row

2016-10-12 Thread Anil
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 will be loaded into in-memory in parallel. Are there any better approaches for the same ? Thanks