forked from D-Net/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[] {
|
new String[] {
|
||||||
"--isSparkSessionManaged", Boolean.FALSE.toString(),
|
"--isSparkSessionManaged", Boolean.FALSE.toString(),
|
||||||
"--sourcePath", sourcePath,
|
"--sourcePath", sourcePath,
|
||||||
"--hive_metastore_uris", "",
|
|
||||||
"-saveGraph", "true",
|
"-saveGraph", "true",
|
||||||
"-resultTableName", Software.class.getCanonicalName(),
|
"-resultTableName", Software.class.getCanonicalName(),
|
||||||
"-outputPath", workingDir.toString() + "/software",
|
"-outputPath", workingDir.toString() + "/software",
|
||||||
|
|
Loading…
Reference in New Issue