RE: anyone seen this weird "setXIncludeAware is not supported" error?

2016-07-29 Thread Benjamin Ross
of that for others on this list also. Ben From: Frank Luo [j...@merkleinc.com] Sent: Friday, July 29, 2016 4:07 PM To: user@hadoop.apache.org Subject: anyone seen this weird "setXIncludeAware is not supported" error? Ok, this drives me into nuts. I got a

anyone seen this weird "setXIncludeAware is not supported" error?

2016-07-29 Thread Frank Luo
Ok, this drives me into nuts. I got a junit test case as simple as below: @Before public void setup() throws IOException { Job job = Job.getInstance(); Configuration config = job.getConfiguration(); And I got Exception at Job.getInstance() as: