You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2014/03/28 00:25:15 UTC

[jira] [Commented] (PIG-3837) ant pigperf target is broken in trunk

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

Daniel Dai commented on PIG-3837:
---------------------------------

+1

> 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)