Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E3F4F6FA for ; Fri, 22 Mar 2013 04:11:50 +0000 (UTC) Received: (qmail 35480 invoked by uid 500); 22 Mar 2013 04:11:49 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 35451 invoked by uid 500); 22 Mar 2013 04:11:49 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 35436 invoked by uid 99); 22 Mar 2013 04:11:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 04:11:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 04:11:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 60FFB2388BF1; Fri, 22 Mar 2013 04:10:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1459619 [19/35] - in /incubator/ambari/site/1.2.2: ./ common/ common/css/ common/images/ common/images/admon/ common/images/callouts/ common/images/cc/ common/jquery/ common/jquery/jquery.qtip-1.0.0-rc3/ common/jquery/theme-redmond/ common... Date: Fri, 22 Mar 2013 04:10:06 -0000 To: ambari-commits@incubator.apache.org From: yusaku@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130322041017.60FFB2388BF1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/ambari/site/1.2.2/content/ambari-chap3-7-5.html URL: http://svn.apache.org/viewvc/incubator/ambari/site/1.2.2/content/ambari-chap3-7-5.html?rev=1459619&view=auto ============================================================================== --- incubator/ambari/site/1.2.2/content/ambari-chap3-7-5.html (added) +++ incubator/ambari/site/1.2.2/content/ambari-chap3-7-5.html Fri Mar 22 04:10:01 2013 @@ -0,0 +1,634 @@ + + + + + + 8.5. HBase - Apache Ambari + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
 
+
+
+
+

 8.5. HBase

+
+
+

This tab covers HBase settings. Here you can set properties for the HBase Master and + RegionServer, as well as some general and advanced properties. Click the name of the group to expand + and collapse the display.

+ +
  + +

Table 3.13. HBase Settings: HBase Master

+ +
+ + + + + + + + + + + + + + + + + + + + + +
NameNotes
HBase Master hostThis value is prepopulated based on your choices on previous screens. The host that has + been + assigned to run HBase. +
+

 HBase Master Maximum Java heap size

+
Maximum Java heap size for HBase master (Java option -Xmx)
+
+
+
+ +
  + +

Table 3.14. HBase Settings: RegionServer

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameNotes
RegionServer hostsThis value is prepopulated based on your choices on previous screens. The hosts that have + been assigned to run RegionServer. +
 HBase Region Servers maximum Java heap size +

Maximum Java heap size for HBase Region Servers (Java option -Xmx)

+ +

Important: For more information on sizing, see Recommended Memory + Configurations for the MapReduce Service for recommended sizing.

+
+

HBase Region Server Handler

+
+

+ Count of RPC Listener instances spun up on RegionServers

+
HBase Region Major Compaction +

The time between major compactions of all HStoreFiles in a region. Set to 0 to disable + automated major compactions.

+
HBase Region Block MultiplierBlock updates if memstore reaches "Multiplier * HBase Region Memstore + Flush + Size" bytes. Useful preventing runaway memstore size during spikes in update + traffic +
HBase Region Memstore Flush Size +

Memstore will be flushed to disk if size of the memstore exceeds this number of bytes.

+
+
+
+
+ +
  + +

Table 3.15. HBase Settings: General

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameNotes
+

HBase HStore compaction threshold

+
+

When HStoreFiles in any one HStore are greater than this number, a compaction is run to rewrite all + HStoreFiles files as one.

+
+

HFile block cache size

+
+

Percentage of maximum heap (-Xmx setting) to allocate to block cache used by HFile/StoreFile. You can + set this to 0 to disable but this is not a recommended practice.

+
+

Maximum HStoreFile Size

+
+

If any one of a column families' HStoreFiles grows to exceed this value, the hosting HRegion + is split in two.

+
+

HBase Client Scanner Caching

+
+

Number of rows that will be fetched when calling next on a scanner if it + is not served from (local, client) memory. Do not set this value such that the time between invocations + is greater than the scanner timeout

+
+

Zookeeper timeout for HBase Session

+
+

HBase passes this to the zk quorum as suggested maximum time for a session.

+
+

HBase Client Maximum key-value Size

+
+

Specifies the combined maximum allowed size of a KeyValue instance. It should be set to a + fraction of the maximum region size.

+
+
+
+
+ +
  + +

Table 3.16. HBase Settings: Advanced

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameNotes
HBase Log DirDirectory for HBase logs
HBase PID DirDirectory for the PID files for HBase processes
HDFS Short-circuit readCheck to enable
HDFS shortcircuit skip checksumSkip checksum for short-circuit read. Check to enable
HDFS append supportCheck to enable
hstore blocking storefilesIf more than this number of StoreFiles in any one Store (one StoreFile is written per flush + of MemStore), then updates are blocked in this HRegion until compaction is completed or until + hbase.hstore.blockingWaitTime is exceeded. +
hbase.master.lease.thread.wakefrequencyThe interval between checks for the expired region server leases. The default is 15 seconds + but may be reduced so that + the master notices a dead RegionServer more quickly. +
hbase.superuserComma-separated list of users who are allowed full privileges across the cluster, + regardless + of stored ACLs. Used only when HBase security is enabled. +
hbase.regionserver.optionalcacheflushintervalAmount of time to wait since the last time a region was flushed before invoking an optional + cache flush. Default is 60,000. +
Custom HBase ConfigsUse this text box to enter values for hbase-site.xml properties not exposed by the UI. + Enter + in "key=value" format, with a newline as a delimiter between pairs. +
+
+
+
+ +
+ +
+
+
+
+ +
loading table of contents... + + +
+
+ +
+
+
+

Search Highlighter (On/Off)

+
+
+
+ + + \ No newline at end of file Added: incubator/ambari/site/1.2.2/content/ambari-chap3-7-6.html URL: http://svn.apache.org/viewvc/incubator/ambari/site/1.2.2/content/ambari-chap3-7-6.html?rev=1459619&view=auto ============================================================================== --- incubator/ambari/site/1.2.2/content/ambari-chap3-7-6.html (added) +++ incubator/ambari/site/1.2.2/content/ambari-chap3-7-6.html Fri Mar 22 04:10:01 2013 @@ -0,0 +1,454 @@ + + + + + + 8.6. ZooKeeper - Apache Ambari + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
 
+
+
+
+

 8.6. ZooKeeper

+
+
+
+

This tab covers ZooKeeper settings. Here you can set properties for ZooKeeper servers as well + as some advanced properties. Click the name of the group to expand and collapse the display

+ +
  + +

Table 3.17. ZooKeeper Settings: ZooKeeper Server

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameNotes

ZooKeeper Server hosts

This value is prepopulated based on your choices on previous screens. The host that is + assigned to run ZooKeeper Server.

ZooKeeper directory

Data directory for ZooKeeper.

Length of single Tick

The length of a single tick in milliseconds, which is the basic time unit used by + ZooKeeper

Ticks to allow for sync at Init

Amount of time in ticks to allow followers to connect and sync to a leader

Ticks to allow for sync at Runtime

Amount of time in ticks to allow followers to connect

Port for Running ZK Server

Port for running ZK server

+
+
+
+ +
  + +

Table 3.18. ZooKeeper Settings: Advanced

+ +
+ + + + + + + + + + + + + + + + + + + + + +
NameNotes
ZooKeeper Log DirDirectory for ZooKeeper log files
ZooKeeper PID DirDirectory for the PID files for ZooKeeper processes
+
+
+
+ +
+ +
+
+
+
+ +
loading table of contents... + + +
+
+ +
+
+
+

Search Highlighter (On/Off)

+
+
+
+ + + \ No newline at end of file