[jira] [Updated] (HBASE-5061) StoreFileLocalityChecker

2011-12-26 Thread Andrew Purtell (Updated) (JIRA)

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

Andrew Purtell updated HBASE-5061:
--

Summary: StoreFileLocalityChecker  (was: HFileLocalityChecker)

> StoreFileLocalityChecker
> 
>
> Key: HBASE-5061
> URL: https://issues.apache.org/jira/browse/HBASE-5061
> Project: HBase
>  Issue Type: New Feature
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Minor
> Attachments: StoreFileLocalityChecker.java
>
>
> org.apache.hadoop.hbase.HFileLocalityChecker [options]
> A tool to report the number of local and nonlocal HFile blocks, and the ratio 
> of as a percentage.
> Where options are:
> |-f |Analyze a store file|
> |-r |Analyze all store files for the region|
> |-t |Analyze all store files for regions of the table served by the 
> local regionserver|
> |-h |Consider  local, defaults to the local host|
> |-v|Verbose operation|

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5061) StoreFileLocalityChecker

2012-07-06 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-5061:
--

Attachment: HBASE-5061-0.94.patch
HBASE-5061.patch

Latest patch adds a mode where if processing a table (-t) and a host is not 
specified (-h), then all active hosts in ClusterStatus will be enumerated to 
process regions for the given table.

This addresses above feedback. Will test on a live cluster and commit if the 
results are good.

> StoreFileLocalityChecker
> 
>
> Key: HBASE-5061
> URL: https://issues.apache.org/jira/browse/HBASE-5061
> Project: HBase
>  Issue Type: New Feature
>Affects Versions: 0.96.0, 0.94.1
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Minor
> Attachments: HBASE-5061-0.94.patch, HBASE-5061-0.94.patch, 
> HBASE-5061.patch, HBASE-5061.patch
>
>
> org.apache.hadoop.hbase.HFileLocalityChecker [options]
> A tool to report the number of local and nonlocal HFile blocks, and the ratio 
> of as a percentage.
> Where options are:
> |-f |Analyze a store file|
> |-r |Analyze all store files for the region|
> |-t |Analyze all store files for regions of the table served by the 
> local regionserver|
> |-h |Consider  local, defaults to the local host|
> |-v|Verbose operation|

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5061) StoreFileLocalityChecker

2012-07-06 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-5061:
--

Comment: was deleted

(was: -1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12533510/HBASE-5061-0.94.patch
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  The patch doesn't appear to include any new or modified 
tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

+1 hadoop2.0.  The patch compiles against the hadoop 2.0 profile.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

-1 findbugs.  The patch appears to introduce 6 new Findbugs (version 1.3.9) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

 -1 core tests.  The patch failed these unit tests:
   
org.apache.hadoop.hbase.io.hfile.TestForceCacheImportantBlocks

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2262//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2262//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2262//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2262//console

This message is automatically generated.)

> StoreFileLocalityChecker
> 
>
> Key: HBASE-5061
> URL: https://issues.apache.org/jira/browse/HBASE-5061
> Project: HBase
>  Issue Type: New Feature
>Affects Versions: 0.96.0, 0.94.1
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Minor
> Attachments: HBASE-5061-0.94.patch, HBASE-5061-0.94.patch, 
> HBASE-5061.patch, HBASE-5061.patch
>
>
> org.apache.hadoop.hbase.HFileLocalityChecker [options]
> A tool to report the number of local and nonlocal HFile blocks, and the ratio 
> of as a percentage.
> Where options are:
> |-f |Analyze a store file|
> |-r |Analyze all store files for the region|
> |-t |Analyze all store files for regions of the table served by the 
> local regionserver|
> |-h |Consider  local, defaults to the local host|
> |-v|Verbose operation|

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5061) StoreFileLocalityChecker

2012-07-06 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-5061:
--

Attachment: HBASE-5061-0.94.patch
HBASE-5061.patch

> StoreFileLocalityChecker
> 
>
> Key: HBASE-5061
> URL: https://issues.apache.org/jira/browse/HBASE-5061
> Project: HBase
>  Issue Type: New Feature
>Affects Versions: 0.96.0, 0.94.1
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Minor
> Attachments: HBASE-5061-0.94.patch, HBASE-5061-0.94.patch, 
> HBASE-5061-0.94.patch, HBASE-5061.patch, HBASE-5061.patch, HBASE-5061.patch
>
>
> org.apache.hadoop.hbase.HFileLocalityChecker [options]
> A tool to report the number of local and nonlocal HFile blocks, and the ratio 
> of as a percentage.
> Where options are:
> |-f |Analyze a store file|
> |-r |Analyze all store files for the region|
> |-t |Analyze all store files for regions of the table served by the 
> local regionserver|
> |-h |Consider  local, defaults to the local host|
> |-v|Verbose operation|

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5061) StoreFileLocalityChecker

2012-06-26 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-5061:
--

