> On Oct. 11, 2013, 11:40 p.m., Dmitriy Ryaboy wrote:
> > trunk/conf/pig.properties, line 66
> > <https://reviews.apache.org/r/14552/diff/4/?file=363949#file363949line66>
> >
> >     drop -- this is redefined below

#EagleEye


> On Oct. 11, 2013, 11:40 p.m., Dmitriy Ryaboy wrote:
> > trunk/src/org/apache/pig/backend/hadoop/executionengine/util/MapRedUtil.java,
> >  line 158
> > <https://reviews.apache.org/r/14552/diff/4/?file=363954#file363954line158>
> >
> >     the name is a bit misleading -- can you rename it so it's more clear 
> > that this is copying tmp file compression settings only?
> >     
> >     what about the tmpfile compression storage config?

Good catch again. We need to copy storage configuration also.

The function is used for instantiating wrapped loaders, so we do not need to 
copy mapred properties (for now). I will add a comment for that.


> On Oct. 11, 2013, 11:40 p.m., Dmitriy Ryaboy wrote:
> > trunk/src/org/apache/pig/impl/io/TFileStorage.java, line 144
> > <https://reviews.apache.org/r/14552/diff/4/?file=363957#file363957line144>
> >
> >     let's allow "gzip" and rewrite it to gz

Will do.


> On Oct. 11, 2013, 11:40 p.m., Dmitriy Ryaboy wrote:
> > trunk/src/org/apache/pig/PigConfiguration.java, line 127
> > <https://reviews.apache.org/r/14552/diff/4/?file=363950#file363950line127>
> >
> >     just for consistency, can we make TFile take 'gz' or 'gzip' while we 
> > are in here?

Will do.


- Aniket


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


On Oct. 11, 2013, 8:43 p.m., Aniket Mokashi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14552/
> -----------------------------------------------------------
> 
> (Updated Oct. 11, 2013, 8:43 p.m.)
> 
> 
> Review request for pig, Cheolsoo Park, Dmitriy Ryaboy, Julien Le Dem, and 
> Rohini Palaniswamy.
> 
> 
> Bugs: PIG-3480
>     https://issues.apache.org/jira/browse/PIG-3480
> 
> 
> Repository: pig
> 
> 
> Description
> -------
> 
> - Added a new parameter to make SequenceFileInterStorage optional.
> - Added tests
> - Refactored apis
> 
> 
> Diffs
> -----
> 
>   trunk/conf/pig.properties 1530468 
>   trunk/src/org/apache/pig/PigConfiguration.java 1530468 
>   
> trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/JobControlCompiler.java
>  1530468 
>   
> trunk/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/partitioners/WeightedRangePartitioner.java
>  1530468 
>   
> trunk/src/org/apache/pig/backend/hadoop/executionengine/physicalLayer/relationalOperators/POPartitionRearrange.java
>  1530468 
>   
> trunk/src/org/apache/pig/backend/hadoop/executionengine/util/MapRedUtil.java 
> 1530468 
>   trunk/src/org/apache/pig/impl/io/InterStorage.java 1530468 
>   trunk/src/org/apache/pig/impl/io/SequenceFileInterStorage.java PRE-CREATION 
>   trunk/src/org/apache/pig/impl/io/TFileStorage.java 1530468 
>   trunk/src/org/apache/pig/impl/util/Utils.java 1530468 
>   trunk/test/org/apache/pig/test/TestTmpFileCompression.java 1530468 
> 
> Diff: https://reviews.apache.org/r/14552/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Aniket Mokashi
> 
>

Reply via email to