File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 33A simple Hello World app that takes your an opaque user ID and uses it as a key to count how often you've
44visited. 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
58541 . Launch ` hbase shell `
5955
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments