dump #50

Merged
claudio.atzori merged 98 commits from miriam.baglioni/dnet-hadoop:dump into master 2020-11-04 18:07:01 +01:00

changes in this PR:

  • Class to create an archive moved to common module. It is now possible to specify the maz size in GB of each archive to be created
  • changed the parameter for the upload in Zenodo. Now we have three possible values for the uload:
    • new for a brand new deposition
    • version for a new version of an old deposition (the concept record id is needed in this case)
    • upload to continue uploading a not yet published deposition (deposition id needed in this case)
changes in this PR: - Class to create an archive moved to common module. It is now possible to specify the maz size in GB of each archive to be created - changed the parameter for the upload in Zenodo. Now we have three possible values for the uload: - new for a brand new deposition - version for a new version of an old deposition (the concept record id is needed in this case) - upload to continue uploading a not yet published deposition (deposition id needed in this case)
miriam.baglioni added the
enhancement
label 2020-11-04 10:26:00 +01:00
sandro.labruzzo was assigned by miriam.baglioni 2020-11-04 10:26:00 +01:00
claudio.atzori was assigned by miriam.baglioni 2020-11-04 10:26:00 +01:00
claudio.atzori reviewed 2020-11-04 16:51:39 +01:00
@ -110,3 +73,1 @@
ar.close();
}
// private static TarArchiveOutputStream getTar(FileSystem fileSystem, String outputPath) throws IOException {

Please delete commented code. It was factored out in the MakeTar utility class, right?

Please delete commented code. It was factored out in the MakeTar utility class, right?
claudio.atzori reviewed 2020-11-04 16:54:07 +01:00
@ -381,0 +398,4 @@
}
private static <I extends Instance> void setCommonValue(eu.dnetlib.dhp.schema.oaf.Instance i, I instance) {// <I
// extends

further comments to drop

further comments to drop
claudio.atzori requested changes 2020-11-04 16:56:51 +01:00
claudio.atzori left a comment
Owner

Please move all the PidGraph stuff in a different branch.

Please move all the PidGraph stuff in a different branch.
Author
Member

Check it now. I have removed the pid graph dump stuff and also the commented lines

Check it now. I have removed the pid graph dump stuff and also the commented lines
claudio.atzori closed this pull request 2020-11-04 18:07:01 +01:00
Sign in to join this conversation.
No description provided.