ddanielr commented on code in PR #3228:
URL: https://github.com/apache/accumulo/pull/3228#discussion_r1144164218


##########
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/tableExport/WriteExportFiles.java:
##########
@@ -196,12 +223,16 @@ public static void exportTable(VolumeManager fs, 
ServerContext context, String t
   }
 
   private static void createDistcpFile(VolumeManager fs, String exportDir, 
Path exportMetaFilePath,
-      Map<String,String> uniqueFiles) throws IOException {
-    BufferedWriter distcpOut = new BufferedWriter(
-        new OutputStreamWriter(fs.create(new Path(exportDir, "distcp.txt")), 
UTF_8));
+      Set<String> uniqueFiles, String volumeName) throws IOException {
+    if (volumeName.contains(":")) {

Review Comment:
   
[92e5ffc](https://github.com/apache/accumulo/pull/3228/commits/92e5ffc2af90bd390957b8169f637f1a712ea619)
 fixed this 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to