You are probably not getting an error because the exception is happening
inside of Hive.  I'd still consider this a bug if you'd like to open a JIRA.

On Mon, Sep 8, 2014 at 3:02 AM, jamborta <jambo...@gmail.com> wrote:

> thank you for the replies.
>
> I am running an insert on a join (INSERT OVERWRITE TABLE new_table select *
> from table1 as a join table2 as b on (a.key = b.key),
>
> The process does not have the right permission to write to that folder, so
> I
> get the following error printed:
> chgrp: `/user/x/y': No such file or directory
> chmod: `/user/x/y': No such file or directory
> and it returns an empty RDD without getting an exception.
>
> thanks,
>
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-check-if-query-is-completed-pyspark-tp13630p13685.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>

Reply via email to