updated changing in the workflow of provision in the phase of aggregation. Removed serialization in JSON RDD and used spark Dataset

This commit is contained in:
Sandro La Bruzzo 2020-07-30 09:25:32 +02:00
parent 56bbfdc65d
commit 16ae3c9ccf
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package eu.dnetlib.dhp.sx.graph
object SparkSplitOafTODLIEntities {
}

View File

@ -0,0 +1,5 @@
package eu.dnetlib.dhp.sx.graph
object SparkXMLToOAFDataset {
}