enrichment_country #203
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#203
Loading…
Reference in New Issue
No description provided.
Delete Branch "enrichment_country"
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 is to fix the issue with the country propagation which arises when results that should have the country propagated have no URL and so no instance is generated. In cases like this one, no country was added to the result. To overcome this, we select the values of the collectedfrom at the result level. It also revises the code to get rid of hive and compute the preparation step through spark actions
@ -61,3 +62,3 @@
SparkConf conf = new SparkConf();
conf.set("hive.metastore.uris", parser.get("hive_metastore_uris"));
// conf.set("hive.metastore.uris", parser.get("hive_metastore_uris"));
Please clenup: if we don't need to use Hive in this procedure, then we don't need to keep track of the hive-specific parameters, not even as comments.