Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A480FF0B for ; Wed, 17 Jul 2013 08:04:18 +0000 (UTC) Received: (qmail 65553 invoked by uid 500); 17 Jul 2013 08:04:12 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 65178 invoked by uid 500); 17 Jul 2013 08:04:11 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 65171 invoked by uid 99); 17 Jul 2013 08:04:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 08:04:11 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of liulei412@gmail.com designates 209.85.128.169 as permitted sender) Received: from [209.85.128.169] (HELO mail-ve0-f169.google.com) (209.85.128.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 08:04:06 +0000 Received: by mail-ve0-f169.google.com with SMTP id m1so1237002ves.14 for ; Wed, 17 Jul 2013 01:03:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=fZZSQIef5eBkhDB4kSgfS3OKp7h8d0Ga69TOmKnqGYc=; b=vZzCvMFmMBXjEwGOm9CwxGqqXTGWXowYlmya9BCFKm+Y1y2H35x41YX8lWJImUkGMH +eyhxVzramwWEyAdme1HFjcUGMNHDBX0jpVaLBbXD+4XBCe4xzbAaUswiQEkecaI+Cvu N9CE1E3p8vem+01gnblCU1IOFiQMVywYRH0QgLvP3+Pl5Tqt5lFJyUq+jXrohpxiMQ5p 6kzWPkcIyHIoEMsO2A5FZrM1cEnDHV9u4ky7taGFdQpleTD2MlNGpjOWDFUYkHM4uMCu oP5hR+3wdcRyhkNLZ6syKhT8yvbPpK6Mz4qC0kAnYhoxy5PbSr2C2boQAPcqUWKqwWqy gDWg== MIME-Version: 1.0 X-Received: by 10.58.97.238 with SMTP id ed14mr1676176veb.34.1374048225338; Wed, 17 Jul 2013 01:03:45 -0700 (PDT) Received: by 10.221.42.196 with HTTP; Wed, 17 Jul 2013 01:03:45 -0700 (PDT) Date: Wed, 17 Jul 2013 16:03:45 +0800 Message-ID: Subject: QJM for federation From: lei liu To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=089e013a1666602c0f04e1b0887c X-Virus-Checked: Checked by ClamAV on apache.org --089e013a1666602c0f04e1b0887c Content-Type: text/plain; charset=ISO-8859-1 I have two namespaces, example below: dfs.nameservices ns1,ns2 Can I config the "dfs.namenode.shared.edits.dir" to below content? dfs.namenode.shared.edits.dir qjournal://10.232.98.61:20022;10.232.98.62:20022;10.232.98.63:20022/nn1,nn2 Thanks, LiuLei --089e013a1666602c0f04e1b0887c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I have two namespaces, example below:
<property=
>
    <name>dfs.nameservices</name>
    <value>ns1,ns2</value>
 </property>

Can I config the "dfs.namenode.shared.edits.= dir" to below content?
<property>
<name>dfs.nameno= de.shared.edits.dir</name>
<value>qjournal://10.232.98.61:= 20022;10.232.98.62:20022;10.2= 32.98.63:20022/nn1,nn2</value>
</property>


Thanks,

LiuLei




--089e013a1666602c0f04e1b0887c--