Cheolsoo Park created PIG-3837:
----------------------------------
Summary: ant pigperf target is broken in trunk
Key: PIG-3837
URL: https://issues.apache.org/jira/browse/PIG-3837
Project: Pig
Issue Type: Bug
Components: build
Reporter: Cheolsoo Park
Assignee: Cheolsoo Park
Fix For: 0.13.0
Attachments: PIG-3837-1.patch
To reproduce the issue, run {{ant pigperf}}. It fails with the following error-
{code}
BUILD FAILED
/Users/cheolsoop/workspace/pig-apache/build.xml:799: The archive
sdsuLibJKD12.jar doesn't exist
{code}
Although sdsuLibJKD12.jar is checked into trunk (see
[here|https://github.com/apache/pig/tree/trunk/test/perf/pigmix/lib]). But the
path to the jar in build.xml seems broken.
{code}
- <zipfileset src="${lib.dir}/sdsuLibJKD12.jar" />
+ <zipfileset src="test/perf/pigmix/lib/sdsuLibJKD12.jar" />
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)