1. 23 10月, 2015 1 次提交
  2. 06 10月, 2015 1 次提交
  3. 18 6月, 2015 1 次提交
  4. 14 6月, 2015 1 次提交
  5. 13 4月, 2015 1 次提交
  6. 29 3月, 2015 1 次提交
  7. 20 3月, 2015 2 次提交
  8. 11 3月, 2015 1 次提交
  9. 23 2月, 2015 1 次提交
  10. 19 1月, 2015 1 次提交
    • S
      Minor dependencies cleanup: · 543453d4
      Stephan Ewen 提交于
        - Move sling JSON dependency to streaming connectors (prev streaming core)
        - Exclude YARN API from transitive mapreduce-core dependencies we use the dependency
          only for .mapred and .mapreduce interfaces
        - Remove some unnecessary dependencies (junit in java8)
        - Manage Kryo dependency
        - Cleanup minor POM warnings.
      543453d4
  11. 05 1月, 2015 1 次提交
  12. 03 1月, 2015 1 次提交
  13. 20 12月, 2014 1 次提交
  14. 19 12月, 2014 4 次提交
  15. 18 12月, 2014 1 次提交
  16. 17 12月, 2014 2 次提交
  17. 05 11月, 2014 1 次提交
  18. 26 10月, 2014 1 次提交
  19. 18 10月, 2014 1 次提交
  20. 02 10月, 2014 1 次提交
  21. 01 10月, 2014 1 次提交
  22. 30 9月, 2014 1 次提交
  23. 24 9月, 2014 1 次提交
  24. 22 9月, 2014 2 次提交
    • A
      [scala] Fix Formatting in Examples and add ITCases · 31ed0c4c
      Aljoscha Krettek 提交于
      Also actually use termination criterion in TransitivelClosureNaive
      Java example.
      
      Add ConnectedComponentsITCase for Scala Example
      
      Also fix some formatting in the example code
      
      Add WebLogAnalysisITCase for Scala Example
      
      Some minor reformatting of example code and scaladoc.
      
      Add ITCases for TriangleEnumeration Scala Examples
      
      Also fix some formatting and make TriangleEnumerationOpt Scala produce the
      same output as the Java version.
      
      Add PageRankITCase for Scala Example
      
      Also fix formatting in PageRank Scala Example.
      
      Fix formatting in EnumTriangles Scala Examples
      
      Remove Old/Deprecated Scala Examples and ITCases
      
      Fix formatting in EnumTrianglesBasic.scala
      
      Fix formatting in LinearRegression Scala Example
      
      Remove old Scala LineRank Code and RelQuery Example
      
      [scala] Fix typo in scaladoc in GroupedDataSet
      
      [scala] Fix Scaladoc of Join and CoGroup Operation
      
      Was still referring to the type of join/coGroup function that returns an
      Option.
      
      Fix tab vs. spaces in flink-scala and flink-scala-examples
      31ed0c4c
    • A
      Rewrite the Scala API as (somewhat) thin Layer on Java API · b8131fa7
      Aljoscha Krettek 提交于
      Don't bother looking at the diff, this is almost a complete rewrite of
      the previous Scala API. This uses all the work put into the Java API,
      such as TypeInformation, the serializers and comparators and the
      operators.
      
      The Scala DataSet and ExecutionEnvironment wrap their respective Java
      equivalents. TypeInformation is generated by a macro that uses
      TypeInformationGen and other macro support classes. The Java
      TypeExtractor is completely bypassed but the TypeInformation and
      sub-classes are created by the Scala type analyzer. There is special
      support for Scala Tuples in the form of ScalaTupleTypeInfo,
      ScalaTupleSerializer, and ScalaTupleComparator.
      
      This also adds tests to flink-scala that are ports of the tests in
      flink-java.
      
      There are not yet any Scala specific tests in flink-tests. All the
      scala example ITCases are commented out, as well as the examples
      themselves. Those will be uncommented once the examples are ported. This
      will happen in separate commits.
      b8131fa7
  25. 23 8月, 2014 1 次提交
  26. 30 7月, 2014 1 次提交
    • D
      [FLINK-386] Fix and clean up dependencies · bef5e548
      Daniel Warneke 提交于
      - Upgraded to junit 4.11 and fixed code that used deprecated
      - Changed scala dependency from 2.10.3 to 2.10.4 to avoid conflicts with scalatest dependency
      - Upgraded log4j and commons-logging dependency
      - Removed superfluous dependency on commons-codec
      - Upgraded dependency versions in the base module
      - Ensured consistency of avro versions across submodules
      - Upgraded AWS dependency to version 1.8.1
      - Unified configuration of jetty dependency
      
      This closes #80.
      bef5e548
  27. 17 7月, 2014 1 次提交
  28. 16 7月, 2014 1 次提交
  29. 11 7月, 2014 3 次提交
  30. 25 6月, 2014 1 次提交
  31. 29 5月, 2014 1 次提交
  32. 07 1月, 2014 1 次提交