rote:
>
> I think TableDesc may not be using the right class loader here when it's
> trying to get the class - other parts of the code specify the class loader
> to use but in this context it does not. I've opened
> https://issues.apache.org/jira/browse/HIVE-6495.
>
> On
I am trying to upgrade from Hive 0.10 to 0.12, but I am stuck trying to
debug an error I keep getting. I have a couple of SerDes that I have
developed, but when I try to query tables with these SerDes I get a
ClassNotFoundException for the SerDe class. I know that the jar files have
been loaded OK,