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 dabb33e018 - Show all commits

View File

@ -84,7 +84,7 @@ public class MakeTar implements Serializable {
final long numberOfSplits = sourceSize / bytesPerSplit;
if (numberOfSplits <= 1) {
if (numberOfSplits < 2) {
write(fileSystem, inputPath, outputPath + ".tar", dir_name);
} else {
int partNum = 0;