Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5365E664 for ; Thu, 14 Feb 2013 23:49:00 +0000 (UTC) Received: (qmail 64781 invoked by uid 500); 14 Feb 2013 23:49:00 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 64686 invoked by uid 500); 14 Feb 2013 23:49:00 -0000 Mailing-List: contact hdfs-dev-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-dev@hadoop.apache.org Received: (qmail 64675 invoked by uid 99); 14 Feb 2013 23:49:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 23:49:00 +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 (athena.apache.org: domain of andrew.wang@cloudera.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-wg0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 23:48:53 +0000 Received: by mail-wg0-f49.google.com with SMTP id 15so2294067wgd.28 for ; Thu, 14 Feb 2013 15:48:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=Z2uIJafnzQ4+KI82kRGS1b0Lusci91vIwuSJNfPzoGc=; b=OpMYfC4wcWrnJZyH8WmtrvpAji1UxO9jUEN0pYTmhoLa3fp8kDOIc3jlinrxHDYZRu +Monikr13symXHjSDyRBX9xup5Wo+k07IxzIS1EdLd5lQ0q+iZbTfDCUJlD++0nSnucw rwseUWm7k1vtrXSpcnDCQVFG/Q5TMXqdEOMzvfPULRo+AOSq6xOWPJZ/zllHAsccEvxw uySgU5EfH8bPALJNxGVeA2CdKRu4vMIivKMzI6FFkum4EfZjQSss71qMLjtJ+NkN0uet kjm6JnrA7ajAzvDc6OZxOgrPUvsD0wJZlKfdI/xitBCIlujW4SMkJ+fMy8jGvabeFSyw vHug== X-Received: by 10.180.79.104 with SMTP id i8mr765206wix.24.1360885712071; Thu, 14 Feb 2013 15:48:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.19.134 with HTTP; Thu, 14 Feb 2013 15:48:11 -0800 (PST) From: Andrew Wang Date: Thu, 14 Feb 2013 15:48:11 -0800 Message-ID: Subject: are the HDFS javadocs published on the website? To: "hdfs-dev@hadoop.apache.org" Content-Type: multipart/alternative; boundary=f46d0442811c72ae0204d5b7e5eb X-Gm-Message-State: ALoCoQnW+fpMtYn1FDkoPVsus2PhXssQmUHK/8QdtoHCuI7htor2YMdje+O+xFdA6NW+hDx5ruw9 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0442811c72ae0204d5b7e5eb Content-Type: text/plain; charset=ISO-8859-1 Hi all, I think something changed recently regarding the online HDFS javadocs. I'm fairly sure they used to be available online, since it's indexed by google: https://www.google.com/?q=inurl:distributedfilesystem++site%3Ahadoop.apache.org However, all of those results 404 now. Going to the current API doc page ( http://hadoop.apache.org/docs/current/api/), the "Hadoop Distributed FileSystem (HDFS)" link also 404's: http://hadoop.apache.org/docs/current/api/org/apache/hadoop/hdfs/package-summary.html Is this an intended change? I at least found it really handy to have this stuff indexed and available online, even if they aren't user-facing APIs. Best, Andrew --f46d0442811c72ae0204d5b7e5eb--