Sorry, missed the link:
https://forums.aws.amazon.com/thread.jspa?threadID=95988&tstart=25
- Original Message -
From: "Mark Grover"
To: user@hive.apache.org
Sent: Tuesday, June 19, 2012 1:31:25 PM
Subject: Re: Migrating to hive 8.1 on EMR
Rajan,
On a somewhat related note
: Re: Migrating to hive 8.1 on EMR
Hi Ranjan,
Looks like the NPE is getting generated here:
if (0 == getCols().size()) {
throw new HiveException(
"at least one column must be specified for the table");
}
Which would seem to indicate that the table record which was fetched
Hi Ranjan,
Looks like the NPE is getting generated here:
if (0 == getCols().size()) {
throw new HiveException(
"at least one column must be specified for the table");
}
Which would seem to indicate that the table record which was fetched
doesn't have any columns.
Did you
Hi,
I've built a datastore using Hive 7.1 backed by S3 using persistent metadata.
Now that hive 8.1 is available, I'd like to migrate to the new version.
However, I'm having trouble reading tables with the persistent schema. Looking
in the logs, I'm getting stack traces like the following:
20