Re: Hbase Heap Size problem and Native API response is slow

2016-08-28 Thread Dima Spivak
And what kind of performance do you see vs. what you expect to see? How big is your cluster in production/how much total data will you be storing in production? On Sunday, August 28, 2016, Manjeet Singh wrote: > Hi > I performed this testing on 2 node cluster where its i7 core processor with > 1

Re: Hbase Heap Size problem and Native API response is slow

2016-08-28 Thread Manjeet Singh
Hi I performed this testing on 2 node cluster where its i7 core processor with 16 gb ram 8 core on each node. I have very frequent get put operation on hbase using spark streaming and sql where we r aggregate data on spark group and saving it to hbase Can you give us more specifics about what kind

Re: Hbase Heap Size problem and Native API response is slow

2016-08-27 Thread Dima Spivak
Can you give us more specifics about what kind of performance you're expecting, Manjeet, and what kind of performance you're actually seeing? Also, how big is your cluster (i.e. number of nodes, amount of RAM/CPU per node)? It's also important realize that performance can be impacted by the write p

Re: Hbase Heap Size problem and Native API response is slow

2016-08-27 Thread Manjeet Singh
Thanks Vladrodionov for your reply I took this design from twiter where a rowkey is twitter id and twites and hastag in column I hv mob no or ip by which domain visited in column qualifyer. can you plz tell me how can I index my row key with qualam idk how many column I hv On 27 Aug 2016 22:21, "

Re: Hbase Heap Size problem and Native API response is slow

2016-08-27 Thread Vladimir Rodionov
>> Problem is its very slow rows are not indexed by column qualifier, and you need to scan all of them. I suggest you consider different row-key design or add additional index-table for your table. -Vlad On Sat, Aug 27, 2016 at 4:12 AM, Manjeet Singh wrote: > Hi All, > > can anybody suggest me

Re: Hbase Heap Size problem and Native API response is slow

