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 8790010E8F for ; Tue, 25 Nov 2014 23:56:39 +0000 (UTC) Received: (qmail 27367 invoked by uid 500); 25 Nov 2014 23:56:34 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 27221 invoked by uid 500); 25 Nov 2014 23:56:34 -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 27132 invoked by uid 99); 25 Nov 2014 23:56:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 23:56:33 +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 cjnolet@gmail.com designates 209.85.213.178 as permitted sender) Received: from [209.85.213.178] (HELO mail-ig0-f178.google.com) (209.85.213.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 23:56:07 +0000 Received: by mail-ig0-f178.google.com with SMTP id hl2so1688489igb.11 for ; Tue, 25 Nov 2014 15:53:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=25RqupE8a8KBDN5sAEghT2/sPikNz1Ev0DPlrXPEWkg=; b=O2vEtUeg9G1qNHEb5vVRZNxaP+eR26q7k+MugWWA5yaQQUaeVJwoUG3yCELoVRlwL/ 5Q4aSIVpi+9xkDgf45uXPWgiZikB7+6batIvZ2Yix6j+fLvJEVfu+9tbTr7TaysdNQA2 Q9P8VeE73rLiWFCnw09GkITLJahtAfTi3WeC1xl4qcQvTUuP+qlEUgPO+AOrS9U+UMqD F7kApPIoz95U7JCvQaCHL5XcC/FnIRAabSbeDXuav67T8T6pYjZ1YWEEDyy8phtpSiSH u6iZUFv8jinzPme0+1YG1sGN5x28IEwRENom1AfDFpJLFWAi/mbyB6z22JNBjjgUGPJU UBMw== X-Received: by 10.50.114.199 with SMTP id ji7mr19792609igb.49.1416959631567; Tue, 25 Nov 2014 15:53:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.65.14.135 with HTTP; Tue, 25 Nov 2014 15:53:31 -0800 (PST) From: Corey Nolet Date: Tue, 25 Nov 2014 18:53:31 -0500 Message-ID: Subject: Job object toString() is throwing an exception To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=089e013a09048032060508b79f42 X-Virus-Checked: Checked by ClamAV on apache.org --089e013a09048032060508b79f42 Content-Type: text/plain; charset=UTF-8 I was playing around in the Spark shell and newing up an instance of Job that I could use to configure the inputformat for a job. By default, the Scala shell println's the result of every command typed. It throws an exception when it printlns the newly created instance of Job because it looks like it's setting a state upon allocation and it's not happy with the state that it's in when toString() is called before the job is submitted. I'm using Hadoop 2.5.1. I don't see any tickets for this for 2.6. Has anyone else ran into this? --089e013a09048032060508b79f42 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I was playing around in the Spark shell and newing up an i= nstance of Job that I could use to configure the inputformat for a job. By = default, the Scala shell println's the result of every command typed. I= t throws an exception when it printlns the newly created instance of Job be= cause it looks like it's setting a state upon allocation and it's n= ot happy with the state that it's in when toString() is called before t= he job is submitted.

I'm using Hadoop 2.5.1. I don&#= 39;t see any tickets for this for 2.6. Has anyone else ran into this?=C2=A0=
--089e013a09048032060508b79f42--