All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.slider.providers.hbase.instance.appconf.json Maven / Gradle / Ivy

Go to download

Direct provider for slider. This is the original provider from Hoya, moved to one side as it is no longer being actively developed. It contains tests against mini clusters as well as full functional tests

The newest version!
{
  "schema": "http://example.org/specification/v2.0.0",

  "metadata": {


  },

  "global": {
    "env.MALLOC_ARENA_MAX": "4",
    "site.hbase.master.startup.retainassign": "true",
    "site.hbase.cluster.distributed": "true",
    "site.hbase.regionserver.info.port.auto": "true",
    "site.hbase.tmp.dir": "./hbase-tmp",
    "site.hbase.regionserver.hlog.tolerable.lowreplication": "1",
    "site.hbase.master.port": "0",
    "site.hbase.master.info.port": "0",
    "site.hbase.regionserver.port": "0",
    "site.hbase.regionserver.info.port": "0",
    "jvm.heapsize": "256M"
  },

  "components": {
    "master": {
    },
    "worker": {
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy