| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
731 (0.095s).
|
|
|
Loading phrases to help you refine your search...
|
|
How is a union of multiple primitives handled? - Pig - [mail # user]
|
|
...The following gist illustrates my question: https://gist.github.com/jcoveney/5320422 It seems pretty surprising to me that all of these cases all return 1.0, at least in python (...
|
|
|
Author: Jonathan Coveney,
2013-04-05, 16:06
|
|
|
Re: Sorting/Partitioning of Pig output - Pig - [mail # user]
|
|
...as far as when the storefunc works, it depends on whether the job is map only or map/reduce. It'll work on the last phase. Generally this is the reduce phase. As far as how pig knows w...
|
|
|
Author: Jonathan Coveney,
2013-03-27, 20:41
|
|
|
Re: EvalFunc finish() closing connections prematurely - Pig - [mail # user]
|
|
...Sorry about not getting to this, Mike! Dmitry's idea is a good one. I still think that something is axing the connections, possible between different map slots on the same mapper. I wo...
|
|
|
Author: Jonathan Coveney,
2013-03-26, 14:48
|
|
|
[PIG-2597] Move grunt from javacc to ANTRL - Pig - [issue]
|
|
...Currently, the parser for queries is in ANTLR, but Grunt is still javacc. The parser is very difficult to work with, and next to impossible to understand or modify. ANTLR provides a much cle...
|
|
|
http://issues.apache.org/jira/browse/PIG-2597
Author: Jonathan Coveney,
2013-03-21, 22:54
|
|
|
Re: String Representation of DataBag and its Schema - Pig - [mail # user]
|
|
...Ack, hit enter. I'd look at the LoadFunc interface, the PigSTorage class, and if you can't make it work without playing a little, let me know. 2013/3/19 Jonathan Coveney ...
|
|
|
Author: Jonathan Coveney,
2013-03-19, 16:54
|
|
|
Re: String Representation of DataBag and its Schema - Pig - [mail # user]
|
|
...doing "new PigStorage()" is possible, but tricky. Maybe some of the other contributors have an easier way of doing this, but in the short term, I'd work on getting that to work. It's mainly ...
|
|
|
Author: Jonathan Coveney,
2013-03-19, 16:53
|
|
|
Re: Review Request: PIG-3215 [piggybank] Add LTSVLoader to load LTSV files - Pig - [mail # dev]
|
|
... Hmm, ask on the dev@ mailing list about this. I understand your reasoning and it is reasonable, but that said, this syntax irks me. I think there has to be a way to do this, but I am ...
|
|
|
Author: Jonathan Coveney,
2013-03-19, 16:45
|
|
|
Re: Review Request: PIG-3015 Rewrite of AvroStorage - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8104/#review18077 src/org/apache/pig/builtin/AvroStorage.java Is th...
|
|
|
Author: Jonathan Coveney,
2013-03-19, 16:40
|
|
|
Re: String Representation of DataBag and its Schema - Pig - [mail # user]
|
|
...I definitely understand the benefits, I just wanted to understand your workflow so could weigh in with what I would do. In your case, if you're going to be making these by hand, then I...
|
|
|
Author: Jonathan Coveney,
2013-03-19, 16:08
|
|
|
Re: String Representation of DataBag and its Schema - Pig - [mail # user]
|
|
...How are you planning on generating these cases? By hand? Or automated? 2013/3/19 Dan DeCapria, CivicScience ...
|
|
|
Author: Jonathan Coveney,
2013-03-19, 15:43
|
|
|
|