dump #50

Merged
claudio.atzori merged 98 commits from miriam.baglioni/dnet-hadoop:dump into master 2020-11-04 18:07:01 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0fba08eae4 - Show all commits

View File

@ -59,7 +59,7 @@ public class MakeTar implements Serializable {
String p_string = p.toString();
String entity = p_string.substring(p_string.lastIndexOf("/") + 1);
writeMaxSize(fileSystem, p_string, outputPath + "/" + entity, entity, 40);
writeMaxSize(fileSystem, p_string, outputPath + "/" + entity, entity, 10);
}
}