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 5F0E57EE6 for ; Thu, 29 Dec 2011 14:41:50 +0000 (UTC) Received: (qmail 73737 invoked by uid 500); 29 Dec 2011 14:41:49 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 73704 invoked by uid 500); 29 Dec 2011 14:41:49 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 73696 invoked by uid 99); 29 Dec 2011 14:41:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 14:41:49 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of praveensripati@gmail.com designates 209.85.215.176 as permitted sender) Received: from [209.85.215.176] (HELO mail-ey0-f176.google.com) (209.85.215.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 14:41:41 +0000 Received: by eaac13 with SMTP id c13so17196577eaa.35 for ; Thu, 29 Dec 2011 06:41:21 -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=M2s50oIHcNzl06t1qotsX4PtMAP29VBA1ngbhqzK1Jw=; b=EmRGeJLjO09hV3UQyUVhsBm53rtSCDchXIZuKJTSDp2W5kNan/NMyHLTJaHgRbCqY6 iVfXsv6hEQymfi1Ly8TV/1wPHMN14C4/WPfzCOaK+HrjUsGuZulwQZEDbUfCVoWzOjrJ jh+5YEDZKvIUZV3170I7IqkRucg/R608akodY= MIME-Version: 1.0 Received: by 10.205.129.137 with SMTP id hi9mr9088930bkc.90.1325169681404; Thu, 29 Dec 2011 06:41:21 -0800 (PST) Received: by 10.205.124.18 with HTTP; Thu, 29 Dec 2011 06:41:21 -0800 (PST) Date: Thu, 29 Dec 2011 20:11:21 +0530 Message-ID: Subject: 0.22 Release and Security From: Praveen Sripati To: mapreduce-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=00151740169c20923c04b53c1c11 X-Virus-Checked: Checked by ClamAV on apache.org --00151740169c20923c04b53c1c11 Content-Type: text/plain; charset=ISO-8859-1 Hi, The release notes for 0.22 ( http://hadoop.apache.org/common/releases.html#10+December%2C+2011%3A+release+0.22.0+available) it says >The following features are not supported in Hadoop 0.22.0. >Security. >Latest optimizations of the MapReduce framework introduced in the Hadoop 0.20.security line of releases. >Disk-fail-in-place. >JMX-based metrics v2. By Security missing, what all features are missing? Does it mean Kerberos integration is missing? In o.a.h.hdfs.server.datanode.SecureDataNodeStarter.java, the following code is there if(!conf.get(HADOOP_SECURITY_AUTHENTICATION).equals("kerberos")) throw new RuntimeException("Cannot start secure datanode in unsecure cluster"); Regards, Praveen --00151740169c20923c04b53c1c11 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

The release notes for 0.= 22 (http://hadoop.apache.org/common/releases= .html#10+December%2C+2011%3A+release+0.22.0+available) it says

>The following features are not supported in Hadoop 0.22.0.

= =A0=A0=A0 >Security.
=A0=A0=A0 >Latest optimizations of the MapRed= uce framework introduced in the Hadoop 0.20.security line of releases.
= =A0=A0=A0 >Disk-fail-in-place.
=A0=A0=A0 >JMX-based metrics v2.

By Security missing, what all fe= atures are missing? Does it mean Kerberos integration is missing?

In= o.a.h.hdfs.server.datanode.SecureDataNodeStarter.java, the following code = is there

=A0=A0=A0 if(!conf.get(HADOOP_SECURITY_AUTHENTICATION).equals("ker= beros"))
=A0=A0=A0=A0=A0 throw new RuntimeException("Cannot st= art secure datanode in unsecure cluster");

Regards,
Praveen<= br>
--00151740169c20923c04b53c1c11--