forked from antonis.lempesis/dnet-hadoop
modified test because of new step of data preparation. It now expects to find ResultCountrySet serialization nstead of DatasourceCountry
This commit is contained in:
parent
d6b9de9f46
commit
53952707b6
|
@ -77,7 +77,6 @@ public class CountryPropagationJobTest {
|
|||
new String[] {
|
||||
"--isSparkSessionManaged", Boolean.FALSE.toString(),
|
||||
"--sourcePath", sourcePath,
|
||||
"--hive_metastore_uris", "",
|
||||
"-saveGraph", "true",
|
||||
"-resultTableName", Software.class.getCanonicalName(),
|
||||
"-outputPath", workingDir.toString() + "/software",
|
||||
|
|
Loading…
Reference in New Issue