forked from antonis.lempesis/dnet-hadoop
added the target db name...
This commit is contained in:
parent
1ee7eeedf3
commit
b16bb68b9f
|
@ -1,7 +1,7 @@
|
||||||
-- replace the creation of the result view to include the boolean fields from the previous tables (green, gold,
|
-- replace the creation of the result view to include the boolean fields from the previous tables (green, gold,
|
||||||
-- peer reviewed)
|
-- peer reviewed)
|
||||||
drop table if exists ${stats_db_name}.result_tmp;
|
drop table if exists ${stats_db_name}.result_tmp;
|
||||||
CREATE TABLE result_tmp (
|
CREATE TABLE ${stats_db_name}.result_tmp (
|
||||||
id STRING,
|
id STRING,
|
||||||
title STRING,
|
title STRING,
|
||||||
publisher STRING,
|
publisher STRING,
|
||||||
|
|
Loading…
Reference in New Issue