[
https://issues.apache.org/jira/browse/HBASE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-558.
-------------------------
Resolution: Fixed
hbase and hadoop versions are available in the UI.
Just emission of starttime, java version and ulmit to hbase-daemon.sh. Below
is an example.
{code}
Thu May 15 19:20:16 UTC 2008 Starting regionserver on XX.XX.XX.13.powerset.com
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode)
ulimit -n 16384
2008-05-15 19:20:17,016 INFO org.apache.hadoop.ipc.metrics.RpcMetrics:
Initializing RPC Metrics with hostName=60020, port=60020
2008-05-15 19:20:17,094 DEBUG
org.apache.hadoop.hbase.regionserver.HRegionServer: Telling master at
XX.XX.XX.12.u.powerset.com:60000 that we are up
...
{code}
> Output hbase+hadoop+jvm version as well as java opts, ulimit, into
> master/regionserver log on startup
> -----------------------------------------------------------------------------------------------------
>
> Key: HBASE-558
> URL: https://issues.apache.org/jira/browse/HBASE-558
> Project: Hadoop HBase
> Issue Type: Improvement
> Affects Versions: 0.2.0
> Reporter: stack
> Priority: Minor
> Fix For: 0.2.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.