1. 29 5月, 2014 1 次提交
  2. 27 5月, 2014 8 次提交
  3. 26 5月, 2014 5 次提交
  4. 22 5月, 2014 8 次提交
  5. 21 5月, 2014 3 次提交
  6. 20 5月, 2014 6 次提交
    • A
      Fix scala warnings · 4069dac3
      Aljoscha Krettek 提交于
      4069dac3
    • A
      Introduce TypeInformation at lowest Operator level · 54a27daa
      Aljoscha Krettek 提交于
      Operator now has an OperatorInformation that holds TypeInformationS for
      output types (and input types for unary and binary operators).
      
      This touches a LOT of stuff but will allow the removal of the separate
      JavaAPI plan operators and other redundant code.
      
      There is a new RecordTypeInfo that operators create behind the scenes.
      The *Source and *Sink operators are now Record specific as to not break
      existing programs. There are agnostic base classes with the *Base
      suffix. Same is true for the iteration operators. Those operators and
      sources/sinks are now in stratosphere-java, only the agnostic ones are
      in stratosphere-core.
      
      This was done by Stephan, I squashed it into one commit to make it
      easier to see the changes in one place:
      
      Clean up merge with "type information on common operators" branch
        - re-added semantic annotations (API specific)
        - Correct mixup in imports
        - Improve generic typesafety
        - Fix a lot of warnings
        - Add docs / fix doc errors
        - Improve iterator usage in unwrapping cogroup
      54a27daa
    • A
      Move TypeInformation to stratosphere-core · 651a8c54
      Aljoscha Krettek 提交于
      651a8c54
    • A
      d7312d83
    • R
      Added links to programming guide / examples · f0d39267
      Robert Metzger 提交于
      remove reading from files from WC
      f0d39267
    • R
      Fix binary distribution: add LICENSE and NOTICE · 65602201
      Robert Metzger 提交于
      source should now build without the presence of a .git directory
      included the quickstart-archetypes into the main project.
      65602201
  7. 19 5月, 2014 4 次提交
  8. 18 5月, 2014 2 次提交
  9. 17 5月, 2014 1 次提交
  10. 16 5月, 2014 2 次提交