Ah... i see whats going on.
When hive finally issues a "load" statement that actually USES the SerDe,
hadoop takes over.
At that point, hadoop/lib needs to have the hive serde libraries copied
into it, otherwise it cant find the AbstractSerDe classes.
I wonder if there is a more elegant way to i
Hi folks..
Is there an JDBC or other API driven, programmatic way to launch a Hive Job
using SerDe's from the contrib library?
I've been attempting to run a query using Hive's JDBC driver which uses the
regex SerDe, however, it appears that hive doesn;t see this class. As Im
launching the job f