[
https://issues.apache.org/jira/browse/HBASE-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581608#action_12581608
]
stack commented on HBASE-536:
-----------------------------
Patch applies for me against TRUNK.
How are you running PE? Hadoop jar needs to come first in the CLASSPATH or
complaint about not being able to find webapps. Is that the exception you are
seeing? PE works for me if I do following: $ ./bin/hbase
org.apache.hadoop.hbase.PerformanceEvaluation sequentialWrite 1 (After starting
up cluster)
Otherwise, go for it; apply the patch.
> Remove MiniDFS startup from MiniHBaseCluster
> --------------------------------------------
>
> Key: HBASE-536
> URL: https://issues.apache.org/jira/browse/HBASE-536
> Project: Hadoop HBase
> Issue Type: New Feature
> Components: test
> Reporter: Bryan Duxbury
> Assignee: Bryan Duxbury
> Priority: Minor
> Fix For: 0.2.0
>
> Attachments: 536.patch
>
>
> Change MiniHBaseCluster to always require a MiniDfs started elsewhere. It
> will decide where to read and write based on the config passed in to its
> constructor.
> HBaseClusterTestCase will be updated to do the MiniDFS spinup and shutdown as
> part of its normal process.
> Completing this issue will prime us for solving the truly external DFS issue
> for making the test suite faster.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.