| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
24684 (0.252s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-3314] make better symbol resolving order in Pig - Pig - [issue]
|
|
...this idea comes when we trying to resolve PIG-2248, please take a look the comments starts from https://issues.apache.org/jira/browse/PIG-2248?focusedCommentId=13648831&page=com.atlassia...
|
|
|
http://issues.apache.org/jira/browse/PIG-3314
Author: Johnny Zhang,
2013-05-17, 09:27
|
|
|
[PIG-3317] disable optimizations via pig properties - Pig - [issue]
|
|
...Pig provides a number of optimizations which are described at http://pig.apache.org/docs/r0.11.1/perf.html#optimization-rules. As is described in the docs, all or specific optimizations can ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3317
Author: Travis Crawford,
2013-05-17, 06:54
|
|
|
Using SequenceFileLoader causes exception - Pig - [mail # user]
|
|
...We're trying to use the SequenceFileLoader, but get an error when we try to define the converter classes as so: A = LOAD '/tmp/part-m-00000' using org.apache.pig.piggybank.storage.Sequ...
|
|
|
Author: Ho Duc Ha,
2013-05-17, 06:10
|
|
|
[PIG-3329] RANK operator failed when working with SPLIT - Pig - [issue]
|
|
...input.txt:1 2 34 5 67 8 9script:a = load 'input.txt' using PigStorage(' ') as (a:int, b:int, c:int);SPLIT a into b if a > 0, c if a > 5;d = RANK b;dump d;job will fail with error messa...
|
|
|
http://issues.apache.org/jira/browse/PIG-3329
Author: Redis Liu,
2013-05-17, 04:44
|
|
|
[PIG-3322] AVRO: AvroStorage give NPE on reading file with union as top level schema - Pig - [issue]
|
|
...I am getting NPE when loading a file with AvroStorage a file that has schema like:["null",{"type":"record","name":"TUPLE_0","fields":[{"name":"name","type":["null","string"],"doc":"autogener...
|
|
|
http://issues.apache.org/jira/browse/PIG-3322
Author: Egil Sorensen,
2013-05-17, 04:19
|
|
|
[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-17, 02:20
|
|
|
Review Request: Refactor physical operators to remove methods parameters that are always null - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11203/ Review request for pig, Daniel Dai, Dmitriy Ryaboy, Cheolsoo Park, and Bill Graham. &nbs...
|
|
|
Author: Julien Le Dem,
2013-05-16, 21:35
|
|
|
[PIG-3320] AVRO: no empty field expressed when loading with AvroStorage using reader schema with extra field that has no default - Pig - [issue]
|
|
...Somewhat different use case than PIG-3318:Loading with AvroStorage giving a loader schema that relative to the schema in the Avro file had an extra filed w/o default and expected to see an e...
|
|
|
http://issues.apache.org/jira/browse/PIG-3320
Author: Egil Sorensen,
2013-05-16, 19:29
|
|
|
[PIG-3328] DataBags created with an initial list of tuples don't get registered as spillable - Pig - [issue]
|
|
...DefaultDataBag has a constructor to take ownership of an existing list of tuples as its own contents, but registration for spilling only occurs when adding elements. If a bag starts out big ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3328
Author: Mark Wagner,
2013-05-16, 18:59
|
|
|
Re: Task Attempt failed to report status..Killing !! - Pig - [mail # user]
|
|
...Hi, I tried different things, finally changing the io.sort.mb to a smaller value helped resolving this issue. On 15 May 2013 06:29, Cheolsoo Park wrote: Regar...
|
|
|
Author: Praveen Bysani,
2013-05-16, 17:41
|
|
|
|