[jira] [Updated] (HBASE-14805) status should show the master in shell

2015-12-22 Thread Appy (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Appy updated HBASE-14805:
-
Component/s: shell

> status should show the master in shell
> --
>
> Key: HBASE-14805
> URL: https://issues.apache.org/jira/browse/HBASE-14805
> Project: HBase
>  Issue Type: Improvement
>  Components: shell
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.2.0, 1.3.0, 0.98.17
>
> Attachments: hbase-14805_v1.patch, hbase-14805_v1.patch
>
>
> {{status 'simple'}} or {{'detailed'}} only shows the regionservers and 
> regions, but not the active master. Actually, there is no way to know about 
> the active masters from the shell it seems. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14805) status should show the master in shell

2015-11-18 Thread Enis Soztutar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Enis Soztutar updated HBASE-14805:
--
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

I've committed this to 0.98 and 1.2+. 

> status should show the master in shell
> --
>
> Key: HBASE-14805
> URL: https://issues.apache.org/jira/browse/HBASE-14805
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.2.0, 1.3.0, 0.98.17
>
> Attachments: hbase-14805_v1.patch, hbase-14805_v1.patch
>
>
> {{status 'simple'}} or {{'detailed'}} only shows the regionservers and 
> regions, but not the active master. Actually, there is no way to know about 
> the active masters from the shell it seems. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14805) status should show the master in shell

2015-11-16 Thread Enis Soztutar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Enis Soztutar updated HBASE-14805:
--
Attachment: hbase-14805_v1.patch

> status should show the master in shell
> --
>
> Key: HBASE-14805
> URL: https://issues.apache.org/jira/browse/HBASE-14805
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.2.0, 1.3.0, 0.98.17
>
> Attachments: hbase-14805_v1.patch, hbase-14805_v1.patch
>
>
> {{status 'simple'}} or {{'detailed'}} only shows the regionservers and 
> regions, but not the active master. Actually, there is no way to know about 
> the active masters from the shell it seems. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14805) status should show the master in shell

2015-11-14 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-14805:
---
Fix Version/s: 0.98.17

> status should show the master in shell
> --
>
> Key: HBASE-14805
> URL: https://issues.apache.org/jira/browse/HBASE-14805
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.2.0, 1.3.0, 0.98.17
>
> Attachments: hbase-14805_v1.patch
>
>
> {{status 'simple'}} or {{'detailed'}} only shows the regionservers and 
> regions, but not the active master. Actually, there is no way to know about 
> the active masters from the shell it seems. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14805) status should show the master in shell

2015-11-12 Thread Enis Soztutar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Enis Soztutar updated HBASE-14805:
--
Attachment: hbase-14805_v1.patch

Simple patch: 

{code}
hbase(main):008:0* status 'simple' 
active master:  os-enis-hbase-nov-10-6.novalocal:16000 1447370319440
1 backup masters
os-enis-hbase-nov-10-3.novalocal:16000 1447378876173
7 live servers
os-enis-hbase-nov-10-6.novalocal:16020 1447375439730
requestsPerSecond=0.0, numberOfOnlineRegions=6, usedHeapMB=122, 
maxHeapMB=2007, numberOfStores=66, numberOfStorefiles=10, 
storefileUncompressedSizeMB=6733, storefileSizeMB=4652, 
compressionRatio=0.6909, memstoreSizeMB=0, storefileIndexSizeMB=0, 
readRequestsCount=41780440, writeRequestsCount=0, rootIndexSizeKB=4, 
totalStaticIndexSizeKB=6753, totalStaticBloomSizeKB=69156, 
totalCompactingKVs=0, currentCompactedKVs=0, compactionProgressPct=NaN, 
coprocessors=[SecureBulkLoadEndpoint]
os-enis-hbase-nov-10-7.novalocal:16020 1447374876274
..
{code}

> status should show the master in shell
> --
>
> Key: HBASE-14805
> URL: https://issues.apache.org/jira/browse/HBASE-14805
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.2.0, 1.3.0
>
> Attachments: hbase-14805_v1.patch
>
>
> {{status 'simple'}} or {{'detailed'}} only shows the regionservers and 
> regions, but not the active master. Actually, there is no way to know about 
> the active masters from the shell it seems. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-14805) status should show the master in shell

2015-11-12 Thread Enis Soztutar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-14805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Enis Soztutar updated HBASE-14805:
--
Fix Version/s: 2.0.0
   Status: Patch Available  (was: Open)

> status should show the master in shell
> --
>
> Key: HBASE-14805
> URL: https://issues.apache.org/jira/browse/HBASE-14805
> Project: HBase
>  Issue Type: Improvement
>Reporter: Enis Soztutar
>Assignee: Enis Soztutar
> Fix For: 2.0.0, 1.2.0, 1.3.0
>
> Attachments: hbase-14805_v1.patch
>
>
> {{status 'simple'}} or {{'detailed'}} only shows the regionservers and 
> regions, but not the active master. Actually, there is no way to know about 
> the active masters from the shell it seems. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)