Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57C169635 for ; Thu, 23 Feb 2012 16:48:09 +0000 (UTC) Received: (qmail 73638 invoked by uid 500); 23 Feb 2012 16:48:07 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 73594 invoked by uid 500); 23 Feb 2012 16:48:07 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 73578 invoked by uid 99); 23 Feb 2012 16:48:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 16:48:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of javadba@gmail.com designates 209.85.220.169 as permitted sender) Received: from [209.85.220.169] (HELO mail-vx0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 16:48:02 +0000 Received: by vcbf13 with SMTP id f13so1319411vcb.14 for ; Thu, 23 Feb 2012 08:47:41 -0800 (PST) Received-SPF: pass (google.com: domain of javadba@gmail.com designates 10.52.65.100 as permitted sender) client-ip=10.52.65.100; Authentication-Results: mr.google.com; spf=pass (google.com: domain of javadba@gmail.com designates 10.52.65.100 as permitted sender) smtp.mail=javadba@gmail.com; dkim=pass header.i=javadba@gmail.com Received: from mr.google.com ([10.52.65.100]) by 10.52.65.100 with SMTP id w4mr1350259vds.3.1330015661581 (num_hops = 1); Thu, 23 Feb 2012 08:47:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=DZ9ayqstRdoeCD8R1+9cXBcRAD4fYZ8dwnJ+Z31slHA=; b=EsFWgDkg0WsJwUilcNudLWCiqI3xWtptf5Eh62GlDgBBhg/SrLLztM839EQj8OalGO EfcDaJ8XOFdcDRRlM8b9ijNgjG0duaFh3F5ZSo8lNQoi7NEot1denQ7FSdhDXJeQS6v9 fbtMr8kmeuFVYEJwHMLc7SDxI/07ww2CtxV0Q= MIME-Version: 1.0 Received: by 10.52.65.100 with SMTP id w4mr1116330vds.3.1330015661531; Thu, 23 Feb 2012 08:47:41 -0800 (PST) Received: by 10.52.170.139 with HTTP; Thu, 23 Feb 2012 08:47:41 -0800 (PST) Date: Thu, 23 Feb 2012 08:47:41 -0800 Message-ID: Subject: Environment variables in the configuration xml's From: Stephen Boesch To: user Content-Type: multipart/alternative; boundary=20cf307f32ba0d236504b9a467ab --20cf307f32ba0d236504b9a467ab Content-Type: text/plain; charset=ISO-8859-1 I want to do something like core-site.xml: fs.default.name hdfs://${HDFS_SERVER}:${HDFS_PORT}/ After seeing that env vars substitution does not take place, i moved on (using sed -i -e in install scripts..) Any suggestions here, to pick up env vars after restarting the cluster? --20cf307f32ba0d236504b9a467ab--