Hubbert, no worries, thanks for the effort regardless.
Sudhir,
thanks for that.
Yes, each server will have a monitoring agent (that sends back metrics)
installed.
On Sun, Apr 8, 2018 at 3:15 AM, sudhir patil
wrote:
> Few important thingsto monitor from top of head
>
> Compaction q
Apr 2018 at 11:27 PM, Hubbert Smith
wrote:
> OK, guilty as charged. my imagination got away from me
> you just wanted to monitor your hbase, not your hardware ... ok then
>
> On Fri, Apr 6, 2018 at 4:13 AM, Mark Bonetti >
> wrote:
>
> > Hi,
> > I'm building
OK, guilty as charged. my imagination got away from me
you just wanted to monitor your hbase, not your hardware ... ok then
On Fri, Apr 6, 2018 at 4:13 AM, Mark Bonetti
wrote:
> Hi,
> I'm building a monitoring system for HBase and want to set up default
> alerts (threshold or a
poorly designed
server systems)
its useful to know which HDD/SSDs fail a lot or fail a little, and which
server systems contribute to HDD failures, and which ones dont
just my two cents
On Fri, Apr 6, 2018 at 4:13 AM, Mark Bonetti
wrote:
> Hi,
> I'm building a monitoring system fo
Hi,
I'm building a monitoring system for HBase and want to set up default
alerts (threshold or anomaly) on 2-3 key metrics everyone who uses HBase
typically wants to alert on, but I don't yet have production-grade
experience with HBase.
Importantly, alert rules have to be generally
The major issue with HBase compactions not an excessive CPU or IO usage but
excessive temporary (garbage) objects creation,
which results in a more frequent GC failures and in a some cases - RS shut
downs due to long GC pauses.
That is why so important to keep compactions under control:
disable
Kevin,
Thanks for your answer. We're using Ambari to manage our cluster.
I see an increase of CPU usage and IO but it's not a big one. And this
increase tends to be at the beginning of off-peak window although it's
difficult to tell for sure since our workload comes in bursts and the
picture is n
Alexander,
That is a great series of questions. What are you using for
instrumentation of your HBase cluster? Cloudera Manager, Ambari, Ganglia,
Cacti, etc? You are really asking a lot of performance based metric
questions. I don't think you will be able to answer your questions without
first
Hi,
Tuning HBase performance I've found a lot of settings which affect
compaction process (off-peak hours, time between compactions, compaction
ratio, region sizes, etc.). They all seem to be useful and there are
recommendations in the doc saying which values to set. But I found no way
to assess h
Hi Ted,
Distribution like cloudera hotenswork support SNMP trap and poll on region
server, so its mean support is their. I can configure SNMP on my Hbase
client side but I am looking complete solution covering Region server side.
Thanks
Manjeet
On Thu, Jan 5, 2017 at 9:50 PM, Ted Yu wrote:
> S
SNMP trap goes through UDP port.
To my knowledge, hbase doesn't support SNMP natively.
Suggest polling vendor's mailing list.
On Thu, Jan 5, 2017 at 3:22 AM, Manjeet Singh
wrote:
> Hi All
>
> We are using Cloudera Enterprise edition which is not supporting SNMP
> support for Hbase and licence
Hi All
We are using Cloudera Enterprise edition which is not supporting SNMP
support for Hbase and licence is quite expensive.
does any one know any 3rd party tool which can support SNMP for Hbase.
Does Hbase it self support for SNMP? if yes how can i send traps or poll on
Region server.
Thanks
M
AMS_VALUES/6dff378a2e1c351837f687caa0b642c3
/
Thanks for any help !
Regards
Sebastien
--
View this message in context:
http://apache-hbase.679495.n3.nabble.com/Region-server-monitoring-data-storage-tp4084683.html
Sent from the HBase User mailing list archive at Nabble.com.
View this message in context:
http://apache-hbase.679495.n3.nabble.com/Region-server-monitoring-data-storage-tp4084683.html
Sent from the HBase User mailing list archive at Nabble.com.
er:
/ if (workerThreads > 0) {
serverArgs.maxWorkerThreads(workerThreads);
}/
And the READ_TIMEOUT_OPTION ("t") modifies the "waiting for client" time,
and it's only applicable to the TBoundedThreadPoolServer, wich is not the
default one...
So, summarizing:
- How can we improve the thrift performance?
- Is there a way to change default timeout value to avoid the TIO Errors?
- How can we monitorize the thrift server global performance?
Thank you all folks!!
--
View this message in context:
http://apache-hbase.679495.n3.nabble.com/Thrift-monitoring-and-performance-tp4082865.html
Sent from the HBase User mailing list archive at Nabble.com.
.Context" : "jvm",
>> "tag.ProcessName" : "IPC",
>> "tag.SessionId" : "",
>> "tag.Hostname" : "sqhadoop04.gazeta.pl",
>> "MemNonHeapUsedM" : 93.26676,
>> "MemNonHeapC
The following is available on Master JMX:
"SnapshotNumOps" : {
"description" : "Number of ops for snapshot stats",
"value" : 104439
},
"SnapshotAvgTime" : {
"description" : "Average time for snapshot stats",
"value" : 0.375
},
FYI
On Fri, Jul 3, 2015 at 1:
Hi, is there a metrics to monitor hbase snapshotting?
Thank you.
edM" : 94.89844,
> "MemNonHeapMaxM" : -9.536743E-7,
> "MemHeapUsedM" : 8513.122,
> "MemHeapCommittedM" : 20330.25,
> "MemHeapMaxM" : 20330.25,
> "MemMaxM" : 20330.25,
> and system "top" monitorin
.89844,
"MemNonHeapMaxM" : -9.536743E-7,
"MemHeapUsedM" : 8513.122,
"MemHeapCommittedM" : 20330.25,
"MemHeapMaxM" : 20330.25,
"MemMaxM" : 20330.25,
and system "top" monitoring (all of my hbase processes on the regionserver):
PID USER
o has improved metrics/monitoring support,
> which also appear to use HBase.
>
> -n
>
> [0]: http://bosun.org
> [1]:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=30755705
>
> On Wed, Apr 8, 2015 at 1:14 PM, Siva wrote:
>
> > Hi Otis,
> >
ay be useful when you deploy code that may cause interesting behavior.
> > >
> > > On Mon, Apr 6, 2015 at 5:33 PM, Siva wrote:
> > >
> > > > Hi,
> > > >
> > > > Could someone recommend the good monitoring tools for Hbase to see
> > &
On the OSS side, have a look at Bosun [0]. I haven't used it myself, but it
builds on OpenTSDB, which itself is an HBase application. It looks like the
just-released Ambari 2.0 [1] also has improved metrics/monitoring support,
which also appear to use HBase.
-n
[0]: http://bosun.org
[1]:
u are using a distributor like them. If not,
> OpenTSDB
> > together with Grafana allows you to graph anything and annotate it which
> > may be useful when you deploy code that may cause interesting behavior.
> >
> > On Mon, Apr 6, 2015 at 5:33 PM, Siva wrote:
> >
&g
captures a pile of HBase
> metrics <
> http://blog.sematext.com/2015/03/24/hbase-0-98-monitoring-support/>,
> has built in alerting, anomaly detection, event and log correlation, even
> transaction tracking. Here's one of the interesting HBase metrics in SPM I
&g
may cause interesting behavior.
>
> On Mon, Apr 6, 2015 at 5:33 PM, Siva wrote:
>
> > Hi,
> >
> > Could someone recommend the good monitoring tools for Hbase to see
> > distribution of data over the regions, Hfiles for a table, how the reads
> > are happ
Hi Siva,
Have a look at SPM <http://sematext.com/>. It captures a pile of HBase
metrics <http://blog.sematext.com/2015/03/24/hbase-0-98-monitoring-support/>,
has built in alerting, anomaly detection, event and log correlation, even
transaction tracking. Here's one of the
d someone recommend the good monitoring tools for Hbase to see
> distribution of data over the regions, Hfiles for a table, how the reads
> are happening on each region and to collect some metrics.
>
> Any recommendations are appreciated.
>
> Thanks,
> Siva.
>
Hi,
Could someone recommend the good monitoring tools for Hbase to see
distribution of data over the regions, Hfiles for a table, how the reads
are happening on each region and to collect some metrics.
Any recommendations are appreciated.
Thanks,
Siva.
Hi Giuseppe et al.
Within HP, we've started to add HBase Monitoring into HP Data Services Manager
(HP DSM). In 1.4, you'll see a HBase dashboard, consolidated HBase log
messages, and HBase health checks. You'll also see a LOT of the HBase
performance metrics landed in tables
Giuseppe,
As far as metrics go:
If you want a monitoring solution which doesn't require HBase for
course grain metrics I highly recommend graphite. It has become a bit
of an industry standard and you may find your ops guy already has it
setup. OpenTSDB requires HBase as it's datastore
Hi all,
we are using HBase in a couple of our clusters and under heavy loads
when something bad happens we do not have any clues on what happens and
why. Ganglia and Nagios are not helping. We created a dashboard with the
ELK stack using the metrics exposed by the region servers and the master
s
Apologies. The Subject was supposed to be *Hbase Monitoring using JMX*
On Wed, Jun 12, 2013 at 1:00 PM, Hanish Bansal <
hanish.bansal.agar...@gmail.com> wrote:
> Hi
>
> I am trying to monitor HBase using JMX.
>
> I enabled JMX using *$HABASE_HOME/conf/hbase-env.sh* co
Hi
I am trying to monitor HBase using JMX.
I enabled JMX using *$HABASE_HOME/conf/hbase-env.sh* configuration file by
adding the following lines:
*export HBASE_JMX_BASE="-Dcom.sun.management.jmxremote.ssl=false**
-Dcom.sun.management.jmxremote.authenticate=false"**export
HBASE_MASTER_OPTS="$HBAS
Sounds like you're looking to see what rows are being selected within a region.
In theory you could do this w coprocessors, but I wouldn't recommend it.
You're going to take a huge performance hit and you'd have a hard time
justifying it. (IMHO)
The problem w a Debug mode is that once you load
Hello Rita,
Monitoring at what level?Do you want to print the roewkeys while you
are processing or is it something else?
Warm Regards,
Tariq
https://mtariq.jux.com/
cloudfront.blogspot.com
On Tue, Feb 5, 2013 at 6:57 PM, Rita wrote:
> hi,
>
> is it possible to see what keys
On Mon, Oct 1, 2012 at 10:52 PM, techbuddy wrote:
> As for programmatic monitoring, I was trying to figure out how to extend the
> already available metrics capture mechanism (available for Region server and
> Master server processes) to dump some *custom *metrics into a file (us
Thanks for that link Otis! This indeed allows completely overriding the
default monitoring by Hbase, however what we are looking at really is
capturing some additional metrics over and above what the monitoring is
already generating.
So, we figured a way to achieve that through co-processors as
ng to get existing HBase metrics there is SPM
(http://sematext.com/spm/index.html), Ganglia, etc.
Otis
On Tue, Oct 2, 2012 at 1:52 AM, techbuddy wrote:
> Thanks for clarifying the usage part out Stack!
>
> As for programmatic monitoring, I was trying to figure out how to extend the
>
Thanks for clarifying the usage part out Stack!
As for programmatic monitoring, I was trying to figure out how to extend the
already available metrics capture mechanism (available for Region server and
Master server processes) to dump some *custom *metrics into a file (using
the
On Mon, Oct 1, 2012 at 3:17 PM, techbuddy wrote:
> Hi all Hbase veterans, gurus, newbies,
>
> I'm trying to figure out how to go about programmatically monitoring an
> Hbase cluster using the APIs listed @
> http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/monitoring/
Hi all Hbase veterans, gurus, newbies,
I'm trying to figure out how to go about programmatically monitoring an
Hbase cluster using the APIs listed @
http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/monitoring/package-summary.html.
I couldn't land any webdoc explaining how to use
What I was trying to ensure is that major compactions don't affect data
read by a subsequent scanner - as I do major compactions periodically
inside the code in order to free space and improve performance.
Then I found this issue:
https://issues.apache.org/jira/browse/HBASE-5121 and I was kind
The way we do it is here is by reading the jmx metrics (in java via
javax.management.remote) that the region server outputs instead of
querying directly the region server. What you are doing is kinda
hacky.
J-D
On Sat, Sep 22, 2012 at 7:58 AM, Ioakim Perros wrote:
> Hi,
>
> I would like to progr
Hi,
I would like to programmatically major compact a table's regions, but I
would like to check if major compaction ended (i.e.: compaction queue
size goes to zero).
I tried to do it through the following code but it failed throwing a
null pointer exc.
HBaseAdmin admin = new HBaseAdmin(con
My TSDB dashboard (that pulls in those metrics) has:
- request rate
- GC
- compactions queue
- IO wait
- User CPU
J-D
On Fri, Feb 24, 2012 at 2:16 PM, Peter Wolf wrote:
> OK I have Ganglia up and running. I can see tons of metrics. Quite
> overwhelming...
>
> I want to monitor my system for p
OK I have Ganglia up and running. I can see tons of metrics. Quite
overwhelming...
I want to monitor my system for potential trouble. Can anyone suggest a
top ten that I should watch?
For example, "HBase: The Definitive Guide" states "The compaction queue
size is another recommended early
Thanks!
Yes, that's right. We have been very very pleased with the ease and
performance of HBase. The only hard part was getting it going properly
in EC2. The actual code and schema design was straightforward thanks to
the guides, book and mostly the helpful people on this list.
Thanks to
On 02/24/2012 11:20 AM, Peter Wolf wrote:
Hello again all,
We have had a very successful time with HBase and are now ready to
deploy.
If I get this right, you were doing your first installation on Hbase
only 45 days ago? If so, that is impressive progress; congratulations
and all the best
Hello again all,
We have had a very successful time with HBase and are now ready to
deploy. Our application needs to deal with millions of interactions per
day, and is hosted on Amazon. We are currently using a 3 machine
cluster for HBase.
We need to set up automatic alarms and reports, so
Hi Thomas,
No specific guide for monitoring performance but I strongly recommend
that you read the following sections of the book:
http://hbase.apache.org/book/performance.html
http://hbase.apache.org/book/trouble.html
And regarding general advices, lookout for swap and high iowait,
verify that
Hello,
we are in process running our first load test on a Cloudera test cluster
with 8 region servers. We also have Ganglia in use for monitoring. I
wonder what counters one should watch out during the tests to identify
possible bottlenecks, improvements etc ... Is there some kind of quick
ase.apache.org"
>Sent: Friday, July 29, 2011 5:13 PM
>Subject: Re: Monitoring
>
>Hello,
>
>I was just looking at Ganglia that one of our customers uses for their 200+
>node HBase cluster. I do not find Ganglia very nice. For example, I don't
>think I can ma
t;
>Sent: Monday, July 25, 2011 11:09 AM
>Subject: Monitoring
>
>Greetings,
>
>I am relatively new to Hadoop but we now have an 10 node cluster up and
>running just DFS for now and will be expanding this rapidly as well as adding
>Hbase. I am looking to find out what people ar
I think we should also avoid hijacking threads for that sort of
discussion (sorry Joseph!).
J-D
On Mon, Jul 25, 2011 at 9:08 PM, Stack wrote:
> I made a patch for the manual updating our Cloudera text some and
> adding in MapR reference. I did it here:
> https://issues.apache.org/jira/browse/HB
I made a patch for the manual updating our Cloudera text some and
adding in MapR reference. I did it here:
https://issues.apache.org/jira/browse/HBASE-4140 My wordsmithing is
not the best so input appreciated. Will just commit tomorrow and push
it out if nought said.
St.Ack
On Mon, Jul 25, 20
an the
> >explained FOSS option is totally acceptable.
> >
> >Best regards,
> >
> >
> > - Andy
> >
> >Problems worthy of attack prove their worth by hitting back. - Piet Hein
> >(via Tom White)
> >
> >
> >- Original Message -
> >
rthy of attack prove their worth by hitting back. - Piet Hein
>(via Tom White)
>
>
>- Original Message -
>> From: Todd Lipcon
>> To: user@hbase.apache.org
>> Cc:
>> Sent: Monday, July 25, 2011 11:45 AM
>> Subject: Re: Monitoring
>>
>>
> From: Jeff Whiting
> If Ted had answered the post along the lines of (I ganked the reply from
> Joey):
>
> Hadoop and HBase are pretty monitoring tool agnostic. It does provide
> a number of metrics via JMX and a REST interface which you can tie
> into the mo
m White)
- Original Message -
> From: Todd Lipcon
> To: user@hbase.apache.org
> Cc:
> Sent: Monday, July 25, 2011 11:45 AM
> Subject: Re: Monitoring
>
> On Mon, Jul 25, 2011 at 11:28 AM, Ted Dunning
> wrote:
>
>> I am very sympathetic here. Also, somewh
other
options exist the commercial software. I think Ted understood this when he started his email
"Slightly off topic..."
If Ted had answered the post along the lines of (I ganked the reply from Joey):
Hadoop and HBase are pretty monitoring tool agnostic. It does provide
a number
On Mon, Jul 25, 2011 at 1:17 PM, Todd Lipcon wrote:
> On Mon, Jul 25, 2011 at 1:09 PM, Ryan Rawson wrote:
>
> > But surely for logical consistency, we should not favor one vendor (as
> > we have been for a year now), over another. So would it be correct to
> > continue to suggest to users they u
I think it's fair to note which environments you can run HBase on top
of. If we disallow that then we will have the tricky bit where there
is no ASF release of Hadoop that is suitable to run HBase on top of.
And who knows, perhaps the ceph guys, or openstack or might
come up with a suitable HDFS
On Mon, Jul 25, 2011 at 1:20 PM, Buttler, David wrote:
> However, only two vendors deliver a platform that supports hbase (with
> append): Cloudera and MapR. HortonWorks and ASF do not (to my knowledge). I
> am not sure I can count hard to find/compile branches that exist in ASF's
> version co
both have free versions.
Cloudera has a license advantage.
I haven't finished a detailed feature comparison, so I can't comment there yet.
Dave
-Original Message-
From: Ryan Rawson [mailto:ryano...@gmail.com]
Sent: Monday, July 25, 2011 1:10 PM
To: user@hbase.apache.org
Sub
On Mon, Jul 25, 2011 at 1:09 PM, Ryan Rawson wrote:
> But surely for logical consistency, we should not favor one vendor (as
> we have been for a year now), over another. So would it be correct to
> continue to suggest to users they use CDH? After all, even though it
> is ASF2.0 and free, it is
But surely for logical consistency, we should not favor one vendor (as
we have been for a year now), over another. So would it be correct to
continue to suggest to users they use CDH? After all, even though it
is ASF2.0 and free, it is still giving one vendor a leg up over others
(including horton
Hey Joe,
Hadoop and HBase are pretty monitoring tool agnostic. It does provide
a number of metrics via JMX and a REST interface which you can tie
into the monitoring tool of your choice. You can enable collection via
the REST service by editing
$HADOOP_HOME/conf/hadoop-metrics.properties and
On Mon, Jul 25, 2011 at 11:55 AM, Ted Dunning wrote:
> Todd,
>
> Good to have you weigh in on this. You provide a good counterweight.
>
> To take a new hypothetical, suppose that one of the many, many patches that
> Cloudera has championed for Hadoop is critical for Hbase operation or makes
> Hb
> IMO, an answer that was just "Fixed in CDH, followups off-list" would
> be deserving of a yellow card.
>
> IMO, if the answer was 'No but it is fixed in CDH...', that might be
> sufficient (You've answered the question first and then diverted the
> user). If the 'No' and the '.. it is fixed...'
On Mon, Jul 25, 2011 at 11:55 AM, Ted Dunning wrote:
> Is it reasonable to answer a question of the form "Is HDFS-xxx fixed?" with
> "Fixed in CDH, followups off-list"?
>
> That seems to be important information for not just the original poster but
> others who may have the same problem.
>
> What
On Mon, Jul 25, 2011 at 12:00 PM, Stack wrote:
> I felt you deserved the yellow card because the first response out the
> gate was '(Slightly) off topic' and could be read as a plug for a
> commercial product.
>
Yellow accepted.
> > Another answer that I want to underscore is "MapR supports Hb
On Mon, Jul 25, 2011 at 11:28 AM, Ted Dunning wrote:
> I am very sympathetic here. Also, somewhat linguistically challenged on
> this point since there is a fine line to be walked. All suggestions are
> welcome.
>
Understood. I'm afraid I'm not known for finesse so its hard to
advise navigatin
Todd,
Good to have you weigh in on this. You provide a good counterweight.
To take a new hypothetical, suppose that one of the many, many patches that
Cloudera has championed for Hadoop is critical for Hbase operation or makes
Hbase faster.
Is it reasonable to answer a question of the form "Is
Let's all resolve not to do that (on-list, particularly).
On Mon, Jul 25, 2011 at 11:45 AM, Todd Lipcon wrote:
> Then we devolve into an annoying
> vendor war which doesn't help anyone.
>
e:
> > > Slightly off topic, but MapR runs Hbase very handily (several times
> > faster,
> > > in fact) and provides comprehensive monitoring and alerting out of the
> > box.
> > >
> >
> > Hey Ted:
> >
> > MapR is good stuff indeed but th
base very handily (several times
> faster,
> > in fact) and provides comprehensive monitoring and alerting out of the
> box.
> >
>
> Hey Ted:
>
> MapR is good stuff indeed but the above can be read as a raw plug for
> a non-open-source/commercial product.
>
> I&
On Mon, Jul 25, 2011 at 8:54 AM, Ted Dunning wrote:
> Slightly off topic, but MapR runs Hbase very handily (several times faster,
> in fact) and provides comprehensive monitoring and alerting out of the box.
>
Hey Ted:
MapR is good stuff indeed but the above can be read as a raw plug
Slightly off topic, but MapR runs Hbase very handily (several times faster,
in fact) and provides comprehensive monitoring and alerting out of the box.
Contact me off-list for details if you like.
On Mon, Jul 25, 2011 at 8:09 AM, Joseph Coleman <
joe.cole...@infinitecampus.com>
Greetings,
I am relatively new to Hadoop but we now have an 10 node cluster up and running
just DFS for now and will be expanding this rapidly as well as adding Hbase. I
am looking to find out what people are using for monitoring Hadoop currently. I
want to be notified if a node fails
y go beyond the 60s zookeeper timeout will
> cause hbase nodes to shutdown. We want a nagios alarm/text message to be
> sent to let us know we have to go restart the region server.
>
> I know we can figure out something on our own...but wanted to see if there
> are some std methods for monit
for monitoring that have been developed and shared that
we can use.
Thanks.
You probably want to read this...
http://hbase.apache.org/book.html#performance
-Original Message-
From: Hiller, Dean x66079 [mailto:dean.hil...@broadridge.com]
Sent: Sunday, June 05, 2011 7:22 PM
To: hbase-u...@hadoop.apache.org
Subject: performance monitoring question
So, we were
s was at 100% utilization or something that is not
measurable. The disk was not really showing anything vs. when we make hadoop
map/reduce against Sybase and we see the disk utilization go to 100% making it
easy to spot. Anyone have any experience with monitoring at all and good stats
to ca
Hi,
If you monitor hbase cluster through stargate, please share your experience.
Thanks
Hi guys,
I'm setting up ganglia monitoring for our hbase and hadoop clusters
and was wondering if someone could share their related ganglia-web
report files here (files in graph.d directory). Separate metrics
graphs are somewhat useful, but I bet people come up with much more
useful graphs
Hi all,
I am looking for suggestion for using hbase for real time motoring,
We have a heavy traffic (around 6 million logs per hour), I look at
the benchmark of hbase, it seems it is near the edge of hbase's
insertion performance. And I meet some problem when doing heavy
insertion operation ( demon
We use ganglia at StumbleUpon, to enable metrics see
http://hbase.apache.org/docs/r0.20.5/metrics.html
J-D
On Fri, Jun 25, 2010 at 11:52 AM, Palaniappan Thiyagarajan
wrote:
> Hi,
>
> I would like to know what kind of monitoring you are having for your
> production env and any monit
Hi,
I would like to know what kind of monitoring you are having for your production
env and any monitoring script can be shared.
Thanks
Palani
89 matches
Mail list logo