Bill Havanki created ACCUMULO-2042:
--------------------------------------
Summary: Scalability test does not run
Key: ACCUMULO-2042
URL: https://issues.apache.org/jira/browse/ACCUMULO-2042
Project: Accumulo
Issue Type: Bug
Components: test
Affects Versions: 1.5.0, 1.4.4
Reporter: Bill Havanki
Attempting to run the scalability test:
{noformat}
cd test/system/scalability && ./run.py Ingest
{noformat}
fails to locate the test class:
java.lang.ClassNotFoundException: accumulo.server.test.scalability.Ingest
This is because the {{Class.forName()}} call in the main {{Run}} class uses an
incorrect package. (This is a Java problem, not a Python problem, so it
persists even in master.)
I would not assume that, once this minor issue is fixed, that the scalability
test will then run without trouble, so consider using this ticket to cover all
work needed to get scalability tests going.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)