You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Patcharee Thongtra <Pa...@uni.no> on 2014/05/15 14:22:51 UTC

HCatLoader Table not found

Hi,

I am using HCatLoader to load data from a table (existing in hive).

A = load 'rwf_data' USING org.apache.hcatalog.pig.HCatLoader();
describe A;

I got Error 1115: Table not found : ...

It is weird. Any suggestions on this? Thanks

Patcharee

Re: HCatLoader Table not found

Posted by Cheolsoo Park <pi...@gmail.com>.
HCatLoader is part of Apache Hive. You will get an answer more quickly from
Hive mailing list.


On Thu, May 15, 2014 at 5:22 AM, Patcharee Thongtra <
Patcharee.Thongtra@uni.no> wrote:

> Hi,
>
> I am using HCatLoader to load data from a table (existing in hive).
>
> A = load 'rwf_data' USING org.apache.hcatalog.pig.HCatLoader();
> describe A;
>
> I got Error 1115: Table not found : ...
>
> It is weird. Any suggestions on this? Thanks
>
> Patcharee
>