twill-yarn/src/main/hadoop21/org/apache/twill/internal/yarn/Hadoop21YarnLaunchContext.java [39:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  static {
    // Creates transform function from YarnLocalResource -> LocalResource
    RESOURCE_TRANSFORM = new Function<YarnLocalResource, LocalResource>() {
      @Override
      public LocalResource apply(YarnLocalResource input) {
        return input.getLocalResource();
      }
    };
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



twill-yarn/src/main/hadoop20/org/apache/twill/internal/yarn/Hadoop20YarnLaunchContext.java [39:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  static {
    // Creates transform function from YarnLocalResource -> LocalResource
    RESOURCE_TRANSFORM = new Function<YarnLocalResource, LocalResource>() {
      @Override
      public LocalResource apply(YarnLocalResource input) {
        return input.getLocalResource();
      }
    };
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



