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 A1091E997 for ; Tue, 8 Jan 2013 11:35:36 +0000 (UTC) Received: (qmail 27207 invoked by uid 500); 8 Jan 2013 11:35:31 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 27104 invoked by uid 500); 8 Jan 2013 11:35:31 -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 27091 invoked by uid 99); 8 Jan 2013 11:35:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 11:35:31 +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 wuaner@gmail.com designates 209.85.215.169 as permitted sender) Received: from [209.85.215.169] (HELO mail-ea0-f169.google.com) (209.85.215.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 11:35:23 +0000 Received: by mail-ea0-f169.google.com with SMTP id a12so134106eaa.28 for ; Tue, 08 Jan 2013 03:35:03 -0800 (PST) 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=ckOMAjDRCNhV5G3K9ZN736b+iSbVbUTg+KOwt3frD8w=; b=Dwefp1jI8/0SIqOZI2AX7rU+WQdJI571MhdqiOkryZv0HoPRkQQ7esyRp2k29TI8tu 8dxZ1gcXo0KUTsdGy4ngaqcy9FUtWmN6fgmkmBtiLRIqADJ1ollCUSDYBs3a8h7N3WH+ dYXNVHEmMujLdiWHI6WHAMfkpfhBwnih+sSIXTNUV8K0POJa/7b2bI2LjVFH2JTTwjK6 Jm+43CfvRHXrUPJNWxKRkq+aM8pO0u+PAkqpjA3xbjzU/cBIj3Ed9+vuDfIl7MphTdvw 1EE6EO/43gk9BHOaPsv7zs6Xy58L5jldFnw5w0Vd+peOPwyYKHQC4aJF3qso0y0OQ+8t JiJQ== MIME-Version: 1.0 Received: by 10.14.176.66 with SMTP id a42mr173446730eem.34.1357644903133; Tue, 08 Jan 2013 03:35:03 -0800 (PST) Received: by 10.14.133.200 with HTTP; Tue, 8 Jan 2013 03:35:03 -0800 (PST) Date: Tue, 8 Jan 2013 19:35:03 +0800 Message-ID: Subject: Why the official Hadoop Documents are so messy? From: javaLee To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7b6222d02eb22d04d2c55642 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6222d02eb22d04d2c55642 Content-Type: text/plain; charset=UTF-8 For example,look at the documents about HDFS shell guide: In 0.17, the prefix of HDFS shell is hadoop dfs: http://hadoop.apache.org/docs/r0.17.2/hdfs_shell.html In 0.19, the prefix of HDFS shell is hadoop fs: http://hadoop.apache.org/docs/r0.19.1/hdfs_shell.html#lsr In 1.0.4,the prefix of HDFS shell is hdfs dfs: http://hadoop.apache.org/docs/r1.0.4/file_system_shell.html#ls Reading official Hadoop ducuments is such a suffering. As a end user, I am confused... --047d7b6222d02eb22d04d2c55642 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
For example,look at the documents about HDFS shell guide:<= div>
In 0.17, the prefix of HDFS shell is=C2=A0hadoop dfs:

In 0.19, the prefix of HDFS sh= ell is=C2=A0hadoop fs:

In 1.0.4,the prefix of HDFS sh= ell is=C2=A0hdfs dfs:
=C2=A0

Reading= official Hadoop ducuments is such a suffering.
As a end us= er, I am confused...
--047d7b6222d02eb22d04d2c55642--