Re: Leveraging As Much Memory As Possible

2016-03-31 Thread Ted Yu
For #2, I did a quick search in Phoenix code base for bucket cache - I didn't find match. Maybe ask on Phoenix mailing list. On Wed, Mar 30, 2016 at 11:07 PM, Amit Shah wrote: > Thanks Ted and Anoop for the replies. A couple of follow up questions > > 1. I could see the

Re: Leveraging As Much Memory As Possible

2016-03-31 Thread Ding,Dongchao
For the first question http://${rs-host}:${rs-info-port}/rs-status#bc_l2, There is detail info about L2 Cache(bucket cache)here. 在 16/3/31 14:07, "Amit Shah" 写入: >Thanks Ted and Anoop for the replies. A couple of follow up questions > >1. I could see the bucket cache

Re: Leveraging As Much Memory As Possible

2016-03-31 Thread Amit Shah
Thanks Ted and Anoop for the replies. A couple of follow up questions 1. I could see the bucket cache and on heap memory stats reflected on hbase region server UI , what are ways to monitor and see if its getting utilized? 2. We are using phoenix as a sql layer

Re: Leveraging As Much Memory As Possible

2016-03-30 Thread Anoop John
Ya having HBase side cache will be a better choice rather than HDFS cache IMO. Yes u r correct... You might not want to give a very large size for the heap. You can make use of the off heap BucketCache. -Anoop- On Thu, Mar 31, 2016 at 4:35 AM, Ted Yu wrote: > For #1,

Re: Leveraging As Much Memory As Possible

2016-03-30 Thread Ted Yu
For #1, please see the top two blogs @ https://blogs.apache.org/hbase/ FYI On Wed, Mar 30, 2016 at 7:59 AM, Amit Shah wrote: > Hi, > > I am trying to configure my hbase (version 1.0) phoenix (version - 4.6) > cluster to utilize as much memory as possible on the server

Leveraging As Much Memory As Possible

2016-03-30 Thread Amit Shah
Hi, I am trying to configure my hbase (version 1.0) phoenix (version - 4.6) cluster to utilize as much memory as possible on the server hardware. We have an OLAP workload that allows users to perform interactive analysis over huge sets of data. While reading about hbase configuration I came