forked from D-Net/dnet-hadoop
code formatting
This commit is contained in:
parent
cf8443780e
commit
401dd38074
|
@ -123,7 +123,8 @@ public class CreateActionSetSparkJob implements Serializable {
|
|||
citing = ID_PREFIX + IdentifierFactory
|
||||
.md5(
|
||||
CleaningFunctions
|
||||
.normalizePidValue("doi", value.getCiting().substring(0, value.getCiting().indexOf(".refs"))));
|
||||
.normalizePidValue(
|
||||
"doi", value.getCiting().substring(0, value.getCiting().indexOf(".refs"))));
|
||||
relationList.addAll(getRelations(citing, cited));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@ public class COCI implements Serializable {
|
|||
|
||||
private String cited;
|
||||
|
||||
|
||||
public String getOci() {
|
||||
return oci;
|
||||
}
|
||||
|
@ -37,5 +36,4 @@ public class COCI implements Serializable {
|
|||
this.cited = cited;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -122,8 +122,6 @@ public class ReadCOCITest {
|
|||
"-inputFile", "input1;input2;input3;input4;input5"
|
||||
});
|
||||
|
||||
|
||||
|
||||
final JavaSparkContext sc = JavaSparkContext.fromSparkContext(spark.sparkContext());
|
||||
|
||||
JavaRDD<COCI> tmp = sc
|
||||
|
|
Loading…
Reference in New Issue