[UnresolvedEntities] changing in the creation of the unresolved entities #346
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#346
Loading…
Reference in New Issue
No description provided.
Delete Branch "fos"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR introduces the following changes:
When running the workflow, it assumes to receive the input parameter delimiter which states the char used to split the values in the csv. Instead, the Bip input path parameter should be removed.
@ -11,21 +11,43 @@ public class FOSDataModel implements Serializable {
private String doi;
@CsvBindByPosition(position = 1)
// @CsvBindByName(column = "doi")
In case you preferred using the position - based annotations, then consider to remove the column - based ones instead of keeping them commented in the code.
Please try to check if the spark native CSV reading capabilities works fine with the FOS Dataset, e.g.
See more @ https://spark.apache.org/docs/2.4.6/sql-data-sources-load-save-functions.html