drewfarris opened a new pull request #1585: Closes #1576 - Addresses issue causing integration test failures URL: https://github.com/apache/accumulo/pull/1585 I wasn't handling arguments to the import table command properly in `TableOperationsImpl`, and a comma-delimited string of directories was captured and passed to the FATE operation in a single element `Set<String>` instead of a proper Set of multiple directories. This lead to integration test failures on Jenkins. This PR addresses that.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
