[
https://issues.apache.org/jira/browse/GRIFFIN-244?focusedWorklogId=220527&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-220527
]
ASF GitHub Bot logged work on GRIFFIN-244:
------------------------------------------
Author: ASF GitHub Bot
Created on: 29/Mar/19 13:35
Start Date: 29/Mar/19 13:35
Worklog Time Spent: 10m
Work Description: RodionGork commented on pull request #491: GRIFFIN-244
Get metrics by instance
URL: https://github.com/apache/griffin/pull/491#discussion_r270405608
##########
File path:
service/src/main/java/org/apache/griffin/core/exception/GriffinExceptionMessage.java
##########
@@ -72,7 +72,9 @@ Licensed to the Apache Software Foundation (ASF) under one
HDFS_FILE_NOT_EXIST(40407, "Hadoop data file not exist"),
- PREDICATE_TYPE_NOT_FOUND(40408, "Unknown predicate type"),
+ JOB_INSTANCE_NOT_FOUND(40408, "No job instances with given job instance id
found"),
+
+ PREDICATE_TYPE_NOT_FOUND(40409, "Unknown predicate type"),
Review comment:
This probably makes duplication with the next one. At least when requesting
non-existing instance, I got `Unknown predicate type` in response :o
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 220527)
Time Spent: 10m
Remaining Estimate: 0h
> [Service, Metric]Implement possibility to get metrics for certain Job
> Instance Id
> ---------------------------------------------------------------------------------
>
> Key: GRIFFIN-244
> URL: https://issues.apache.org/jira/browse/GRIFFIN-244
> Project: Griffin (Incubating)
> Issue Type: New Feature
> Reporter: Dmitry Ershov
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In addition to functionality described in tasks
> https://issues.apache.org/jira/browse/GRIFFIN-240,
> https://issues.apache.org/jira/browse/GRIFFIN-233 and
> https://issues.apache.org/jira/browse/GRIFFIN-234 it will be very convenient
> to have a possibility to obtain the metrics for given Job Instance Id.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)