Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7CDB7563 for ; Tue, 4 Oct 2011 22:10:03 +0000 (UTC) Received: (qmail 87955 invoked by uid 500); 4 Oct 2011 22:10:03 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 87926 invoked by uid 500); 4 Oct 2011 22:10:03 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 87918 invoked by uid 99); 4 Oct 2011 22:10:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 22:10:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qw0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2011 22:09:57 +0000 Received: by qadb17 with SMTP id b17so1114833qad.14 for ; Tue, 04 Oct 2011 15:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=NsQrqrmooKRK9MU7G80VuDx/3OzorM84at4UDuEJPVw=; b=C48d1zQGwynNImG5lFVic3+3/rxXC904TsI53VxpaO24mKhBv6BWM4Od5/920S0Pjj 47clOBqE9pIQVnOEdjaMygyrM+SmoFM0lO7fPp+JDuUtfrtp/EwUMg7EqQp+Zwt3NXhR Sd3PHcRAIQKXSszd+Se8ODKu1cKXbfocwkn00= MIME-Version: 1.0 Received: by 10.224.200.3 with SMTP id eu3mr1321092qab.279.1317766176290; Tue, 04 Oct 2011 15:09:36 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.224.80.212 with HTTP; Tue, 4 Oct 2011 15:09:36 -0700 (PDT) Date: Tue, 4 Oct 2011 15:09:36 -0700 X-Google-Sender-Auth: PmI_M6AJm8n1Q-NjMRrAYi-DDME Message-ID: Subject: hadoop 0.20.205.0 release candidate testing From: Stack To: HBase Dev List Content-Type: text/plain; charset=ISO-8859-1 I've been doing a bit of hadoop 0.20.205.0 release candidate testing running tip of 0.90 branch on it. I've run into a few issues so far. Maybe folks here have some input. I get this if I try to have 0.90 build against it. Indeed the class is not present in 205. Was wondering what I should use instead: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /home/stack/hbase-0.90.5-SNAPSHOT/src/test/java/org/apache/hadoop/hbase/security/TestUser.java:[28,33] cannot find symbol symbol : class UnixUserGroupInformation location: package org.apache.hadoop.security The last log when we split always has zero edits which seems off. To make it work you need to add commons-config to hbase lib dir and set dfs.support.append=true in hbase-site.xml (maybe I need to set that on the cluster too). The hbase web UI is missing its blue outline when running w/ tip of 0.90. Will look into that too. St.Ack