Skip to content

Commit

Permalink
New minor bigquery version 0.10.0.
Browse files Browse the repository at this point in the history
	Change on 2016/11/07 by dhuo <[email protected]>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138439226
  • Loading branch information
dennishuo committed Nov 7, 2016
1 parent 9ada5af commit 53151b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.9.0</version>
<version>0.10.0</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.9.0-hadoop1</version>
<version>0.10.0-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.9.0</version>
<version>0.10.0</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.9.0-hadoop2</version>
<version>0.10.0-hadoop2</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<description>
MapReduce input and output formats for use with BigQuery
</description>
<version>0.9.0</version>
<version>0.10.0</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.10.0 - 2016-11-07

1. Update output configuration keys to conform to the format in
BigQueryConfiguration and have BigQueryOutputConfiguration handle
the output path resolution and configuration.


0.9.0 - 2016-11-04

1. Added temporary-path resolution to BigQueryConfiguration to
Expand Down

0 comments on commit 53151b1

Please sign in to comment.