From hdfs-commits-return-814-apmail-hadoop-hdfs-commits-archive=hadoop.apache.org@hadoop.apache.org Fri Sep 03 21:02:14 2010 Return-Path: Delivered-To: apmail-hadoop-hdfs-commits-archive@minotaur.apache.org Received: (qmail 61813 invoked from network); 3 Sep 2010 21:02:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Sep 2010 21:02:13 -0000 Received: (qmail 80677 invoked by uid 500); 3 Sep 2010 21:02:13 -0000 Delivered-To: apmail-hadoop-hdfs-commits-archive@hadoop.apache.org Received: (qmail 80585 invoked by uid 500); 3 Sep 2010 21:02:13 -0000 Mailing-List: contact hdfs-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-commits@hadoop.apache.org Received: (qmail 80570 invoked by uid 99); 3 Sep 2010 21:02:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 21:02:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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, 03 Sep 2010 21:02:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E254F23888FE; Fri, 3 Sep 2010 21:01:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r992466 - in /hadoop/hdfs/trunk: CHANGES.txt build.xml src/test/krb5.conf Date: Fri, 03 Sep 2010 21:01:51 -0000 To: hdfs-commits@hadoop.apache.org From: jghoman@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100903210151.E254F23888FE@eris.apache.org> Author: jghoman Date: Fri Sep 3 21:01:51 2010 New Revision: 992466 URL: http://svn.apache.org/viewvc?rev=992466&view=rev Log: HDFS-1284. TestBlockToken fails. Contributed by Kan Zhang. Added: hadoop/hdfs/trunk/src/test/krb5.conf Modified: hadoop/hdfs/trunk/CHANGES.txt hadoop/hdfs/trunk/build.xml Modified: hadoop/hdfs/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/CHANGES.txt?rev=992466&r1=992465&r2=992466&view=diff ============================================================================== --- hadoop/hdfs/trunk/CHANGES.txt (original) +++ hadoop/hdfs/trunk/CHANGES.txt Fri Sep 3 21:01:51 2010 @@ -229,6 +229,8 @@ Trunk (unreleased changes) HDFS-1352. Fix jsvc.location. (Eli Collins via jghoman) + HDFS-1284. TestBlockToken fails. (Kan Zhang via jghoman) + Release 0.21.0 - Unreleased INCOMPATIBLE CHANGES Modified: hadoop/hdfs/trunk/build.xml URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/build.xml?rev=992466&r1=992465&r2=992466&view=diff ============================================================================== --- hadoop/hdfs/trunk/build.xml (original) +++ hadoop/hdfs/trunk/build.xml Fri Sep 3 21:01:51 2010 @@ -583,6 +583,7 @@ + Added: hadoop/hdfs/trunk/src/test/krb5.conf URL: http://svn.apache.org/viewvc/hadoop/hdfs/trunk/src/test/krb5.conf?rev=992466&view=auto ============================================================================== --- hadoop/hdfs/trunk/src/test/krb5.conf (added) +++ hadoop/hdfs/trunk/src/test/krb5.conf Fri Sep 3 21:01:51 2010 @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +[libdefaults] + default_realm = APACHE.ORG + udp_preference_limit = 1 + extra_addresses = 127.0.0.1 +[realms] + APACHE.ORG = { + admin_server = localhost:88 + kdc = localhost:88 + } +[domain_realm] + localhost = APACHE.ORG