DynamicClassloader test uses an insufficient classpath
------------------------------------------------------
Key: ACCUMULO-523
URL: https://issues.apache.org/jira/browse/ACCUMULO-523
Project: Accumulo
Issue Type: Bug
Components: test
Reporter: Eric Newton
Assignee: John Vines
reported by Keys Botzum:
simple.dynamic.DynamicClassloader fails with class loader issues referencing
both Accumulo and Hadoop classes. I examined simple/dynamic.py and determined
that the class path references weren't sufficient where javac was invoked. I
added the following to the class path command line options for javac and now it
works: /opt/accumulo-1.4.0/lib/*:/opt/mapr/lib/*:/opt/mapr/hadoop/hadoop-0.20.2/lib/*
--
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