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

    https://github.com/apache/apex-core/pull/351#discussion_r69962030
  
    --- Diff: api/src/main/java/com/datatorrent/api/LocalMode.java ---
    @@ -18,34 +18,46 @@
      */
     package com.datatorrent.api;
     
    -import java.util.Iterator;
    -import java.util.ServiceLoader;
    -
     import org.apache.hadoop.conf.Configuration;
     
    +import com.datatorrent.netlet.util.DTThrowable;
    +
     /**
      * Local mode execution for single application
      *
      * @since 0.3.2
      */
    -public abstract class LocalMode
    +public abstract class LocalMode<H extends Launcher.AppHandle> extends 
Launcher<H>
     {
     
    +  public static final Attribute<Long> RUN_MILLIS = new 
Attribute<Long>((Long)null);
    +  public static final Attribute<Boolean> RUN_ASYNC = new 
Attribute<Boolean>(false);
    --- End diff --
    
    Same comment here as before on attributes


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to