Kengo Seki created HADOOP-12134:
-----------------------------------
Summary: Pig personality always fails at precheck_javac and
check_patch_javac
Key: HADOOP-12134
URL: https://issues.apache.org/jira/browse/HADOOP-12134
Project: Hadoop Common
Issue Type: Sub-task
Components: yetus
Affects Versions: HADOOP-12111
Reporter: Kengo Seki
Currently, pig personality always fails at precheck_javac and check_patch_javac
by the following error:
{code}
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.
{code}
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)