05:13
> To: hdfs-...@hadoop.apache.org
> Cc: common-dev@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-dev@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-dev@hadoop.apache.org
&
..@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
I would try cleaning hadoop-maven-plugin directory from maven repository to
rule out the stale version and then mv install followed by mvn
eclipse:eclipse before digging in to it further.
Thanks,
Surendra
On Sun, Jul 7, 2013 at 8:28 AM, Uma Maheswara Rao G wrote:
> Hi,
>
> I am seeing this fail