forked from D-Net/dnet-hadoop
max allowed size per file 10 Gb
This commit is contained in:
parent
b828587252
commit
0fba08eae4
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue