Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Update versions and CHANGES.txt:
Browse files Browse the repository at this point in the history
Bunp bdutil to 1.3.3
Bump the GCS connector to 1.4.3
Bump the BigQuery conenctor to 0.7.3
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=107804658
  • Loading branch information
angusdavis committed Nov 13, 2015
1 parent 61ed9f5 commit f0d8b34
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.3.3 - 2015-11-12

1. Added support for Apache Tajo via pull-request:
https://github.com/GoogleCloudPlatform/bdutil/pull/67
2. The YARN capacity scheduler can now be configured when deploying a
cluster: https://github.com/GoogleCloudPlatform/bdutil/pull/64


1.3.2 - 2015-09-15

1. Updated Spark configurations to make Cloud Bigtable work with Spark.
Expand Down
2 changes: 1 addition & 1 deletion bdutil
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
# Usage: ./bdutil [deploy|delete] [optional: <paths to env files>]...

BDUTIL_VERSION='1.3.2'
BDUTIL_VERSION='1.3.3'

# Prints the usage for this script and exits.
function print_usage() {
Expand Down
4 changes: 2 additions & 2 deletions bdutil_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ CORES_PER_REDUCE_TASK=1.0
JAVAOPTS='-Xms1024m -Xmx2048m'

# Complete URL for downloading the GCS Connector JAR file.
GCS_CONNECTOR_JAR='https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-1.4.2-hadoop1.jar'
GCS_CONNECTOR_JAR='https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-1.4.3-hadoop1.jar'

# Complete URL for downloading the BigQuery Connector JAR file.
BIGQUERY_CONNECTOR_JAR='https://storage.googleapis.com/hadoop-lib/bigquery/bigquery-connector-0.7.2-hadoop1.jar'
BIGQUERY_CONNECTOR_JAR='https://storage.googleapis.com/hadoop-lib/bigquery/bigquery-connector-0.7.3-hadoop1.jar'

# Complete URL for downloading the configuration script.
BDCONFIG='https://storage.googleapis.com/hadoop-tools/bdconfig/bdconfig-0.28.1.tar.gz'
Expand Down
4 changes: 2 additions & 2 deletions hadoop2_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ CORES_PER_REDUCE_TASK=2.0
CORES_PER_APP_MASTER=2.0

# Connector with Hadoop AbstractFileSystem implemenation for YARN
GCS_CONNECTOR_JAR='https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-1.4.2-hadoop2.jar'
GCS_CONNECTOR_JAR='https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-1.4.3-hadoop2.jar'

BIGQUERY_CONNECTOR_JAR='https://storage.googleapis.com/hadoop-lib/bigquery/bigquery-connector-0.7.2-hadoop2.jar'
BIGQUERY_CONNECTOR_JAR='https://storage.googleapis.com/hadoop-lib/bigquery/bigquery-connector-0.7.3-hadoop2.jar'


HDFS_DATA_DIRS_PERM='700'
Expand Down

0 comments on commit f0d8b34

Please sign in to comment.