`
tcxiang
  • 浏览: 85768 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Split

 
阅读更多

 

/**
   * This represents the meta information about the task split.
   * The main fields are 
   *     - start offset in actual split
   *     - data length that will be processed in this split
   *     - hosts on which this split is local
   */

public static class SplitMetaInfo implements Writable

 /**
   * This represents the meta information about the task split that the 
   * JobTracker creates
   */
public static class TaskSplitMetaInfo


 /**
   * This represents the meta information about the task split that the 
   * task gets
   */
public static class TaskSplitIndex

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics