enrichment_country #203

Merged
claudio.atzori merged 4 commits from enrichment_country into beta 2022-03-11 14:27:02 +01:00

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

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
miriam.baglioni added the
bug
label 2022-03-11 14:15:35 +01:00
alessia.bardi was assigned by miriam.baglioni 2022-03-11 14:15:35 +01:00
claudio.atzori was assigned by miriam.baglioni 2022-03-11 14:15:35 +01:00
miriam.baglioni added 3 commits 2022-03-11 14:15:35 +01:00
miriam.baglioni added 1 commit 2022-03-11 14:17:08 +01:00
claudio.atzori reviewed 2022-03-11 14:24:25 +01:00
@ -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.

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.
claudio.atzori merged commit d48ccfd65e into beta 2022-03-11 14:27:02 +01:00
Sign in to join this conversation.
No description provided.