Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filtering on Job Definition Id in the Search view #269

Merged
merged 1 commit into from
Jul 28, 2017

Conversation

MaximeKestemont
Copy link
Contributor

This change provides a new way of filtering when doing a search in the Search tab. It is now possible to use the Job Definition ID to get all execution of map reduce jobs that are related to this job definition id.

The results will be grouped by the flow execution id in which the job was executed. When searching with the job definition ID, it will thus be something like this :

Flow Id: flow_in_which_the_job_is_defined
   Flow Execution ID: flow_exec_1
       mr_job_triggered_by_the_job_definition_id_1
       mr_job_triggered_by_the_job_definition_id_2
       ...
   Flow Execution ID: flow_exec_2
       mr_job_triggered_by_the_job_definition_id_1
       mr_job_triggered_by_the_job_definition_id_2
       ...
   ...

@akshayrai akshayrai merged commit 7230038 into linkedin:master Jul 28, 2017
skakker pushed a commit to skakker/dr-elephant that referenced this pull request Dec 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants