You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by GitBox <gi...@apache.org> on 2019/03/29 14:26:15 UTC

[GitHub] [griffin] dershovGD commented on a change in pull request #491: GRIFFIN-244 Get metrics by instance

dershovGD commented on a change in pull request #491: GRIFFIN-244 Get metrics by instance
URL: https://github.com/apache/griffin/pull/491#discussion_r270431694
 
 

 ##########
 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:
   Done.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services