-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38352/
-----------------------------------------------------------

Review request for pig.


Bugs: PIG-4667
    https://issues.apache.org/jira/browse/PIG-4667


Repository: pig-git


Description
-------

Enable Pig on Spark to run on Yarn Client mode


Diffs
-----

  bin/pig 15341d1 
  build.xml b17b0e1 
  ivy.xml 2ebebdc 
  ivy/libraries.properties 4d1f61e 
  src/docs/src/documentation/content/xdocs/start.xml 97d3a4d 

Diff: https://reviews.apache.org/r/38352/diff/


Testing
-------

Script used for testing
A = LOAD '/tmp/x' USING PigStorage('\t') AS (line);
STORE A INTO '/tmp/y' USING PigStorage(',');

Used the following environment setting before launching the script.
declare -x HADOOP_CONF_DIR="/opt/hadoop-2.6.0.2.2.0.0-2041/etc/hadoop/"
declare -x HADOOP_HOME="/opt/hadoop-2.6.0.2.2.0.0-2041/"
declare -x SPARK_MASTER="yarn-client"


Thanks,

Srikanth Sundarrajan

Reply via email to