[ 
https://issues.apache.org/jira/browse/PIG-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14525307#comment-14525307
 ] 

Michael Howard commented on PIG-4450:
-------------------------------------

Eyal wrote:
>  I am able to setup an Eclipse environment without build errors. However, not 
> all the unit tests run successfully.

I observe the same.
I followed instructions for manual configuration of eclipse build 
configuration, including manually pulling down: 
 hadoop-yarn-server-applicationhistoryservice-2.6.0.jar

I get a clean build in Eclipse (although with several thousand warnings, 
many/most related to generics) 

A large number of unit tests fail. 

> this test doesn't run successfully when I run it command-line, either, using:
>  ant -Dtestcase=TestAccumulator clean test

In my case, this test seems to hang, but finally succeeds after 17 minutes. 

I have started running all of the tests, but I don't know how long it will take 
to complete. 

Mac OS X
Java 1.7.0_72
URL: http://svn.apache.org/repos/asf/pig/trunk
Revision: 1677318



> Make Pig Eclipse Setup Easier
> -----------------------------
>
>                 Key: PIG-4450
>                 URL: https://issues.apache.org/jira/browse/PIG-4450
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Anthony Hsu
>
> Using the trunk version of Pig, I had to do much more than listed on 
> https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment
>  to get Pig setup and working in Eclipse. I had to do the following:
> # Make sure I'm using Java 7.
> # {{ant clean eclipse-files -Dhadoopversion=23}}
> # {{ant compile gen -Dhadoopversion=23}}
> # In Eclipse, File -> Import -> Existing Projects into Workspace -> Browse to 
> Pig repo -> Finish.
> # Project -> Properties -> Java Build Path -> Source -> Add Folder 
> {{test/perf/pigmix/src/java}}.
> # Project -> Properties -> Java Build Path -> Libraries -> Remove 
> {{javacc-4.2.jar}}.
> # Project -> Properties -> Java Build Path -> Libraries -> Add JAR 
> {{test/perf/pigmix/lib/sdsuLibJKD12.jar}}.
> # Project -> Properties -> Java Build Path -> Libraries -> Add External JAR 
> {{hadoop-yarn-server-applicationhistoryservice\-*.jar}}. (I had to find and 
> download this jar myself. It is needed for running tests.)
> Finally, I was able to build the project without errors and run the tests 
> using JUnit from within Eclipse.
> It would be nice to fix/automate some of these steps.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to