Guanghao Zhang created HBASE-19255:
--------------------------------------
Summary: PerformanceEvaluation class not found when run PE test
Key: HBASE-19255
URL: https://issues.apache.org/jira/browse/HBASE-19255
Project: HBase
Issue Type: Bug
Reporter: Guanghao Zhang
{code}
mvn clean package install -DskipTests
./hbase org.apache.hadoop.hbase.PerformanceEvaluation --rows=10000 --nomapred
randomWrite 1
{code}
PerformanceEvaluation is in hbase-mapreduce module's test jar. After
HBASE-18640, we move mapreduce out of hbase-server into separate
hbase-mapreduce module. But didn't add the hbase-mapreduce test jar to
hbase-assembly pom.xml. So it didn't add to the default classpath. Then the
PerformanceEvaluation can't found.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)