Moving Download CSV #137

Merged
claudio.atzori merged 28 commits from refactoring_download_csv into beta 2021-08-13 10:41:02 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 58f241f4a2 - Show all commits

View File

@ -4,6 +4,7 @@ package eu.dnetlib.dhp.common.collection;
import java.io.*;
import java.nio.file.Files;
import jdk.nashorn.internal.ir.annotations.Ignore;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.LocalFileSystem;