Skip to content

2018-09-04 (GCS 1.6.9, BQ 0.10.10)

Compare
Choose a tag to compare
@medb medb released this 04 Sep 22:40
· 3 commits to branch-1.6.x since this release

Changelog

Cloud Storage connector:

  1. Change default values for GCS batch/directory operations properties to improve performance:

    fs.gs.copy.max.requests.per.batch (default: 1 -> 15)
    fs.gs.copy.batch.threads (default: 50 -> 15)
    fs.gs.max.requests.per.batch (default: 25 -> 15)
    fs.gs.batch.threads (default: 25 -> 15)
    
  2. Update all dependencies to latest versions.

BigQuery connector:

  1. POM updates for GCS connector 1.6.9.
  2. Poll BQ jobs in their correct locations.
  3. Update all dependencies to latest versions.