Github user cestella commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/210#discussion_r75533231
--- Diff:
metron-analytics/metron-maas-service/src/main/java/org/apache/metron/maas/submit/ModelSubmission.java
---
@@ -203,7 +203,7 @@ else if(mode.equalsIgnoreCase("LIST")) {
String modelTitle = "Model " + kv.getKey().getName() + " @ " +
kv.getKey().getVersion();
System.out.println(modelTitle);
for(ModelEndpoint endpoint : kv.getValue()){
- System.out.println("\t" + endpoint.getContainerId() + " at " +
endpoint.getUrl());
+ System.out.println(endpoint);
}
--- End diff --
Actually, this the LIST operation is intended to output the list of
endpoints returned. What I think I *will* do is make some of the logging debug
level because it's getting quite chatty in practice and redundant.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---