Add missing "/*EOS*/" comments.
This commit is contained in:
parent
e0ac494859
commit
888637773c
|
@ -1,4 +1,4 @@
|
||||||
set mapred.job.queue.name=analytics;
|
set mapred.job.queue.name=analytics; /*EOS*/
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
-- Additional relations
|
-- Additional relations
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
set mapred.job.queue.name=analytics;
|
set mapred.job.queue.name=analytics; /*EOS*/
|
||||||
|
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
set mapred.job.queue.name=analytics;
|
set mapred.job.queue.name=analytics; /*EOS*/
|
||||||
|
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
--- Extra tables, mostly used by indicators
|
--- Extra tables, mostly used by indicators
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
set mapred.job.queue.name=analytics;
|
set mapred.job.queue.name=analytics; /*EOS*/
|
||||||
|
|
||||||
----------------------------------------------------
|
----------------------------------------------------
|
||||||
-- Shortcuts for various definitions in stats db ---
|
-- Shortcuts for various definitions in stats db ---
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
set mapred.job.queue.name=analytics;
|
set mapred.job.queue.name=analytics; /*EOS*/
|
||||||
|
|
||||||
-- 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)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
set mapred.job.queue.name=analytics;
|
set mapred.job.queue.name=analytics; /*EOS*/
|
||||||
|
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
@ -113,4 +113,4 @@ SELECT /*+ COALESCE(100) */ substr(p.id, 4) AS id, xpath_string(citation.value,
|
||||||
FROM ${openaire_db_name}.publication p
|
FROM ${openaire_db_name}.publication p
|
||||||
lateral view explode(p.extrainfo) citations AS citation
|
lateral view explode(p.extrainfo) citations AS citation
|
||||||
WHERE xpath_string(citation.value, "//citation/id[@type='openaire']/@value") != ""
|
WHERE xpath_string(citation.value, "//citation/id[@type='openaire']/@value") != ""
|
||||||
and p.datainfo.deletedbyinference = false and p.datainfo.invisible=false;
|
and p.datainfo.deletedbyinference = false and p.datainfo.invisible=false; /*EOS*/
|
||||||
|
|
Loading…
Reference in New Issue