Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 DB5B210477 for ; Wed, 19 Jun 2013 03:37:14 +0000 (UTC) Received: (qmail 82188 invoked by uid 500); 19 Jun 2013 03:37:04 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 82029 invoked by uid 500); 19 Jun 2013 03:36:58 -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 82009 invoked by uid 99); 19 Jun 2013 03:36:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 03:36:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.160.49 as permitted sender) Received: from [209.85.160.49] (HELO mail-pb0-f49.google.com) (209.85.160.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 03:36:49 +0000 Received: by mail-pb0-f49.google.com with SMTP id jt11so4602706pbb.36 for ; Tue, 18 Jun 2013 20:36:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=SCFPCJBRwk1pb7tZeFrCZR1p5tMXap1/3hpoIkDm4T0=; b=lXfUrP2Q1zcNl95mNKchYBgcI86jX728aCaxOH2YqTUkkXi1rQL+XJj8LGMKmLJvMx A2XaXfThr9feS6n1ZggE3MJp5p84zHov6tTVZs3oY61ho707webDzRaSCjnUinosvuJX Bf69CBDeMwd0QLYJiwShhdFJ61Ucv2qXg1bGEAJifRxe7BQ36WqdZzAD7vzURkPl5Pqg e4zQPYG3mby4v1mh6eRwsIsKGhUnrqsvyekMDD22LNE3XWIqiBVkfGXSgDwBsmdWpAnL hQ425i6axOJ5e6akQcYSiNIaeZwk+h5PHKR8rlYgKh2QF9TwaV2m7+6tAUZKZpCaH+hY LgZA== X-Received: by 10.68.232.136 with SMTP id to8mr914324pbc.9.1371612989618; Tue, 18 Jun 2013 20:36:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.75.168 with HTTP; Tue, 18 Jun 2013 20:36:09 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Wed, 19 Jun 2013 09:06:09 +0530 Message-ID: Subject: Re: Hadoop 1.0.3 join To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQncqFBEuTSYL1vJ2Gsqfj91O5U3QxUe6b9Ydv8m9v++B5v9r2ID8G5DztNiT0Y9XzuHy71V X-Virus-Checked: Checked by ClamAV on apache.org Yes, it doesn't exist in the new API in 1.0.3. On Wed, Jun 19, 2013 at 6:45 AM, Ahmed Elgohary wrote: > Hello, > > I am using hadoop 1.0.3 and trying to join multiple input files using > CompositeInputFormat. It seems to me that I have to use the old api to write > the join job since the new api does not support join in hadoop 1.0.3. Is > that correct? > > thanks, > > --ahmed -- Harsh J