Skip to content

2018-10-03 (GCS 1.9.8, BQ 0.13.8)

Compare
Choose a tag to compare
@medb medb released this 03 Oct 21:06
· 873 commits to master since this release

Changelog

Cloud Storage connector:

  1. Expose FileChecksum in GoogleHadoopFileSystem via property (valid values: NONE, CRC32C, MD5):

    fs.gs.checksum.type (default: NONE)
    

    CRC32c checksum is compatible with HDFS-13056.

  2. Add support for proxy authentication for both APACHE and JAVA_NET HttpTransport options.

    Proxy authentication is configurable with properties:

    fs.gs.proxy.username (default: null)
    fs.gs.proxy.password (default: null)
    
  3. Update Apache HttpClient to the latest version.

BigQuery connector:

  1. POM updates for GCS connector 1.9.8.