[jira] [Assigned] (HBASE-4688) Make it so can run PE w/o having to put hbase jar on CLASSPATH

2012-02-29 Thread Todd Lipcon (Assigned) (JIRA)

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

Todd Lipcon reassigned HBASE-4688:
--

Assignee: stack

 Make it so can run PE w/o having to put hbase jar on CLASSPATH
 --

 Key: HBASE-4688
 URL: https://issues.apache.org/jira/browse/HBASE-4688
 Project: HBase
  Issue Type: Bug
Reporter: stack
Assignee: stack
 Fix For: 0.92.0

 Attachments: pe.txt


 I need this:
 {code}
 diff --git a/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java 
 b/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
 index 3982eff..ef47d0d 100644
 --- a/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
 +++ b/src/test/java/org/apache/hadoop/hbase/PerformanceEvaluation.java
 @@ -570,6 +570,9 @@ public class PerformanceEvaluation {
  TextOutputFormat.setOutputPath(job, new Path(inputDir,outputs));
  
  TableMapReduceUtil.addDependencyJars(job);
 +// Add a Class from the hbase.jar so it gets registered too.
 +TableMapReduceUtil.addDependencyJars(job.getConfiguration(),
 +  org.apache.hadoop.hbase.util.Bytes.class);
  job.waitForCompletion(true);
}
 {code}

--
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] [Assigned] (HBASE-4403) Adopt interface stability/audience classifications from Hadoop

2012-02-13 Thread Todd Lipcon (Assigned) (JIRA)

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

Todd Lipcon reassigned HBASE-4403:
--

Assignee: (was: Todd Lipcon)

 Adopt interface stability/audience classifications from Hadoop
 --

 Key: HBASE-4403
 URL: https://issues.apache.org/jira/browse/HBASE-4403
 Project: HBase
  Issue Type: Task
Affects Versions: 0.90.5, 0.92.0
Reporter: Todd Lipcon
 Attachments: hbase-4403-nowhere-near-done.txt


 As HBase gets more widely used, we need to be more explicit about which APIs 
 are stable and not expected to break between versions, which APIs are still 
 evolving, etc. We also have many public classes that are really internal to 
 the RS or Master and not meant to be used by users. Hadoop has adopted a 
 classification scheme for audience (public, private, or limited-private) as 
 well as stability (stable, evolving, unstable). I think we should copy these 
 annotations to HBase and start to classify our public classes.

--
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] [Assigned] (HBASE-4050) Update HBase metrics framework to metrics2 framework

2012-02-07 Thread Todd Lipcon (Assigned) (JIRA)

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

Todd Lipcon reassigned HBASE-4050:
--

Assignee: Shaneal Manek

 Update HBase metrics framework to metrics2 framework
 

 Key: HBASE-4050
 URL: https://issues.apache.org/jira/browse/HBASE-4050
 Project: HBase
  Issue Type: New Feature
  Components: metrics
Affects Versions: 0.90.4
 Environment: Java 6
Reporter: Eric Yang
Assignee: Shaneal Manek
Priority: Critical

 Metrics Framework has been marked deprecated in Hadoop 0.20.203+ and 0.22+, 
 and it might get removed in future Hadoop release.  Hence, HBase needs to 
 revise the dependency of MetricsContext to use Metrics2 framework.

--
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] [Assigned] (HBASE-4268) Add utility to entirely clear out ZK

2012-01-18 Thread Todd Lipcon (Assigned) (JIRA)

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

Todd Lipcon reassigned HBASE-4268:
--

Assignee: (was: Todd Lipcon)

Nope, I got distracted away from this task a few months ago. I can't seem to 
find the code that I'd started, either.

 Add utility to entirely clear out ZK
 

 Key: HBASE-4268
 URL: https://issues.apache.org/jira/browse/HBASE-4268
 Project: HBase
  Issue Type: New Feature
  Components: scripts
Affects Versions: 0.92.0
Reporter: Todd Lipcon

 In disaster scenarios, sometimes some cruft is left over in ZK, when it would 
 be better to do a truely clean startup. We should add a script which allows 
 the admin to clear out ZK while the cluster is down.

--
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] [Assigned] (HBASE-3949) Add Master link to RegionServer pages

2012-01-04 Thread Todd Lipcon (Assigned) (JIRA)

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

Todd Lipcon reassigned HBASE-3949:
--

Assignee: Gregory Chanan

 Add Master link to RegionServer pages
 ---

 Key: HBASE-3949
 URL: https://issues.apache.org/jira/browse/HBASE-3949
 Project: HBase
  Issue Type: Improvement
  Components: regionserver
Affects Versions: 0.90.3, 0.92.0
Reporter: Lars George
Assignee: Gregory Chanan
Priority: Minor
  Labels: noob

 Use the ZK info where the master is to add a UI link on the top of each 
 RegionServer page. Currently you cannot navigate directly to the Master UI 
 once you are on a RS page.
 Not sure if the info port is exposed OTTOMH, but we could either use the RS 
 local config setting for that or add it to ZK to enable lookup.

--
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] [Assigned] (HBASE-3929) Add option to HFile tool to produce basic stats

2011-10-21 Thread Todd Lipcon (Assigned) (JIRA)

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

Todd Lipcon reassigned HBASE-3929:
--

Assignee: Matteo Bertozzi  (was: Todd Lipcon)

 Add option to HFile tool to produce basic stats
 ---

 Key: HBASE-3929
 URL: https://issues.apache.org/jira/browse/HBASE-3929
 Project: HBase
  Issue Type: New Feature
  Components: io
Affects Versions: 0.92.0
Reporter: Todd Lipcon
Assignee: Matteo Bertozzi
 Fix For: 0.92.0

 Attachments: HBASE-3929-v2.patch, HBASE-3929-v3.patch, 
 hbase-3929-draft.patch, hbase-3929-draft.txt


 In looking at HBASE-3421 I wrote a small tool to scan an HFile and produce 
 some basic statistics about it:
 - min/mean/max key size, value size (uncompressed)
 - min/mean/max number of columns per row (uncompressed)
 - min/mean/max number of bytes per row (uncompressed)
 - the key of the largest row

--
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] [Assigned] (HBASE-3505) hbck should be able to fix case where region is missing from META but on FS

2011-10-20 Thread Todd Lipcon (Assigned) (JIRA)

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

Todd Lipcon reassigned HBASE-3505:
--

Assignee: Jonathan Hsieh  (was: Todd Lipcon)

Jon says this is likely going to be covered by his work in HBASE-4122. 
Assigning to him to either close as dup or pull across the finish line

 hbck should be able to fix case where region is missing from META but on FS
 ---

 Key: HBASE-3505
 URL: https://issues.apache.org/jira/browse/HBASE-3505
 Project: HBase
  Issue Type: Improvement
  Components: hbck
Reporter: Todd Lipcon
Assignee: Jonathan Hsieh
 Attachments: hbase-3505.txt




--
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] [Assigned] (HBASE-4629) enable automated patch testing for hbase

2011-10-19 Thread Todd Lipcon (Assigned) (JIRA)

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

Todd Lipcon reassigned HBASE-4629:
--

Assignee: Giridharan Kesavan

 enable automated patch testing for hbase
 

 Key: HBASE-4629
 URL: https://issues.apache.org/jira/browse/HBASE-4629
 Project: HBase
  Issue Type: New Feature
Reporter: Giridharan Kesavan
Assignee: Giridharan Kesavan

 enable jenkins automated patch testing for hbase project

--
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