1. 01 10月, 2015 6 次提交
  2. 30 9月, 2015 4 次提交
    • M
      [FLINK-2764] [WebClient] WebClient cannot display multiple Jobs · 622c1be8
      mjsax 提交于
      This closes #1181
      622c1be8
    • H
      [FLINK-2775] [CLEANUP] Cleanup code as part of theme to be more consistent on Utils classes · 136347da
      hsaputra 提交于
      As part of continuing theme and effort to help make the code more consistent, adding cleanup to Utils classes:
      -) Add final class modifier to the XXXUtils and XXXUtil classes to make sure can not be extended.
      -) Add missing Javadoc header classs to some public classes.
      -) Add private constructor to Utils classes to avoid instantiation.
      -) Remove unused test/java/org/apache/flink/test/recordJobs/util/ConfigUtils.java class
      
      Author: hsaputra <hsaputra@apache.org>
      
      Closes #1189 from hsaputra/add_missing_javadocs_class and squashes the following commits:
      
      0dfba19 [hsaputra] Cleanup code as part of theme to be more consistent: -) Add final class modifier to the XXXUtils and XXXUtil classes to make sure could not be extended. -) Add missing Javadoc header classs to some public classes. -) Add private constructor to Utils classes to avoid instantiation. -) Remove unused test/java/org/apache/flink/test/recordJobs/util/ConfigUtils.java class
      136347da
    • C
      [FLINK-2754] Add a new module for micro benchmark. · 2598709f
      chengxiang li 提交于
      This closes #1177
      2598709f
    • L
      [FLINK-2777] [docs] Fix Scala API description in programming_guide.html · bb899f70
      Liang Chen 提交于
      def createLocalEnvironment(parallelism: Int = Runtime.getRuntime.availableProcessors()))
      //issue1: In the end, there is a extra ")"
      
      def createRemoteEnvironment(host: String, port: String, jarFiles: String*)
      def createRemoteEnvironment(host: String, port: String, parallelism: Int, jarFiles: String*)
      //issue2: the parameter of port should be "Int", not "String"
      
      This closes #1193
      bb899f70
  3. 29 9月, 2015 12 次提交
  4. 28 9月, 2015 9 次提交
  5. 25 9月, 2015 2 次提交
  6. 24 9月, 2015 7 次提交