Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-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 AFD2D933F for ; Sat, 21 Apr 2012 00:33:22 +0000 (UTC) Received: (qmail 78779 invoked by uid 500); 21 Apr 2012 00:33:22 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 78749 invoked by uid 500); 21 Apr 2012 00:33:22 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 78742 invoked by uid 99); 21 Apr 2012 00:33:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Apr 2012 00:33:22 +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; Sat, 21 Apr 2012 00:33:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4B377238897A; Sat, 21 Apr 2012 00:33:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1328547 - in /incubator/bigtop/trunk/bigtop-deploy/puppet/modules: hadoop-hbase/templates/hbase-site.xml hadoop/templates/hdfs-site.xml Date: Sat, 21 Apr 2012 00:33:01 -0000 To: bigtop-commits@incubator.apache.org From: ptr@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120421003301.4B377238897A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ptr Date: Sat Apr 21 00:33:00 2012 New Revision: 1328547 URL: http://svn.apache.org/viewvc?rev=1328547&view=rev Log: BIGTOP-552. Enable HDFS durable sync (Michael Morello via ptr) (cherry picked from commit 751512590a7bbb5ea5b16cfc4a83ec45005a902f) Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-site.xml incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-site.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-site.xml?rev=1328547&r1=1328546&r2=1328547&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-site.xml (original) +++ incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop-hbase/templates/hbase-site.xml Sat Apr 21 00:33:00 2012 @@ -37,6 +37,18 @@ <%= rootdir %> + + dfs.support.append + true + + +<% if has_variable?("hdfs_shortcut_reader_user") %> + + dfs.client.read.shortcircuit + true + +<% end %> + <% if kerberos_realm != "" %> hbase.regionserver.kerberos.principal Modified: incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml?rev=1328547&r1=1328546&r2=1328547&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml (original) +++ incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/templates/hdfs-site.xml Sat Apr 21 00:33:00 2012 @@ -168,6 +168,25 @@ dfs.data.dir <%= hdfs_data_dirs.join(",") %> + +<% if has_variable?("hdfs_support_append") %> + + dfs.support.append + <%= hdfs_support_append %> + +<% end %> + +<% if has_variable?("hdfs_shortcut_reader_user") %> + + dfs.client.read.shortcircuit + true + + + + dfs.block.local-path-access.user + <%= hdfs_shortcut_reader_user %> + +<% end %> dfs.name.dir