data provision workflow: add nodes to perform DELETE BY QUERY before the indexing begins and COMMIT after the indexing is completed #36
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
RDGraph
RSAC
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dnet-hadoop#36
Loading…
Reference in New Issue
No description provided.
Delete Branch "provision_indexing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP, currently the oozie workflow for the XML records indexing requires to manually drop the shadow solr collection before the indexing procedure starts as well as to perform an hard commit after the indexing process is completed to make the changes visible.
This task aims at extending the oozie workflow behaviour by wrapping the to_solr_index action node with
a preceeding node aimed to drop the target collection: drop_solr_collection;
a following node aimed to issue a commit command on the target collection: commit_solr_collection.
The parameters available in the workflow definition should be sufficient to perform the new operations.
(description from #35)
data provision workflow enhancement: added nodes to perform DELETE BY QUERY before the indexing begins and COMMIT after the indexing is completedto data provision workflow: added nodes to perform DELETE BY QUERY before the indexing begins and COMMIT after the indexing is completeddata provision workflow: added nodes to perform DELETE BY QUERY before the indexing begins and COMMIT after the indexing is completedto data provision workflow: add nodes to perform DELETE BY QUERY before the indexing begins and COMMIT after the indexing is completedI have looked at the code and workflow and everything seems fine to me. The PR can be accepted
Thanks Miriam! PR integrated and deployed in
/lib/dnet/oa/provision