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

Commit

Permalink
Update versions for bdutil release 1.2.1.
Browse files Browse the repository at this point in the history
Set final URLs for bigtable distributables.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=92782550
  • Loading branch information
angusdavis committed May 6, 2015
1 parent 50119a5 commit 4a86007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/bigtable/bigtable_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ COMMAND_STEPS+=(
)

ALPN_REMOTE_JAR=http://central.maven.org/maven2/org/mortbay/jetty/alpn/alpn-boot/7.0.0.v20140317/alpn-boot-7.0.0.v20140317.jar
BIGTABLE_HBASE_JAR=gs://cloud-bigtable-eap/jars/current/bigtable-hbase-0.1.5.jar
BIGTABLE_HBASE_JAR=https://storage.googleapis.com/cloud-bigtable/jars/bigtable-hbase/bigtable-hbase-0.1.5.jar

# Copied from https://archive.apache.org/dist/hbase/stable/hbase-1.0.0-bin.tar.gz
# We don't want to overload the apache servers.
HBASE_TARBALL_URI=gs://cloud-bigtable-eap/hbase-dist/current/hbase-1.0.1-bin.tar.gz
HBASE_TARBALL_URI=https://storage.googleapis.com/cloud-bigtable/hbase-dist/hbase-1.0.1/hbase-1.0.1-bin.tar.gz

BIGTABLE_LIB_DIR=${HBASE_INSTALL_DIR}/lib/bigtable
ALPN_CLASSPATH=${BIGTABLE_LIB_DIR}/alpn-boot-7.0.0.v20140317.jar
Expand Down

0 comments on commit 4a86007

Please sign in to comment.