1. 11 3月, 2016 1 次提交
  2. 29 2月, 2016 1 次提交
  3. 27 1月, 2016 1 次提交
  4. 14 1月, 2016 3 次提交
  5. 23 10月, 2015 1 次提交
  6. 18 6月, 2015 1 次提交
  7. 22 5月, 2015 2 次提交
  8. 20 12月, 2014 1 次提交
  9. 19 12月, 2014 2 次提交
  10. 17 12月, 2014 1 次提交
  11. 17 11月, 2014 1 次提交
  12. 14 11月, 2014 1 次提交
  13. 26 10月, 2014 1 次提交
  14. 02 10月, 2014 2 次提交
  15. 24 9月, 2014 1 次提交
  16. 22 9月, 2014 3 次提交
    • 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
    • K
      Transitive closure Scala example · e0f2440d
      Kostas Tzoumas 提交于
      e0f2440d
    • 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
  17. 23 8月, 2014 1 次提交
  18. 15 8月, 2014 1 次提交
  19. 16 7月, 2014 1 次提交
  20. 11 7月, 2014 4 次提交
  21. 09 7月, 2014 1 次提交
  22. 29 5月, 2014 1 次提交
  23. 18 4月, 2014 1 次提交
  24. 07 3月, 2014 1 次提交
    • S
      Fix the external packaged program test after merge with the new java api · 0038c9d0
      StephanEwen 提交于
      Relax generic bound in tuple type infor to work around bug in Java 6 compiler type inference.
      Local file system is used by default when URI is missing
      Removed final declaration from Tuple classes to allow inheritance (Fabian Hueske)
      Fix in TupleType comparator generation (Fabian Hueske)
      Cogroup Implementation (Markus Holzemer)
      Added missing Apache license header (Fabian Hueske)
      Initial commit for join operator for new Java API (Fabian Hueske)
      Added cross operator to new Java API (Fabian Hueske)
      First part of CoGroup (Markus Holzemer)
      Added join example prog and fix in join operator (Fabian Hueske)
      Unified operator translation (Fabian Hueske)
      Add Cross Prog for API implementation (Fabian Hueske)
      Implement CsvInputFormat for new Java API, including tests.
      Fix logging messages in data source and sink tasks.
      Fix error in data source task with new InputFormat siignatures
      Add group reduce to new java api.
      Finaliz Key Extractors for new Java API
      Fix bug in intitialization of broadcast serializers.
      Added first set of comparators.
      Added generic type serialization via avro
      Add first stab at KeyExtractor implementation (Aljoscha Krettek)
      Add trivial parts of serialization (Aljoscha Krettek)
      Connected serializers to the typeutils.
      Fix tests to run with the NEW-API changes (Aljoscha Krettek)
      Scala Post pass got confused because of ReduceNode renaming. (Aljoscha Krettek)
      Some input format mishaps. (Aljoscha Krettek)
      First set of new simple type serializers.
      Connect first paths of new Java API to optimizer.
      Add name() to Operator plus some other stuff (Aljoscha Krettek)
      Clean up moved annotations
      Add CoGroup, Cross, and Union operators (Aljoscha Krettek)
      Make reduce operators children of UdfOperator (Aljoscha Krettek)
      Adjust input formats to new signature
      Adjusted, extended, and tested parsers for new java api compatibility.
      First draft of new java api.
      Removing dependency to Combinable annotation. (Jesus Camacho Rodriguez)
      Moving all annotations to Java API. (Jesus Camacho Rodriguez)
      Moving all annotations from the core to the Java API package. Created SemanticProperties in the core to store properties inferred currently from Java annotations. (Jesus Camacho Rodriguez)
      Moving all annotations to Java API (Jesus Camacho Rodriguez)
      0038c9d0
  25. 24 1月, 2014 1 次提交
    • A
      Reenable ClosureCleaner and add new Test case for everything · a7fbbc95
      Aljoscha Krettek 提交于
      Closure cleaner did not work before because the user code class loader
      was not used when it was trying to load inner anonymous classes.
      
      The new test checks whether the ClosureCleaner works together with the
      user code class loader.
      
      It also used the local distributed executor and remote executor.
      a7fbbc95
  26. 07 1月, 2014 2 次提交
  27. 21 12月, 2013 1 次提交
  28. 20 12月, 2013 2 次提交