Skip to content

2018-10-19 (GCS 1.9.9, BQ 0.13.9)

Compare
Choose a tag to compare
@medb medb released this 20 Oct 00:00
· 846 commits to master since this release

Changelog

Cloud Storage connector:

  1. Add an option for running flat and regular glob search algorithms in parallel:

    fs.gs.glob.concurrent.enable (default: true)
    

    Returns a result of an algorithm that finishes first and cancels the other algorithm.

  2. Add an option to provide path for configuration override file:

    fs.gs.config.override.file (default: null)
    

    Connector overrides its configuration with values provided in this file. This file should be in XML format that follows the same schema as Hadoop configuration files.

BigQuery connector:

  1. POM updates for GCS connector 1.9.9.