On Wed, Feb 18, 2009 at 1:06 AM, sandhiya <sandhiy...@gmail.com> wrote:

> Thanks a million!!! It worked. but its a little weird though. I have to put
> the Library with the jdbc jars in BOTH the executable jar file AND the lib
> folder in $HADOOP_HOME. Do all of you do the same thing or is it just my
> computer acting strange??
>

It seems that things that are directly referenced by the jar you are running
can be included in the lib directory in the jar, but things that are loaded
with reflection like JDBC drivers have to be in the Hadoop lib directory. I
don't think it's both.

Reply via email to