----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38352/#review98915 -----------------------------------------------------------
bin/pig (line 370) <https://reviews.apache.org/r/38352/#comment155632> Nit: remove trailing space/tabs. Same below. ivy/libraries.properties (line 41) <https://reviews.apache.org/r/38352/#comment155633> I'm not sure if this upgrade will break anything, as majority of hadoop components are still on 11.0. ivy/libraries.properties (line 71) <https://reviews.apache.org/r/38352/#comment155634> Why do we downgrade? - Xuefu Zhang On Sept. 14, 2015, 11:25 a.m., Srikanth Sundarrajan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/38352/ > ----------------------------------------------------------- > > (Updated Sept. 14, 2015, 11:25 a.m.) > > > 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 > >
