forked from D-Net/dnet-hadoop
changed the name from communities_infrastructures to communities_infrastuctures.json
This commit is contained in:
parent
25cbcf6114
commit
32bffb0134
|
@ -88,7 +88,7 @@ public class MakeTar implements Serializable {
|
|||
String p_string = p.toString();
|
||||
if (!p_string.endsWith("_SUCCESS")) {
|
||||
String name = p_string.substring(p_string.lastIndexOf("/") + 1);
|
||||
if (name.trim().equalsIgnoreCase("context")) {
|
||||
if (name.trim().equalsIgnoreCase("communities_infrastructures")) {
|
||||
name = "communities_infrastructures.json";
|
||||
}
|
||||
TarArchiveEntry entry = new TarArchiveEntry(dir_name + "/" + name);
|
||||
|
|
Loading…
Reference in New Issue