Attachment: (was: StoreFileLocalityChecker.java)

> StoreFileLocalityChecker
> 
>
> Key: HBASE-5061
> URL: https://issues.apache.org/jira/browse/HBASE-5061
> Project: HBase
>  Issue Type: New Feature
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Minor
>
> org.apache.hadoop.hbase.HFileLocalityChecker [options]
> A tool to report the number of local and nonlocal HFile blocks, and the ratio 
> of as a percentage.
> Where options are:
> |-f |Analyze a store file|
> |-r |Analyze all store files for the region|
> |-t |Analyze all store files for regions of the table served by the 
> local regionserver|
> |-h |Consider  local, defaults to the local host|
> |-v|Verbose operation|

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5061) StoreFileLocalityChecker

2012-06-26 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-5061:
--

Attachment: HBASE-5061-0.94.patch
HBASE-5061.patch

> StoreFileLocalityChecker
> 
>
> Key: HBASE-5061
> URL: https://issues.apache.org/jira/browse/HBASE-5061
> Project: HBase
>  Issue Type: New Feature
>Affects Versions: 0.96.0, 0.94.1
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Minor
> Attachments: HBASE-5061-0.94.patch, HBASE-5061.patch
>
>
> org.apache.hadoop.hbase.HFileLocalityChecker [options]
> A tool to report the number of local and nonlocal HFile blocks, and the ratio 
> of as a percentage.
> Where options are:
> |-f |Analyze a store file|
> |-r |Analyze all store files for the region|
> |-t |Analyze all store files for regions of the table served by the 
> local regionserver|
> |-h |Consider  local, defaults to the local host|
> |-v|Verbose operation|

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5061) StoreFileLocalityChecker

2012-06-26 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-5061:
--

Affects Version/s: 0.94.1
   0.96.0
   Status: Patch Available  (was: Open)

> StoreFileLocalityChecker
> 
>
> Key: HBASE-5061
> URL: https://issues.apache.org/jira/browse/HBASE-5061
> Project: HBase
>  Issue Type: New Feature
>Affects Versions: 0.96.0, 0.94.1
>Reporter: Andrew Purtell
>Assignee: Andrew Purtell
>Priority: Minor
> Attachments: HBASE-5061-0.94.patch, HBASE-5061.patch
>
>
> org.apache.hadoop.hbase.HFileLocalityChecker [options]
> A tool to report the number of local and nonlocal HFile blocks, and the ratio 
> of as a percentage.
> Where options are:
> |-f |Analyze a store file|
> |-r |Analyze all store files for the region|
> |-t |Analyze all store files for regions of the table served by the 
> local regionserver|
> |-h |Consider  local, defaults to the local host|
> |-v|Verbose operation|

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5061) StoreFileLocalityChecker

2014-05-11 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-5061:
--

Affects Version/s: (was: 0.94.1)
   (was: 0.95.2)
   Status: Open  (was: Patch Available)

> StoreFileLocalityChecker
> 
>
> Key: HBASE-5061
> URL: https://issues.apache.org/jira/browse/HBASE-5061
> Project: HBase
>  Issue Type: New Feature
>Reporter: Andrew Purtell
>Priority: Minor
> Attachments: HBASE-5061-0.94.patch, HBASE-5061-0.94.patch, 
> HBASE-5061-0.94.patch, HBASE-5061.patch, HBASE-5061.patch, HBASE-5061.patch
>
>
> org.apache.hadoop.hbase.HFileLocalityChecker [options]
> A tool to report the number of local and nonlocal HFile blocks, and the ratio 
> of as a percentage.
> Where options are:
> |-f |Analyze a store file|
> |-r |Analyze all store files for the region|
> |-t |Analyze all store files for regions of the table served by the 
> local regionserver|
> |-h |Consider  local, defaults to the local host|
> |-v|Verbose operation|



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HBASE-5061) StoreFileLocalityChecker

2014-05-11 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-5061:
--

Assignee: (was: Andrew Purtell)

> StoreFileLocalityChecker
> 
>
> Key: HBASE-5061
> URL: https://issues.apache.org/jira/browse/HBASE-5061
> Project: HBase
>  Issue Type: New Feature
>Reporter: Andrew Purtell
>Priority: Minor
> Attachments: HBASE-5061-0.94.patch, HBASE-5061-0.94.patch, 
> HBASE-5061-0.94.patch, HBASE-5061.patch, HBASE-5061.patch, HBASE-5061.patch
>
>
> org.apache.hadoop.hbase.HFileLocalityChecker [options]
> A tool to report the number of local and nonlocal HFile blocks, and the ratio 
> of as a percentage.
> Where options are:
> |-f |Analyze a store file|
> |-r |Analyze all store files for the region|
> |-t |Analyze all store files for regions of the table served by the 
> local regionserver|
> |-h |Consider  local, defaults to the local host|
> |-v|Verbose operation|



--
This message was sent by Atlassian JIRA
(v6.2#6252)