| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
24719 (0.042s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Cross product bug pig 0.10? - Pig - [mail # user]
|
|
...I'll try to do that with as simple an example as possible. I ran into this problem in 2 independent scripts. On 5/21/13 1:41 AM, "Jonathan Coveney" wrote: ...
|
|
|
Author: Mehmet Tepedelenlioglu,
2013-05-21, 17:31
|
|
|
Re: Nb of reduce tasks when GROUPing - Pig - [mail # user]
|
|
...As Jonathan mentioned, TOP should obviate this particular use case. But for future examples, the parameters pig.exec.reducers.bytes.per.reducer and pig.exec.reducers.max might be usefu...
|
|
|
Author: Norbert Burger,
2013-05-21, 17:23
|
|
|
Re: Nb of reduce tasks when GROUPing - Pig - [mail # user]
|
|
...OK I got it : http://pig.apache.org/docs/r0.10.0/api/org/apache/pig/builtin/TOP.html Anyway, there is no such thing than a "long" field in my use case: I just want to pick ...
|
|
|
Author: Vincent Barat,
2013-05-21, 16:27
|
|
|
Re: Nb of reduce tasks when GROUPing - Pig - [mail # user]
|
|
...Seems interesting : where can I find it (cannot see this in the documentation) ? Le 20/05/13 00:38, Jonathan Coveney a écrit : Vincent BARAT /CTO,/ /Capptain/ *p.* ...
|
|
|
Author: Vincent Barat,
2013-05-21, 16:16
|
|
|
Re: Nb of reduce tasks when GROUPing - Pig - [mail # user]
|
|
...Thanks for your reply. My goal is actually to AVOID using PARALLEL toi let PIG guess a good number of reducer by itself. Usually it works well for me, so I don't understadn why i...
|
|
|
Author: Vincent Barat,
2013-05-21, 13:23
|
|
|
Re: Cross product bug pig 0.10? - Pig - [mail # user]
|
|
...Any chance you could replicate this for us? Ideally some dummy data and a script? 2013/5/19 Mehmet Tepedelenlioglu ...
|
|
|
Author: Jonathan Coveney,
2013-05-21, 08:41
|
|
|
[PIG-3331] Default values not stored in avro file when using specific schemas during store in AvroStorage - Pig - [issue]
|
|
...Script which stores Avro using a predefined schema does not store the default values in the filea = LOAD 'numbers.txt' USING PigStorage (':') as (intnum1000: int,id:int,intnum5: int,intnum10...
|
|
|
http://issues.apache.org/jira/browse/PIG-3331
Author: Viraj Bhat,
2013-05-21, 05:29
|
|
|
[PIG-3323] AVRO: default value not stored in file when given as paramter to AvroStorage - Pig - [issue]
|
|
...A pig script like the below succeeds, but inspecting the resulting file I find that the schema is stripped of the default value specification.a = load ':INPATH:/types/numbers.txt' using PigS...
|
|
|
http://issues.apache.org/jira/browse/PIG-3323
Author: Egil Sorensen,
2013-05-21, 05:23
|
|
|
[PIG-2330] Problem in org.apache.pig.piggybank.storage.avro.AvroStorage when storing a record with a single field. - Pig - [issue]
|
|
...Running the following script yields a RuntimeException. If the schema is changed to contain two fields, then A can be stored successfully.REGISTER 'piggybank.jar'REGISTER 'avro-1.5.4.j...
|
|
|
http://issues.apache.org/jira/browse/PIG-2330
Author: Stan Rosenberg,
2013-05-21, 02:35
|
|
|
Re: Review Request: Patch to address default values when schemas are merged in AvroStorage. It does this for Records containing primitive values - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11135/ (Updated May 21, 2013, 1:05 a.m.) Review request for pig. Changes So...
|
|
|
Author: Viraj Bhat,
2013-05-21, 01:05
|
|
|
|