Billie Rinaldi created ACCUMULO-730:
---------------------------------------
Summary: Run MR tests using local job tracker
Key: ACCUMULO-730
URL: https://issues.apache.org/jira/browse/ACCUMULO-730
Project: Accumulo
Issue Type: Task
Components: test
Reporter: Billie Rinaldi
Assignee: Billie Rinaldi
Fix For: 1.5.0
This can be done by setting the following properties, then calling
ToolRunner.run.
conf.set("mapred.job.tracker", "local");
conf.set("fs.default.name", "file:///");
If it doesn't take too much longer to run this way in a junit test, it would be
preferable to the manual context creation that is currently being done.
--
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