Job object toString() is throwing an exception

2014-11-25 Thread Corey Nolet
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

RE: Job object toString() is throwing an exception

2014-11-25 Thread Rohith Sharma K S
Could you give error message or stack trace? From: Corey Nolet [mailto:cjno...@gmail.com] Sent: 26 November 2014 07:54 To: user@hadoop.apache.org Subject: Job object toString() is throwing an exception I was playing around in the Spark shell and newing up an instance of Job that I could use

Re: Job object toString() is throwing an exception

2014-11-25 Thread Corey Nolet
:* 26 November 2014 07:54 *To:* user@hadoop.apache.org *Subject:* Job object toString() is throwing an exception 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