You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Mark Wagner (JIRA)" <ji...@apache.org> on 2014/02/12 20:35:23 UTC

[jira] [Assigned] (PIG-3446) Umbrella jira for Pig on Tez

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

Mark Wagner reassigned PIG-3446:
--------------------------------

    Assignee: Mark Wagner  (was: Cheolsoo Park)

> Umbrella jira for Pig on Tez
> ----------------------------
>
>                 Key: PIG-3446
>                 URL: https://issues.apache.org/jira/browse/PIG-3446
>             Project: Pig
>          Issue Type: New Feature
>          Components: tez
>    Affects Versions: tez-branch
>            Reporter: Cheolsoo Park
>            Assignee: Mark Wagner
>             Fix For: tez-branch
>
>
> This is a umbrella jira for Pig on Tez. More detailed subtasks will be added.
> More information can be found on the following wiki page:
> https://cwiki.apache.org/confluence/display/PIG/Pig+on+Tez
> How to set up your development environment- 
> # Check out [Tez trunk|https://github.com/apache/incubator-tez].
> # Install protobuf 2.5.0.
> # Build Tez with Hadoop 2.2.0.(By default, it builds against Hadoop trunk, which is 3.0.0.)
> # Install Tez jars on local maven repository with "mvn install -DskipTests".
> # Check out [Pig Tez branch|https://github.com/apache/pig/tree/tez].
> # Build Pig running "ant jar-withouthadoop".
> # Set up a single-node (or multi-node) Hadoop 2.2 cluster.
> # Install Tez following the instructions on the [Tez homepage|http://tez.incubator.apache.org/install.html].
> # Run Pig with "-x tez" option.
> How to run Tez tests-
> * unit test
> {code}
> ant test-tez
> {code}
> By default, exectype is tez, and hadoopversion is 23 in tez branch. But you can run unit tests in mr mode as follows:
> {code}
> ant test -Dexectype=mr -Dhadoopversion=20
> {code}
> * e2e tests
> {code}
> ant -Dharness.old.pig=$PIG_HOME -Dharness.hadoop.home=$HADOOP_HOME -Dharness.cluster.conf=$HADOOP_CONF -Dharness.cluster.bin=$HADOOP_BIN test-e2e-tez -Dhadoopversion=23
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)