| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
737 (0.105s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Review Request: Introduce a syntax making declared aliases optional - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9496/ (Updated March 1, 2013, 10:32 a.m.) Review request for pig, Daniel Dai and Alan Ga...
|
|
|
Author: Jonathan Coveney,
2013-03-01, 10:32
|
|
|
Re: Multiple CurrentTime calls return the same timestamp - Pig - [mail # user]
|
|
...What is a meaningful definition of runtime timestamp? Is it when an individual mapper runs? What happens if mappers are scheduled at very different times? What happens if a mapper fails and ...
|
|
|
Author: Jonathan Coveney,
2013-02-27, 22:49
|
|
|
Re: Multiple CurrentTime calls return the same timestamp - Pig - [mail # user]
|
|
...This is by design, as the notion of a CurrentTime() in a Pig job is a big poorly specified, so we went with something "unremarkable." What do you think it should be? 2013/2/27 Cheolso...
|
|
|
Author: Jonathan Coveney,
2013-02-27, 09:30
|
|
|
Re: Changing the hadoop jobs generation logic - Pig - [mail # user]
|
|
...What do you have in mind? 2013/2/26 Preeti Gupta ...
|
|
|
Author: Jonathan Coveney,
2013-02-27, 09:28
|
|
|
Re: How do we post to the apache pig blog? - Pig - [mail # dev]
|
|
...The pig blog exists: http://blogs.apache.org/pig/ so I think someone has that right? I thought we went through that process a bit ago... 2013/2/22 Bill Graham ...
|
|
|
Author: Jonathan Coveney,
2013-02-22, 23:26
|
|
|
Re: ON_ERROR command - Pig - [mail # dev]
|
|
...To just add my enthusiasm for this idea to the ring, it would be awesome for Pig. If you're interested in making an impact on a key tool in big data, you'll find a lot of people will be keep...
|
|
|
Author: Jonathan Coveney,
2013-02-22, 23:25
|
|
|
Review Request: Let users use any function from PigType -> PigType as if it were builtlin - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9559/ Review request for pig. Description https://issues.apache.org/jira/browse/PI...
|
|
|
Author: Jonathan Coveney,
2013-02-22, 14:14
|
|
|
Re: Replicated join: is there a setting to make this better? - Pig - [mail # dev]
|
|
...One quick way to vastly improve the memory efficiency is to utilize the SchemaTuple addition. https://issues.apache.org/jira/browse/PIG-2359 This should cut memory use in half, a...
|
|
|
Author: Jonathan Coveney,
2013-02-22, 09:17
|
|
|
[PIG-2733] Add *.patch, *.log, *.orig, *.rej, *.class to gitignore - Pig - [issue]
|
|
...These values clutter up my git status, and you shouldn't be checking any of them in....
|
|
|
http://issues.apache.org/jira/browse/PIG-2733
Author: Jonathan Coveney,
2013-02-22, 04:54
|
|
|
[PIG-2724] Make Tuple Iterable - Pig - [issue]
|
|
...Seriously, is there a more annoying pattern than the following?for (int i = 0; i < t.size(); i++) { try { doStuff(t.get(i)); ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2724
Author: Jonathan Coveney,
2013-02-22, 04:54
|
|
|
|