r@hive.apache.org>>
Cc: Sriram Krishnan mailto:skrish...@netflix.com>>
Subject: RE: Mysql metastore configuration error.
I checked the TBLS table. It contains an entry for abcd.
About Hadoop only jobs. Yes I ran examples provided with Hadoop which don’t use
hive at all. They ran fin
x27;abcd'
>
> ** **
>
> I checked the permissions for hiveuser on metastore DB, re-run the command
> “GRANT ALL ON metastore.* TO 'hiveuser'@'%';”, but still when I run the
> java program it gives the same error.
>
> Does this points to anything.
>
> *
command
"GRANT ALL ON metastore.* TO 'hiveuser'@'%';", but still when I run the java
program it gives the same error.
Does this points to anything.
Regards,
Aditya
From: Sriram Krishnan [mailto:skrish...@netflix.com]
Sent: Tuesday, November 22, 2011 1:19 PM
To: user@hi
aditya_sing...@infosys.com>>
Reply-To: mailto:user@hive.apache.org>>
Date: Tue, 22 Nov 2011 12:56:16 +0530
To: "user@hive.apache.org<mailto:user@hive.apache.org>"
mailto:user@hive.apache.org>>
Subject: RE: Mysql metastore configuration error.
Sorry It was a typo.
Sorry It was a typo..
I used "Load data local inpath 'path/to/abcd.txt' into table abcd;" only
Thanks for pointing it out Stephen.
Regards,
Aditya
From: Stephen Boesch [mailto:java...@gmail.com]
Sent: Tuesday, November 22, 2011 12:32 PM
To: user@hive.apache.org
Subject:
Was that code above *verbatim? *
because there is a typo
Hive> Load *s*ata local inpath ‘path/to/abcd.txt’ into table abcd;
(load sata not load data)
2011/11/21 Aditya Singh30
> Hi Everybody,
>
> I am using Apache’s Hadoop-0.20.2 and
> Apache’s Hive-0.7.0.