; Regards,
>
> Jean-Charles
>
>
>
> Von: bejoy...@yahoo.com [mailto:bejoy...@yahoo.com]
> Gesendet: Montag, 6. Februar 2012 19:48
> An: user@hive.apache.org
> Betreff: Re: Error when Creating an UDF
>
> Hi
> One of your jar is not available and may be that
Hi
One of your jar is not available and may be that has the required UDF or
any related methods.
Hive was not able to locate your first jar
'/scripts/hiveMd5.jar does not exist'
Just fix this with the correct location. Everything should work fine.
Regards
Bejoy K S
From handheld, Please
Add your udf jar to HADOOP_CLASSPATH
Thanks,
Aniket
On Mon, Feb 6, 2012 at 10:01 AM, Mark Grover wrote:
> Hi Jean-Charles,
> Please make sure that your jar is built properly and the class
> com.autoscout24.hive.udf.Md5 exists within the jar.
> Also, make sure the jar gets added properly to Hive
Hi Jean-Charles,
Please make sure that your jar is built properly and the class
com.autoscout24.hive.udf.Md5 exists within the jar.
Also, make sure the jar gets added properly to Hive. You can verify that by
typing "list jars;" on hive command line. You should see your jar name.
Mark
Mark Grov