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 944D110A65 for ; Tue, 3 Dec 2013 18:07:23 +0000 (UTC) Received: (qmail 26418 invoked by uid 500); 3 Dec 2013 18:07:18 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 26223 invoked by uid 500); 3 Dec 2013 18:07:18 -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 26216 invoked by uid 99); 3 Dec 2013 18:07:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 18:07:18 +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 kawa.adam@gmail.com designates 209.85.223.175 as permitted sender) Received: from [209.85.223.175] (HELO mail-ie0-f175.google.com) (209.85.223.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 18:07:11 +0000 Received: by mail-ie0-f175.google.com with SMTP id x13so24840146ief.34 for ; Tue, 03 Dec 2013 10:06:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ysu3CtUvUkVNG0gOJXSfpmS+Os+ityhqSsqkT709Z5o=; b=dqtBNTjbRiZUtaMSXjRzs7ArAJMe4YCR+kYo+Kw5XlZUSb1a38P+JZhNTwpj6ieHYe 1P81bJZI5QO1KG0XnryRoCRPq8VuP/qexr2wnJ1qvSSjJllQeEtnPETPvswhOcghEYJx OINI//udmYN4GBuuh3uaT6BnZny/kIBxpiLRW/Wwp0q0n2XnaRIzy6QOkEHFpKDZNjOy EFuZhqH1p2m5Pr9NgzF6YfYtExy2Up1tYnB/XQeoUKSM9JUO9u1yPkJU+TVrx1nMnNhv B/9YeacV9PZP2kPOjLOkajGWh7xr9KitGDSA2MjTaiYrQHwdQVDa07ljSkUuDITRbqWp 23EQ== MIME-Version: 1.0 X-Received: by 10.50.30.42 with SMTP id p10mr3923167igh.5.1386094011087; Tue, 03 Dec 2013 10:06:51 -0800 (PST) Received: by 10.42.153.136 with HTTP; Tue, 3 Dec 2013 10:06:51 -0800 (PST) In-Reply-To: References: <548767.50670.qm@web54201.mail.re2.yahoo.com> <64068FC5-E978-4953-8F7C-1C036DDA514D@linkedin.com> <6128268D-C984-40BD-9044-8326817554DA@linkedin.com> <5FFC916D-56B6-46ED-83F7-D00339DC234A@linkedin.com> Date: Tue, 3 Dec 2013 19:06:51 +0100 Message-ID: Subject: Re: Decomishining a node From: Adam Kawa To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7bdc9db228c2c604eca529d2 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc9db228c2c604eca529d2 Content-Type: text/plain; charset=ISO-8859-1 > I have override the InputFormat and set the isspitable to return false. > My entire file has to go one mapper only as I set the issplitable false? > Yes. 1) Could you double-check that you have only 1 input file in the input directory. 2) Did you configure your job to use your custom InputFormat (instead of the default one)? --047d7bdc9db228c2c604eca529d2 Content-Type: text/html; charset=ISO-8859-1

I have override the InputFormat and set the isspitable to return false.
My entire file has to go one mapper only as I set the issplitable false?

Yes.

1) Could you double-check that you have only 1 input file in the input directory.
2) Did you configure your job to use your custom InputFormat (instead of the default one)?

--047d7bdc9db228c2c604eca529d2--