dlmarion commented on a change in pull request #1964:
URL: https://github.com/apache/accumulo/pull/1964#discussion_r600492458
##########
File path:
server/master/src/main/java/org/apache/accumulo/master/tableOps/BulkImport.java
##########
@@ -266,6 +277,26 @@ public Exception call() throws Exception {
throw ex.get();
}
}
+
Review comment:
Suggest using a serialization framework here to serialize an object to
the file. Is GSON or JAXB on the classpath in 1.10?
--
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]