1. 26 10月, 2014 1 次提交
  2. 02 10月, 2014 1 次提交
  3. 01 10月, 2014 2 次提交
    • S
      - Allow dependencies to retain guava · 719e2889
      Stephan Ewen 提交于
      - Clean dependencies in flink-streaming connectors
      719e2889
    • S
      Major depedendency cleanups · 758de7db
      Stephan Ewen 提交于
        - add "flink-shading" for shaded libraries (currently guava only)
        - relocate guava in all projects and exclude it from the lib and exported dependencies
        - Exlude unnecessary transitive dependencies from hadoop 1
      758de7db
  4. 25 9月, 2014 1 次提交
  5. 27 8月, 2014 1 次提交
  6. 23 8月, 2014 1 次提交
  7. 18 8月, 2014 1 次提交
  8. 14 8月, 2014 1 次提交
  9. 06 8月, 2014 1 次提交
  10. 16 7月, 2014 1 次提交
  11. 12 7月, 2014 2 次提交
  12. 11 7月, 2014 4 次提交
  13. 29 5月, 2014 1 次提交
  14. 20 5月, 2014 1 次提交
  15. 14 5月, 2014 1 次提交
  16. 07 5月, 2014 1 次提交
  17. 19 3月, 2014 1 次提交
  18. 18 2月, 2014 2 次提交
  19. 07 2月, 2014 1 次提交
  20. 07 1月, 2014 2 次提交
  21. 20 12月, 2013 3 次提交
  22. 18 12月, 2013 1 次提交
  23. 15 12月, 2013 1 次提交
  24. 14 12月, 2013 2 次提交
  25. 07 12月, 2013 2 次提交
    • R
      move yarn to separate profile to disable it individually · 8114f648
      Robert Metzger 提交于
      This is a combination of 5 commits:
      extended submission client
      
      minor yarn refinements
      
      some minor fixes
      
      moved print usage
      8114f648
    • R
      Add "stratosphere-yarn" sub-project · 2dd2cb7a
      Robert Metzger 提交于
      based on https://github.com/hortonworks/simple-yarn-app
      
      Build debian package only with special profile for that (to speed up the build)
      Build uber-jar of stratosphere (for super-handy yarn deployment)
      
      Old commit messages (from rebase:)
      
      advanced configuration file handling (maven and jar magic)
      Command line arguments for client (not yet done)
      
      Change JobManager startup to allow external control
      Use environment variables to pass variables to ApplicationMaster
      Use contstants for settings
      Fix CLI options
      minor refinemens (pact-hbase dependencies)
      
      Yarn runs with HDFS
      jar files and configs are now shared using hdfs
      many many deployment bug fixes
      uberjar is automatically uploaded to dopa server
      2dd2cb7a
  26. 02 11月, 2013 1 次提交
  27. 23 10月, 2013 1 次提交
  28. 19 10月, 2013 2 次提交
    • A
      Fix stratosphere-dist to include the scala jars · a7d9660c
      Aljoscha Krettek 提交于
      Also fix an annoying bug that made tests fail because a dependency on
      scala-reflect was wrongly in the "test" scope.
      
      Also make alle the examples that work implement PlanAssembler and output
      generated example jars for these examples to examples/pact-scala in the
      distribution.
      a7d9660c
    • A
      Change name in base pom and version · 2d44c7d1
      Aljoscha Krettek 提交于
      End the version name craziness and go back to have 0.4-SNAPSHOT as
      version number. Also change the name of the toplevel pom back to
      stratosphere.
      2d44c7d1