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 3
3
A simple Hello World app that takes your an opaque user ID and uses it as a key to count how often you've
4
4
visited. The app also provides a simple JSON REST client that enables the GET, POST, and DELETE Verbs.
5
5
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
-
10
6
` gcloud components update `
11
7
12
8
### 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
53
49
54
50
` gcloud auth login `
55
51
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 )
57
53
58
54
1 . Launch ` hbase shell `
59
55
Original file line number Diff line number Diff line change 27
27
<artifactId >helloworld</artifactId >
28
28
29
29
<properties >
30
- <projectid >PROJECT_ID_HERE </projectid >
30
+ <projectid >YOUR_PROJECT_ID_HERE </projectid >
31
31
<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>
33
33
<compileSource >1.7</compileSource >
34
34
35
35
<bigtable .version>0.1.5</bigtable .version>
Original file line number Diff line number Diff line change 33
33
<automatic-scaling >
34
34
<min-num-instances >1</min-num-instances >
35
35
<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 >
37
37
<cpu-utilization >
38
38
<target-utilization >0.8</target-utilization >
39
39
</cpu-utilization >
You can’t perform that action at this time.
0 commit comments