Sorry for the delay in responding.
I am not trying to run a separate job/query on the intermediate output of
another job/query.
The error is happening in a multi-job mapreduce query. When one step
finishes, the next step is trying to read the output of the previous job
and fails with the "can not
On Thu, May 7, 2015 at 9:57 PM, Viral Bajaria
wrote:
> Since the output is from an intermediate step it was already cleaned up
> and I wasn't able to check.
So that means , path will be empty right.
So the stack trace says right.
java.lang.IllegalArgumentException: Can not create a Path from
7/2015 3:16 AM
To: "User - Hive"
Subject: Re: Error : "Cannot create a path from empty string"
Did you checked the Path?Whether it is empty or contain contents?
On Thu, May 7, 2015 at 1:42 PM, Viral Bajaria wrote:
Hi,
We are facing a weird error in a multi-stage mapreduce
Did you checked the Path?Whether it is empty or contain contents?
On Thu, May 7, 2015 at 1:42 PM, Viral Bajaria
wrote:
> Hi,
>
> We are facing a weird error in a multi-stage mapreduce job (> 10 jobs).
>
> A few stages run fine and then randomly 1 of the job would fail with the
> following error