If I use Java there will be 1-1 mapping between 1 JVM to 1 region server. While I am not sure, I thought(presume) using thrift gateway it will able to transfer request randomly to cluster of region server. So say I have 1 JVM but can able to talk to 3 region servers?
Moreover I thought having thrift server will improve performance compared to java directly talking to HBase. -Jignesh On Fri, Oct 28, 2011 at 12:17 PM, Stack <[email protected]> wrote: > Why would you deploy thrift inside JBOSS? JBOSS is a java container > last time I checked so deploying thrift makes no sense -- just do > java. > > St.Ack > > On Fri, Oct 28, 2011 at 1:35 AM, Jignesh Patel <[email protected]> > wrote: > > Has anybody tried deploying thrift or avro inside JBoss Application > server? > > > > -Jignesh > > >
