Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HADOOP-12111
-
None
Description
Currently, pig personality always fails at precheck_javac and check_patch_javac by the following error:
forrest.check:
BUILD FAILED
/Users/sekikn/pig/build.xml:648: 'forrest.home' is not defined. Please pass -Dforrest.home=<base of Apache Forrest installation> to Ant on the command-line.
This is because "tar" target depends on "docs" via "package". But publishing documents isn't needed in javac phase. Probably "piggybank" target is suitable for the purpose of this phase. It kicks "jar" target also.