Skip to content

Commit

Permalink
Release GCS connector 1.9.11 and BQ connector 0.13.11.
Browse files Browse the repository at this point in the history
	Change on 2018/12/20 by dagang <dagang@google.com>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=226362653
  • Loading branch information
dagang authored and medb committed Dec 20, 2018
1 parent fc5b370 commit 9d77d19
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bigquery/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.13.11 - 2018-XX-XX
0.13.11 - 2018-12-20

1. POM updates for GCS connector 1.9.11.

Expand Down
4 changes: 2 additions & 2 deletions bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.9.11-SNAPSHOT</version>
<version>1.9.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
</description>

<artifactId>bigquery-connector</artifactId>
<version>${hadoop.identifier}-0.13.11-SNAPSHOT</version>
<version>${hadoop.identifier}-0.13.11</version>

<profiles>
<profile>
Expand Down
7 changes: 4 additions & 3 deletions gcs/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.9.11 - 2018-XX-XX
1.9.11 - 2018-12-20

1. Changed the default value of `fs.gs.path.encoding` to 'uri-path', the new
codec introduced in 1.4.5. The old behavior can be restored by setting
Expand All @@ -14,14 +14,15 @@

4. Add an option to lazily initialize `GoogleHadoopFileSystem` instances:

fs.gs.lazy.init.enable (default: false)
fs.gs.lazy.init.enable (default: false)

5. Add ability to unset `fs.gs.system.bucket` with an empty string value:

fs.gs.system.bucket=
fs.gs.system.bucket=

6. Set default value for "fs.gs.working.dir" property to "/".


1.9.10 - 2018-11-01

1. Use Hadoop `CredentialProvider` API to retrieve proxy credentials.
Expand Down
4 changes: 2 additions & 2 deletions gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.9.11-SNAPSHOT</version>
<version>1.9.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
</description>

<artifactId>gcs-connector</artifactId>
<version>${hadoop.identifier}-1.9.11-SNAPSHOT</version>
<version>${hadoop.identifier}-1.9.11</version>

<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions gcsio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.9.11-SNAPSHOT</version>
<version>1.9.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
</description>

<artifactId>gcsio</artifactId>
<version>1.9.11-SNAPSHOT</version>
<version>1.9.11</version>

<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.9.11-SNAPSHOT</version>
<version>1.9.11</version>
<packaging>pom</packaging>

<url>https://github.com/GoogleCloudPlatform/BigData-interop/</url>
Expand Down Expand Up @@ -78,7 +78,7 @@

<gpg.skip>true</gpg.skip>

<bigdataoss.version>1.9.11-SNAPSHOT</bigdataoss.version>
<bigdataoss.version>1.9.11</bigdataoss.version>

<!-- Keep in sync with Hadoop dependencies -->
<apache.avro.version>1.7.7</apache.avro.version>
Expand Down
4 changes: 2 additions & 2 deletions util-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.9.11-SNAPSHOT</version>
<version>1.9.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>util-hadoop-${hadoop.identifier}</name>

<artifactId>util-hadoop</artifactId>
<version>${hadoop.identifier}-1.9.11-SNAPSHOT</version>
<version>${hadoop.identifier}-1.9.11</version>

<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.9.11-SNAPSHOT</version>
<version>1.9.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>util</artifactId>
<version>1.9.11-SNAPSHOT</version>
<version>1.9.11</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 9d77d19

Please sign in to comment.