forked from D-Net/dnet-hadoop
[UsageCount] fixed typo in attribute name for datasource table
This commit is contained in:
parent
9963fd6d29
commit
7738372125
|
@ -75,7 +75,7 @@ public class SparkAtomicActionUsageJob implements Serializable {
|
|||
removeOutputDir(spark, outputPath);
|
||||
prepareData(dbname, spark, workingPath + "/usageDb", "usage_stats", "result_id");
|
||||
prepareData(dbname, spark, workingPath + "/projectDb", "project_stats", "id");
|
||||
prepareData(dbname, spark, workingPath + "/datasourceDb", "datasource_stats", "repositor_id");
|
||||
prepareData(dbname, spark, workingPath + "/datasourceDb", "datasource_stats", "repository_id");
|
||||
writeActionSet(spark, workingPath, outputPath);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue