Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 66157 invoked from network); 17 Oct 2007 19:37:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 19:37:29 -0000 Received: (qmail 46572 invoked by uid 500); 17 Oct 2007 19:28:04 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 46542 invoked by uid 500); 17 Oct 2007 19:28:04 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 46533 invoked by uid 99); 17 Oct 2007 19:28:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 12:28:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 19:28:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D465971420E for ; Wed, 17 Oct 2007 12:27:55 -0700 (PDT) Message-ID: <5972327.1192649275867.JavaMail.jira@brutus> Date: Wed, 17 Oct 2007 12:27:55 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2046) Documentation: Hadoop Install/Configuration Guide and Map-Reduce User Manual In-Reply-To: <6860151.1192221771210.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-2046: ---------------------------------- Attachment: HADOOP-2046_1_20071018.patch Here is a quick heads-up with updated javadocs for Configuration (from HADOOP-1881), JobConf, JobClient, RunningJob and ClusterStatus... > Documentation: Hadoop Install/Configuration Guide and Map-Reduce User Manual > ---------------------------------------------------------------------------- > > Key: HADOOP-2046 > URL: https://issues.apache.org/jira/browse/HADOOP-2046 > Project: Hadoop > Issue Type: Improvement > Components: documentation > Affects Versions: 0.14.2 > Reporter: Arun C Murthy > Assignee: Arun C Murthy > Priority: Critical > Fix For: 0.15.0 > > Attachments: HADOOP-2046_1_20071018.patch > > > I'd like to put forward some thoughts on how to structure reasonably detailed documentation for hadoop. > Essentially I think of atleast 3 different profiles to target: > * hadoop-dev, folks who are actively involved improving/fixing hadoop. > * hadoop-user > ** mapred application writers and/or folks who directly use hdfs > ** hadoop cluster administrators > For this issue, I'd like to first target the latter category (admin and hdfs/mapred user) - where, arguably, is the biggest bang for the buck, right now. > There is a crying need to get user-level stuff documented, judging by the sheer no. of emails we get on the hadoop lists... > ---- > *1. Installing/Configuration Guides* > This set of documents caters to folks ranging from someone just playing with hadoop on a single-node to operations teams who administer hadoop on several nodes (thousands). To ensure we cover all bases I'm thinking along the lines of: > * _Download, install and configure hadoop_ on a single-node cluster: including a few comments on how to run examples (word-count) etc. > * *Admin Guide*: Install and configure a real, distributed cluster. > * *Tune Hadoop*: Separate sections on how to tune hdfs and map-reduce, targeting power admins/users. > I reckon most of this would be done via forrest, with appropriate links to javadoc. > --- > *2. User Manual* > This set is geared for people who use hdfs and/or map-reduce per-se. Stuff to document: > * Write a really simple mapred application, just fitting the blocks together i.e. maybe a walk-through of a couple of examples like word-count, sort etc. > * Detailed information on important map-reduce user-interfaces: > *- JobConf > *- JobClient > *- Tool & ToolRunner > *- InputFormat > *-- InputSplit > *-- RecordReader > *- Mapper > *- Reducer > *- Reporter > *- OutputCollector > *- Writable > *- WritableComparable > *- OutputFormat > *- DistributedCache > * SequenceFile > *- Compression types: NONE, RECORD, BLOCK > * Hadoop Streaming > * Hadoop Pipes > I reckon most of this would land up in the javadocs, specifically package.html and some via forrest. > ---- > Also, as discussed in HADOOP-1881, it would be quite useful to maintain documentation per-release, even on the hadoop website i.e. we could have a main documentation page link to documentation per-release and to the trunk. > ---- > Thoughts? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.