1. 10 10月, 2013 1 次提交
  2. 06 10月, 2013 2 次提交
  3. 05 10月, 2013 2 次提交
  4. 04 10月, 2013 2 次提交
  5. 02 10月, 2013 4 次提交
  6. 01 10月, 2013 2 次提交
    • R
      travis fix · fdd5bde7
      Robert Metzger 提交于
      fdd5bde7
    • R
      Merge branch 'master' of github.com:AHeise/ozone into AHeise-master · bbfbc4ba
      Robert Metzger 提交于
      Conflicts:
      	.travis.yml
      	nephele/nephele-clustermanager/pom.xml
      	nephele/nephele-common/pom.xml
      	nephele/nephele-compression-bzip2/pom.xml
      	nephele/nephele-compression-lzma/pom.xml
      	nephele/nephele-compression-snappy/pom.xml
      	nephele/nephele-compression-zlib/pom.xml
      	nephele/nephele-examples/pom.xml
      	nephele/nephele-hdfs/pom.xml
      	nephele/nephele-management/pom.xml
      	nephele/nephele-profiling/pom.xml
      	nephele/nephele-queuescheduler/pom.xml
      	nephele/nephele-s3/pom.xml
      	nephele/nephele-server/pom.xml
      	nephele/nephele-visualization/pom.xml
      	nephele/pom.xml
      	pact/pact-array-datamodel/pom.xml
      	pact/pact-clients/pom.xml
      	pact/pact-common/pom.xml
      	pact/pact-compiler-tests/pom.xml
      	pact/pact-compiler/pom.xml
      	pact/pact-examples/pom.xml
      	pact/pact-runtime/pom.xml
      	pact/pact-tests/pom.xml
      	pact/pom.xml
      	stratosphere-dist/pom.xml
      bbfbc4ba
  7. 30 9月, 2013 4 次提交
    • R
      Merge pull request #73 from aljoscha/master · 14970c9e
      Robert Metzger 提交于
      Switch to using objects instead of classes for usercode
      14970c9e
    • A
      Add support for passing objects to PACT contracts · bbc8288b
      Aljoscha Krettek 提交于
      Whole stack is changed so that input/output formats and PACT contracts,
      respectively their builders, accept objects in addition to classes for
      user code stubs.
      
      So now one can do:
      MapContract.builder(new CountWords())
      in addition to:
      MapContract.builder(CountWords.class)
      
      Objects passed in this way need to be serializable. The advantage is
      that one can now pass arguments in the constructor of the stub, store
      them in the stub, and they will be available when the stub is run. This
      is less cumbersome than using the Configuration to pass parameters.
      
      This change was originally  necessary to allow the scala frontend to generate
      usercode objects to pass to PACT contracts.
      bbc8288b
    • A
      Make the placeholders in WorksetIteration non-final · 1b9fa7f2
      Aljoscha Krettek 提交于
      This is needed for the magic that happens in the scala frontend.
      1b9fa7f2
    • A
      Make PartialSolutionHolder non-final in BulkIteration · 3b496073
      Aljoscha Krettek 提交于
      This is needed because the scala frontend will create a custom
      PartialSolutionHolder to allow it's magic to happen.
      3b496073
  8. 28 9月, 2013 1 次提交
  9. 27 9月, 2013 1 次提交
  10. 25 9月, 2013 2 次提交
  11. 23 9月, 2013 5 次提交
  12. 22 9月, 2013 2 次提交
  13. 21 9月, 2013 2 次提交
  14. 20 9月, 2013 1 次提交
  15. 19 9月, 2013 1 次提交
  16. 17 9月, 2013 1 次提交
  17. 16 9月, 2013 1 次提交
  18. 14 9月, 2013 1 次提交
  19. 13 9月, 2013 3 次提交
  20. 12 9月, 2013 2 次提交