diff --git a/conf/hbase.schema b/conf/hbase.schema index 27c3507e4..7015725aa 100644 --- a/conf/hbase.schema +++ b/conf/hbase.schema @@ -19,25 +19,25 @@ create "Jobs", {NAME => "summary" } create "SystemMetrics", {NAME => "cpu", VERSIONS => 65535}, -{NAME => "system", VERSION => 65535}, -{NAME => "disk", VERSION => 65535}, -{NAME => "memory", VERSION => 65535}, -{NAME => "swap", VERSION => 65535}, -{NAME => "network", VERSION => 65535}, -{NAME => "tags", VERSION => 65535} +{NAME => "system", VERSIONS => 65535}, +{NAME => "disk", VERSIONS => 65535}, +{NAME => "memory", VERSIONS => 65535}, +{NAME => "swap", VERSIONS => 65535}, +{NAME => "network", VERSIONS => 65535}, +{NAME => "tags", VERSIONS => 65535} create "ClusterSummary", {NAME=> "cpu", VERSIONS => 65535}, -{NAME => "system", VERSION => 65535}, -{NAME => "disk", VERSION => 65535}, -{NAME => "memory", VERSION => 65535}, -{NAME => "network", VERSION => 65535}, -{NAME => "swap", VERSION => 65535}, -{NAME => "hdfs", VERSION => 65535}, -{NAME => "mapreduce", VERSION => 65535} +{NAME => "system", VERSIONS => 65535}, +{NAME => "disk", VERSIONS => 65535}, +{NAME => "memory", VERSIONS => 65535}, +{NAME => "network", VERSIONS => 65535}, +{NAME => "swap", VERSIONS => 65535}, +{NAME => "hdfs", VERSIONS => 65535}, +{NAME => "mapreduce", VERSIONS => 65535} create "chukwa", {NAME=>"chukwaAgent_chunkQueue", VERSIONS => 65535}, -{NAME => "chukwaAgent_metrics", VERSION => 65535}, -{NAME => "chukwaAgent_httpSender", VERSION => 65535} +{NAME => "chukwaAgent_metrics", VERSIONS => 65535}, +{NAME => "chukwaAgent_httpSender", VERSIONS => 65535} create "HBase", {NAME => "master", VERSIONS => 65535}, {NAME => "regionserver", VERSIONS => 65535}