2016-08-27 Thread Manjeet Singh
Hi All, can anybody suggest me the improvement in my below code Purpose os this code to get column qualifier by prefix scan Problem is its very slow public static ArrayList getColumnQualifyerByPrefixScan(String rowKey, String prefix) { ArrayList list = null; try { FilterList filterList = new F

Re: Hbase Heap Size problem and Native API response is slow

2016-08-26 Thread Ted Yu
Looks like the image didn't go through. Can you pastebin the error ? Cheers On Fri, Aug 26, 2016 at 7:28 AM, Manjeet Singh wrote: > Adding > I am getting below error on truncating the table > > [image: Inline image 1] > > On Fri, Aug 26, 2016 at 7:56 PM, Manjeet Singh > wrote: > >> Hi All >>

Re: Hbase Heap Size problem and Native API response is slow

2016-08-26 Thread Manjeet Singh
Adding I am getting below error on truncating the table [image: Inline image 1] On Fri, Aug 26, 2016 at 7:56 PM, Manjeet Singh wrote: > Hi All > > I am using wide table approach where I have might have more 1,00, > column qualifier > > I am getting problem as below > Heap size problem by u

Hbase Heap Size problem and Native API response is slow

2016-08-26 Thread Manjeet Singh
Hi All I am using wide table approach where I have might have more 1,00, column qualifier I am getting problem as below Heap size problem by using scan on shell , as a solution I increase java heap size by using cloudera manager to 4 GB second I have below Native API code It took very long

Re: Hbase heap size

2013-01-18 Thread lars hofhansl
That is true. Mind telling us more about your setup?I think that would be interesting knowledge. -- Lars From: Adrien Mogenet To: user@hbase.apache.org Sent: Friday, January 18, 2013 12:28 PM Subject: Re: Hbase heap size On Fri, Jan 18, 2013 at 3:24 AM

Re: Hbase heap size

2013-01-18 Thread Varun Sharma
I meant controlling compaction activity by emitting fewer hfiles but of larger size. On Fri, Jan 18, 2013 at 12:28 PM, Adrien Mogenet wrote: > On Fri, Jan 18, 2013 at 3:24 AM, lars hofhansl wrote: > > > - The largest useful region size is 20G (at least that is the current > > common tribal knowl

Re: Hbase heap size

2013-01-18 Thread Varun Sharma
limit. On Fri, Jan 18, 2013 at 4:45 AM, Chalcy Raja wrote: > Looking forward to the blog! > > Thanks, > Chalcy > > -Original Message- > From: lars hofhansl [mailto:la...@apache.org] > Sent: Thursday, January 17, 2013 9:24 PM > To: user@hbase.apache.org >

RE: Hbase heap size

2013-01-18 Thread Chalcy Raja
Looking forward to the blog! Thanks, Chalcy -Original Message- From: lars hofhansl [mailto:la...@apache.org] Sent: Thursday, January 17, 2013 9:24 PM To: user@hbase.apache.org Subject: Re: Hbase heap size You'll  need more memory then, or more machines with not much disk attached.

Re: Hbase heap size

2013-01-17 Thread lars hofhansl
with Java heap. -- Lars From: Varun Sharma To: user@hbase.apache.org; lars hofhansl Sent: Thursday, January 17, 2013 3:24 PM Subject: Re: Hbase heap size Thanks for the info. I am looking for a balance where I have a write heavy work load and need excellent read latenc

Re: Hbase heap size

2013-01-17 Thread Varun Sharma
That way you can reduce that ratio to 1/200 or even less. > > > I'm sure other folks will have more detailed input. > > > -- Lars > > > > > From: Varun Sharma > To: user@hbase.apache.org > Sent: Thursday, January 17,

Re: Hbase heap size

2013-01-17 Thread lars hofhansl
less. I'm sure other folks will have more detailed input. -- Lars From: Varun Sharma To: user@hbase.apache.org Sent: Thursday, January 17, 2013 1:15 PM Subject: Hbase heap size Hi, I was wondering how much folks typical give to hbase and how much

Hbase heap size

2013-01-17 Thread Varun Sharma
Hi, I was wondering how much folks typical give to hbase and how much they leave for the file system cache for the region server. I am using hbase 0.94 and running only the region server and data node daemons. I have a system with 15G ram. Thanks

Re: hbase heap size beyond 16G ?

2011-11-08 Thread N Keywal
If your're interested, some good slides on GC (slide 45 and after): http://www.azulsystems.com/sites/www.azulsystems.com/SpringOne2011_UnderstandingGC.pdf On Tue, Nov 8, 2011 at 11:25 PM, Mikael Sitruk wrote: > Concurrent GC (a.k.a CMS) does not mean that there is no more pause. The > pauses are

Re: hbase heap size beyond 16G ?

2011-11-08 Thread Mikael Sitruk
Concurrent GC (a.k.a CMS) does not mean that there is no more pause. The pauses are reduced to minimum but can still happen especially if the concurrent thread will not finish their work under high pressure. The G1 collector in JDK 7.0 pretends to be a better collector than CMS, but i presume tests

Re: hbase heap size

2011-03-20 Thread Harsh J
On Sun, Mar 20, 2011 at 2:58 AM, Oleg Ruchovets wrote: > Thank you St.Ack >   the question is regarding setting heap size for hbase: > >  As I understand there are 3 processes HBASE master , Hbase Region server , > Zookeper. > What is the heap size should I set for these processes? I don't remembe

Re: hbase heap size

2011-03-20 Thread Suraj Varma
Oleg: Instead of setting the heap size using the common HBASE_HEAP_SIZE, use the process specific OPTS to set it. As Stack says, for instance to set zookeeper specific heap size, you can uncomment and set the heap size export HBASE_ZOOKEEPER_OPTS="-Xmx1000m $HBASE_JMX_BASE -Dcom.sun.management.jmx

Re: hbase heap size

2011-03-19 Thread Oleg Ruchovets
Thank you St.Ack the question is regarding setting heap size for hbase: As I understand there are 3 processes HBASE master , Hbase Region server , Zookeper. What is the heap size should I set for these processes? I don't remember where do I see 4000m was recommended , but does it mean that all

Re: hbase heap size

2011-03-19 Thread Stack
See this section in your hbase-env.sh: # export HBASE_JMX_BASE="-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" # export HBASE_MASTER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10101 -javaagent:lib/HelloWorldAgent.jar" # export HBASE_REGIO

hbase heap size

2011-03-19 Thread Oleg Ruchovets
Hi , we started our tests on cluster ( hbase 0.90.1 , hadoop append) , I set HBASE_HEAPSIZE to 4000m in hbase-env.sh and got 3 processes which has heap size 4000m: my questions are: 1)What is the way to set separately heap size for these processes. In case I want to give to zookeper less h