Test hsqldb server should be memory-only.
-----------------------------------------
Key: MAPREDUCE-918
URL: https://issues.apache.org/jira/browse/MAPREDUCE-918
Project: Hadoop Map/Reduce
Issue Type: Improvement
Components: contrib/sqoop
Reporter: Aaron Kimball
Assignee: Aaron Kimball
Attachments: MAPREDUCE-918.patch
Sqoop launches a standalone hsqldb server for unit tests, but it currently
writes its database to disk and uses a connect string of {{//localhost}}. If
multiple test instances are running concurrently, one test server may serve to
the other instance of the unit tests, causing race conditions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.