1. 10 3月, 2015 26 次提交
  2. 09 3月, 2015 4 次提交
  3. 08 3月, 2015 1 次提交
  4. 07 3月, 2015 1 次提交
  5. 06 3月, 2015 2 次提交
    • H
      Some simple cleanups and doc updates while looking at (mostly) runtime package · 27d1e7f8
      Henry Saputra 提交于
      This PR consists of:
      
      1. Remove unnecessary brackets in ExecutionVertex#getPreferredLocations
      2. Throw illegal argument with proper message for consistencies of not nullable argument.
      3. Add final modifier to RecordWriter#serializers since the content being used as lock.
      4. Wrap too long of lines in some of the Java code for readibility.
      5. Add missing JavaDoc parameter.
      6. Remove final modifier in the OutputEmitter's private methods because it is redundant.
      
      Author: Henry Saputra <henry.saputra@gmail.com>
      
      Closes #457 from hsaputra/cleanup_javadoc_and_longlines_1 and squashes the following commits:
      
      8815302 [Henry Saputra] Some cleanups and doc updates while looking at runtime package: 1. Remove unnecessary brackets in ExecutionVertex#getPreferredLocations 2. Throw illegal argument with proper message for consistencies of not nullable argument. 3. Add final modifier to RecordWriter#serializers since the content being used as lock. 4. Wrap too long of lines in some of the Java code for readibility. 5. Add missing JavaDoc parameter. 6. Remove final modifier in the OutputEmitter's private methods because it is redundant.
      27d1e7f8
    • F
      8f321c72
  6. 05 3月, 2015 6 次提交