aboutsummaryrefslogtreecommitdiff
path: root/contrib/storage-hbase/src/main/resources/bootstrap-storage-plugins.json
blob: 530a407c84685d9b0cf5a6aa4495afcb9f9bfcb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "storage":{
    hbase : {
      type:"hbase",
      config : {
        "hbase.zookeeper.quorum" : "localhost",
        "hbase.zookeeper.property.clientPort" : 2181
      },
      enabled: false
    }
  }
}