Milimetric has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/402379 )

Change subject: Fix bad input events
......................................................................


Fix bad input events

The job was only running on the first hour of the day, not the whole day
as it should.  Fixed the input events with @joal's help.  To really fix,
the data should all be deleted and the job restarted from the beginning.

Bug: T170764
Change-Id: I96cbdd1db7d8a976c5aa97dbed5a82c58ae955e2
---
M oozie/interlanguage/daily/coordinator.xml
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Milimetric: Verified
  Joal: Looks good to me, approved



diff --git a/oozie/interlanguage/daily/coordinator.xml 
b/oozie/interlanguage/daily/coordinator.xml
index d367fc7..3b72467 100644
--- a/oozie/interlanguage/daily/coordinator.xml
+++ b/oozie/interlanguage/daily/coordinator.xml
@@ -64,7 +64,8 @@
 
     <input-events>
         <data-in name="text_refined_input" dataset="webrequest_text">
-            <instance>${coord:current(0)}</instance>
+            <start-instance>${coord:current(0)}</start-instance>
+            <end-instance>${coord:current(23)}</end-instance>
         </data-in>
     </input-events>
 

-- 
To view, visit https://gerrit.wikimedia.org/r/402379
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I96cbdd1db7d8a976c5aa97dbed5a82c58ae955e2
Gerrit-PatchSet: 1
Gerrit-Project: analytics/refinery
Gerrit-Branch: master
Gerrit-Owner: Milimetric <dandree...@wikimedia.org>
Gerrit-Reviewer: Joal <j...@wikimedia.org>
Gerrit-Reviewer: Milimetric <dandree...@wikimedia.org>
Gerrit-Reviewer: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: Nuria <nu...@wikimedia.org>
Gerrit-Reviewer: Ottomata <ao...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to