Skip to content

Commit bb76c74

Browse files
committed
Merge pull request #34 from GoogleCloudPlatform/lv014
Back to cloud latest, fix README, error in POM
2 parents a7b8c5e + 4f467f5 commit bb76c74

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

java/managed-vms/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
A simple Hello World app that takes your an opaque user ID and uses it as a key to count how often you've
44
visited. The app also provides a simple JSON REST client that enables the GET, POST, and DELETE Verbs.
55

6-
# IMPORTANT – TEMPORARY
7-
# Roll back to this version of the SDK
8-
`gcloud config set --scope=installation component_manager/fixed_sdk_version 0.9.55`
9-
106
`gcloud components update`
117

128
### IMPORTANT - The java samples require that the hbase-bigtable jar be installed in your local maven repository manually:
@@ -53,7 +49,7 @@ Download the [Jar](https://storage.googleapis.com/cloud-bigtable/jars/bigtable-h
5349

5450
`gcloud auth login`
5551

56-
1. Follow the instructions (?? WHERE ??) to enable `hbase shell`
52+
1. Follow the [instructions to enable `hbase shell`](https://cloud.google.com/bigtable/docs/hbase-shell-quickstart)
5753

5854
1. Launch `hbase shell`
5955

java/managed-vms/helloworld/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<artifactId>helloworld</artifactId>
2828

2929
<properties>
30-
<projectid>PROJECT_ID_HERE</projectid>
30+
<projectid>YOUR_PROJECT_ID_HERE</projectid>
3131
<appengine.target.version>1.9.19</appengine.target.version>
32-
<gcloud.plugin.version>0.9.57.v20150425</gcloud.plugin.version>
32+
<gcloud.plugin.version>0.9.58.v20150505</gcloud.plugin.version>
3333
<compileSource>1.7</compileSource>
3434

3535
<bigtable.version>0.1.5</bigtable.version>

java/managed-vms/helloworld/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<automatic-scaling>
3434
<min-num-instances>1</min-num-instances>
3535
<max-num-instances>20</max-num-instances>
36-
<cool-down-period-sec>330</cool-down-period>
36+
<cool-down-period-sec>330</cool-down-period-sec>
3737
<cpu-utilization>
3838
<target-utilization>0.8</target-utilization>
3939
</cpu-utilization>

0 commit comments

Comments
 (0)