1. 23 11月, 2017 1 次提交
  2. 22 11月, 2017 13 次提交
  3. 21 11月, 2017 2 次提交
  4. 20 11月, 2017 15 次提交
  5. 18 11月, 2017 2 次提交
    • N
      [FLINK-7988][s3] fix HadoopS3FileSystemITCase leaving test directories behind in S3 · 51b5b53c
      Nico Kruber 提交于
      This closes #4950.
      51b5b53c
    • N
      [FLINK-4228][yarn/s3] fix for yarn staging with s3a defaultFs · cf8504db
      Nico Kruber 提交于
      + includes a new unit tests for recursive uploads to hfds:// targets
      + add a unit test for recursive file uploads to s3:// via s3a
      
      [FLINK-4228][yarn/s3] turn the dependencies around
      
      Instead of having flink-s3-fs-hadoop depend on flink-yarn_<scala_version>,
      let flink-yarn depend on the s3 filesystem and implement the test there.
      This is safer with regards to the scala-independent flink-s3-fs-hadoop project.
      
      [FLINK-4228][yarn] change the S3 upload tests to use Hadoop's S3 implementations
      
      This is how YARN would use it and what should really be tested.
      
      [FLINK-4228][yarn] enable S3 tests for newer Hadoop versions
      
      - requires the 'include_hadoop_aws' build profile (or property) to be set
      - requires a newer aws-sdk version (than Hadoop pulls in) to work with our
        httpcomponents version
      - we also add a check that at least one S3 implementation is tested to not
      silently ignore all tests because of such a missing dependency
      
      This closes #4939.
      cf8504db
  6. 17 11月, 2017 7 次提交