forked from D-Net/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,
|
||||
-- peer reviewed)
|
||||
drop table if exists ${stats_db_name}.result_tmp;
|
||||
CREATE TABLE result_tmp (
|
||||
CREATE TABLE ${stats_db_name}.result_tmp (
|
||||
id STRING,
|
||||
title STRING,
|
||||
publisher STRING,
|
||||
|
|
Loading…
Reference in New Issue