05:13
> To: hdfs-dev@hadoop.apache.org
> Cc: common-...@hadoop.apache.org
> Subject: Re: mvn eclipse:eclipse failure on windows
>
> Loading hadoop.dll in tests is supposed to work via a common shared
> maven-surefire-plugin configuration that sets the PATH environment variable
> to
@hadoop.apache.org
Cc: common-...@hadoop.apache.org
Subject: Re: mvn eclipse:eclipse failure on windows
Loading hadoop.dll in tests is supposed to work via a common shared
maven-surefire-plugin configuration that sets the PATH environment variable to
include the build location of the dll:
https
u do a 'mvn install -DskipTests' before running 'mvn
> eclipse:eclipse'.
>
> Thanks,
> Chuan
>
> -Original Message-
> From: Uma Maheswara Rao G [mailto:hadoop@gmail.com]
> Sent: Friday, July 12, 2013 7:42 PM
> To: common-...@hadoop.apache.org
&
ev@hadoop.apache.org
Subject: Re: mvn eclipse:eclipse failure on windows
HI Chris,
eclipse:eclipse works but still I am seeing UnsatisfiesLinkError.
Explicitly I pointed java.library.path to where hadoop.dll geneated. This
dll generated with my clean install command only. My pc is 64 but and
also se
HI Chris,
eclipse:eclipse works but still I am seeing UnsatisfiesLinkError.
Explicitly I pointed java.library.path to where hadoop.dll geneated. This
dll generated with my clean install command only. My pc is 64 but and
also set Platform=x64 while building. But does not help.
Regards,
Uma
Hi Uma,
I just tried getting a fresh copy of trunk and running "mvn clean install
-DskipTests" followed by "mvn eclipse:eclipse -DskipTests". Everything
worked fine in my environment. Are you still seeing the problem?
The UnsatisfiedLinkError seems to indicate that your build couldn't access
ha