forked from D-Net/dnet-hadoop
replaced hive_db_name with hiveDbName
This commit is contained in:
parent
91f81107b1
commit
8851050814
|
@ -1,4 +1,4 @@
|
|||
DROP VIEW IF EXISTS ${hive_db_name}.result;
|
||||
DROP VIEW IF EXISTS ${hiveDbName}.result;
|
||||
|
||||
CREATE VIEW IF NOT EXISTS result as
|
||||
select id, dateofcollection, title, publisher, bestaccessright, datainfo, collectedfrom, pid, author, resulttype, language, country, subject, description, dateofacceptance, embargoenddate, resourcetype, context, instance from ${hiveDbName}.publication p
|
||||
|
|
Loading…
Reference in New Issue