Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 7 from 7 (0.106s).
Loading phrases to help you
refine your search...
[PIG-2767] Pig creates wrong schema after dereferencing nested tuple fields - Pig - [issue]
...The following script fails:data = LOAD 'test_data.txt' USING PigStorage() AS (f1: int, f2: int, f3:int, f4: int);nested = FOREACH data GENERATE f1, (f2, f3, f4) AS nested_tuple;dereferenced ...
http://issues.apache.org/jira/browse/PIG-2767    Author: Jonathan Packer, 2013-04-23, 18:39
[PIG-3141] Giving CSVExcelStorage an option to handle header rows - Pig - [issue]
...Adds an argument to CSVExcelStorage to skip the header row when loading. This works properly with multiple small files each with a header being combined into one split, or a large file with ...
http://issues.apache.org/jira/browse/PIG-3141    Author: Jonathan Packer, 2013-03-26, 04:40
Re: Review Request: PIG-3141 [piggybank] Giving CSVExcelStorage an option to handle header rows - Pig - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9697/  (Updated March 25, 2013, 3:17 p.m.)   Review request for pig.   Changes  C...
   Author: Jonathan Packer, 2013-03-25, 15:17
[PIG-3142] Fixed-width load and store functions for the Piggybank - Pig - [issue]
...Adds load/store functions for fixed width data to the Piggybank. They use the syntax of the unix "cut" command to specify column positions, and have an option to skip the header row when loa...
http://issues.apache.org/jira/browse/PIG-3142    Author: Jonathan Packer, 2013-03-02, 17:16
Re: Review Request: PIG-3141 [piggybank] Giving CSVExcelStorage an option to handle header rows - Pig - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9697/  (Updated March 1, 2013, 2:52 p.m.)   Review request for pig.   Description &nbs...
   Author: Jonathan Packer, 2013-03-01, 14:52
Review Request: PIG-3141 [piggybank] Giving CSVExcelStorage an option to handle header rows - Pig - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9697/  Review request for pig.   Description  Reviewboard for https://issues.apache.or...
   Author: Jonathan Packer, 2013-03-01, 14:51
Pig creates wrong schema after dereferencing nested tuple fields - Pig - [mail # user]
...I'm running into a strange problem where Pig is not detecting the schema correctly when one dereferences multiple fields from a nested tuple. I wanted to check whether this was a bug I shoul...
   Author: Jonathan Packer, 2012-06-22, 19:09
Sort:
project
Pig (7)
type
issue (3)
mail # dev (3)
mail # user (1)
date
last 7 days (0)
last 30 days (1)
last 90 days (6)
last 6 months (6)
last 9 months (7)
author
Dmitriy Ryaboy (1352)
Alan Gates (954)
Jonathan Coveney (730)
Daniel Dai (541)
Russell Jurney (485)
Olga Natkovich (453)
Prashant Kommireddi (367)
Bill Graham (334)
Cheolsoo Park (246)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (154)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Jonathan Packer