[ 
https://issues.apache.org/jira/browse/STORM-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397453#comment-15397453
 ] 

ASF GitHub Bot commented on STORM-1285:
---------------------------------------

Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1597#discussion_r72609450
  
    --- Diff: storm-core/src/jvm/org/apache/storm/command/GetErrors.java ---
    @@ -0,0 +1,59 @@
    +package org.apache.storm.command;
    +
    +import org.apache.storm.generated.ErrorInfo;
    +import org.apache.storm.generated.GetInfoOptions;
    +import org.apache.storm.generated.Nimbus;
    +import org.apache.storm.generated.NumErrorsChoice;
    +import org.apache.storm.generated.TopologyInfo;
    +import org.apache.storm.utils.NimbusClient;
    +import org.apache.storm.utils.Utils;
    +import org.json.simple.JSONValue;
    +
    +import java.util.HashMap;
    +import java.util.List;
    +import java.util.Map;
    +
    +public class GetErrors {
    +    public static void main(String[] args) throws Exception {
    +        final String name = args[0];
    --- End diff --
    
    That would be great. Will address.


> port backtype.storm.command.get-errors to java
> ----------------------------------------------
>
>                 Key: STORM-1285
>                 URL: https://issues.apache.org/jira/browse/STORM-1285
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Jungtaek Lim
>              Labels: java-migration, jstorm-merger
>
> get recent errors from a topology



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to