[ 
https://issues.apache.org/jira/browse/PIG-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cheolsoo Park updated PIG-3540:
-------------------------------

    Attachment: PIG-3540-hotfix.patch

I am uploading a patch to fix two issues-
# The top level test-e2e-tez target needs piggybank dependency. In fact, this 
is my fault. I put it back and pass "-Dhadoopversion=23" to the command line 
now.
{code}
-    <target name="test-e2e-tez" depends="jar, jar-withouthadoop" 
description="run end-to-end tests in tez mode">
+    <target name="test-e2e-tez" depends="jar, jar-withouthadoop, piggybank" 
description="run end-to-end tests in tez mode">
{code}
# For each test case, a benchmark runs in mapreduce mode. But this fails 
because cluster is configured to run tez jobs. (mapreduce.framework.name is set 
to yarn-tez.) Removing the following line make benchmarks not run:
{code}
-    , 'benchmark_exectype'         => 'mapred'
{code}

Please let me know if I misunderstand anything. Or I will commit it to tez 
branch.

> e2e test for tez
> ----------------
>
>                 Key: PIG-3540
>                 URL: https://issues.apache.org/jira/browse/PIG-3540
>             Project: Pig
>          Issue Type: Sub-task
>          Components: tez
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: tez-branch
>
>         Attachments: PIG-3540-1.patch, PIG-3540-2.patch, PIG-3540-hotfix.patch
>
>
> Need to add e2e tests for tez. Should be able to compare the tez run with 
> mapreduce run.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to