Skip to content

Commit

Permalink
New version numbers and change notes for connectors release 2016-08-23.
Browse files Browse the repository at this point in the history
	Change on 2016/08/23 by dhuo <[email protected]>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=131123625
  • Loading branch information
dennishuo committed Aug 24, 2016
1 parent b850955 commit 5817f24
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 29 deletions.
4 changes: 2 additions & 2 deletions bigquery/bigquery-hadoop1.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigquery-connector-parent</artifactId>
<version>0.7.7</version>
<version>0.7.8</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
Hadoop 2 MapReduce input and output formats for use with BigQuery
</description>
<version>0.7.7-hadoop1</version>
<version>0.7.8-hadoop1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bigquery/bigquery-hadoop2.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigquery-connector-parent</artifactId>
<version>0.7.7</version>
<version>0.7.8</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
Hadoop 2 MapReduce input and output formats for use with BigQuery
</description>
<version>0.7.7-hadoop2</version>
<version>0.7.8-hadoop2</version>

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

Expand All @@ -30,7 +30,7 @@
<description>
MapReduce input and output formats for use with BigQuery
</description>
<version>0.7.7</version>
<version>0.7.8</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.7.8 - 2016-08-23

1. Updated AbstractGoogleAsyncWriteChannel to always set the
X-Goog-Upload-Desired-Chunk-Granularity header independently from the
deprecated X-Goog-Upload-Max-Raw-Size; in general this improves
performance of large uploads.


0.7.7 - 2016-07-29

1. Misc updates in gcs-related library dependencies.
Expand Down
8 changes: 8 additions & 0 deletions gcs/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.5.2 - 2016-08-23

1. Updated AbstractGoogleAsyncWriteChannel to always set the
X-Goog-Upload-Desired-Chunk-Granularity header independently from the
deprecated X-Goog-Upload-Max-Raw-Size; in general this improves
performance of large uploads.


1.5.1 - 2016-07-29

1. Optimized InMemoryDirectoryListCache to use a TreeMap internally instead
Expand Down
4 changes: 2 additions & 2 deletions gcs/gcs-hadoop1.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.5.1-hadoop1</version>
<version>1.5.2-hadoop1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gcs/gcs-hadoop2.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.5.1-hadoop2</version>
<version>1.5.2-hadoop2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.5.1</version>
<version>1.5.2</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 @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.5.1</version>
<version>1.5.2</version>
<dependencies>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<name>BigDataOSS Parent</name>
<description>
Parent project for Google Cloud Platform Big-Data connectors.
Expand Down Expand Up @@ -70,12 +70,12 @@
</prerequisites>

<properties>
<bigdataoss.util.version>1.5.1</bigdataoss.util.version>
<bigdataoss.gcsio.version>1.5.1</bigdataoss.gcsio.version>
<bigdataoss.util-hadoop.one.version>1.5.1-hadoop1</bigdataoss.util-hadoop.one.version>
<bigdataoss.util-hadoop.two.version>1.5.1-hadoop2</bigdataoss.util-hadoop.two.version>
<bigdataoss.gcs.hadoop.one.version>1.5.1-hadoop1</bigdataoss.gcs.hadoop.one.version>
<bigdataoss.gcs.hadoop.two.version>1.5.1-hadoop2</bigdataoss.gcs.hadoop.two.version>
<bigdataoss.util.version>1.5.2</bigdataoss.util.version>
<bigdataoss.gcsio.version>1.5.2</bigdataoss.gcsio.version>
<bigdataoss.util-hadoop.one.version>1.5.2-hadoop1</bigdataoss.util-hadoop.one.version>
<bigdataoss.util-hadoop.two.version>1.5.2-hadoop2</bigdataoss.util-hadoop.two.version>
<bigdataoss.gcs.hadoop.one.version>1.5.2-hadoop1</bigdataoss.gcs.hadoop.one.version>
<bigdataoss.gcs.hadoop.two.version>1.5.2-hadoop2</bigdataoss.gcs.hadoop.two.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<google.api.version>1.20.0</google.api.version>
<google.guava.version>18.0</google.guava.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 @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>pom</packaging>
<artifactId>util-hadoop-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>

<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions util-hadoop/util-hadoop-hadoop1.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>util-hadoop-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath>pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util-hadoop</artifactId>
<version>1.5.1-hadoop1</version>
<version>1.5.2-hadoop1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions util-hadoop/util-hadoop-hadoop2.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>util-hadoop-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath>pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util-hadoop</artifactId>
<version>1.5.1-hadoop2</version>
<version>1.5.2-hadoop2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 5817f24

Please sign in to comment.