binding configuration: Error filling in template opentsdb/hbase.hbase-site.xml.erb:6

76 views
Skip to first unread message

rajdeep

unread,
Sep 14, 2012, 3:49:46 AM9/14/12
to bosh-...@cloudfoundry.org
Getting this error while executing
   $bosh deloy
to deploy cloudfoundry on vSphere

Looks like the following property is missing from my  deployment file : cloudfoundry.yml
  hbase_master.address

   Corresponding line in the template  opentsdb/hbase.hbase-site.xml.erb: : <value>hdfs://<%= properties.hbase_master.address %>:<%= properties.hbase_master.hadoop_namenode.port %>/hbase</value>

Is it possible to get sample snippet which could be used to specify this in the cloudfoundry.yml deployment file? or am i missing something?

Thanks
Rajdeep

Doug MacEachern

unread,
Sep 14, 2012, 2:50:44 PM9/14/12
to bosh-...@cloudfoundry.org
Hi Rajdeep,

Sample snippet below, we'll try to get the docs example updated soon..

jobs:

- name: hbase_slave
template: hbase_slave
instances: 3
resource_pool: infrastructure
persistent_disk: 2048
networks:
- name: default
static_ips:
- 192.168.1.21 - 192.168.1.23

- name: hbase_master
template: hbase_master
instances: 1
resource_pool: infrastructure
persistent_disk: 2048
networks:
- name: default
static_ips:
- 192.168.1.24

properties:

hbase_master:
address: 192.168.1.24
hbase_master:
port: 60000
webui_port: 60010
heap_size: 1024
hbase_zookeeper:
heap_size: 1024
hadoop_namenode:
port: 9000

hbase_slave:
hbase_regionserver:
port: 60020
heap_size: 1024
addresses:
- 192.168.1.21
- 192.168.1.22
- 192.168.1.23

Rajdeep Dua

unread,
Sep 14, 2012, 2:53:44 PM9/14/12
to bosh-...@cloudfoundry.org
Thanks!

stevenpan

unread,
Sep 19, 2012, 3:49:18 AM9/19/12
to bosh-...@cloudfoundry.org, do...@vmware.com
yeah , it's really useful, and thanks for you reply
Reply all
Reply to author
Forward
0 new messages