I 'fixed' it by downgrading my common-util to the same version as hive
so the signatures would not conflict.
Edward
On Mon, Apr 2, 2012 at 12:18 PM, buddhika chamith
wrote:
> HI Edward,
>
> Thanks for the reply. Please find the created JIRA at [1]. However for
> currently for getting this workin
HI Edward,
Thanks for the reply. Please find the created JIRA at [1]. However for
currently for getting this working would moving these classes to a separate
package structure work? I am willing to patch Hive sources to get this
working if it comes to that. How did you get around the problems you
Yes. This has bitten me before as well. Hive-exec jar builds in some
things from commons lang and commons util. They are needed by
hive-exec jar itself so getting them from distributed cache/auxjars
does not work well. I think the solution is we should probably
repackage commons util into hive-comm