| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
955 (0.073s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Jenkins / Clover - Pig - [mail # dev]
|
|
...Daniel needs to do that actually, since he's the VP. I don't have permission. Alan. On Jul 19, 2012, at 12:33 AM, Gianmarco De Francisci Morales wrote: wrote: h...
|
|
|
Author: Alan Gates,
2012-07-19, 17:37
|
|
|
Re: Jenkins / Clover - Pig - [mail # dev]
|
|
...http://wiki.apache.org/general/Jenkins?action=show&redirect=Hudson describes how to get an account so you can administer the Jenkins builds. Alan. On Jul 18, 2012, at...
|
|
|
Author: Alan Gates,
2012-07-18, 23:17
|
|
|
Re: Jenkins / Clover - Pig - [mail # dev]
|
|
...I'm fine with removing it from the nightly build. I don't see any reason to run that every day, especially since it slows down the tests. Let's not remove it from ant, as ...
|
|
|
Author: Alan Gates,
2012-07-18, 01:05
|
|
|
Re: apache tar releases don't contain piggybank as a jar - Pig - [mail # user]
|
|
...The big reason is we'd like to split off piggybank into a separate source control system (like github) rather than keeping it in Pig proper. Given this, it doesn't make sen...
|
|
|
Author: Alan Gates,
2012-07-16, 13:58
|
|
|
Re: Including wonderdog in Pig contrib - Pig - [mail # dev]
|
|
...I agree with Dmitriy. Everything we have put in contrib so far has rotted there. Would it make sense in our github piggybank to allow others to put in companion proje...
|
|
|
Author: Alan Gates,
2012-07-13, 18:41
|
|
|
Including wonderdog in Pig contrib - Pig - [mail # dev]
|
|
...From https://issues.apache.org/jira/browse/PIG-2803 posted yesterday by Russell. I'm copying it here because I think we need to discuss this and decide what we want to do: ...
|
|
|
Author: Alan Gates,
2012-07-10, 16:23
|
|
|
Re: Pig for MongoDB - Pig - [mail # dev]
|
|
...There are mongo load and store functions for pig at https://github.com/mongodb/mongo-hadoop/ Is this what you were looking for or were you more asking if pig and mongo play well ...
|
|
|
Author: Alan Gates,
2012-07-08, 00:39
|
|
|
Re: Join with greater/less then condition - Pig - [mail # user]
|
|
...Pig can only do equi-joins. Theta joins are hard in MapReduce. So the way to do this is do the equi-join and then filter afterwards. This will not create signif...
|
|
|
Author: Alan Gates,
2012-07-05, 19:43
|
|
|
Re: One file with sorted results. - Pig - [mail # user]
|
|
...You can set different parallel levels at different parts of your script by attaching parallel to the different operations. For example: Y = join W by a, X by b parallel 100...
|
|
|
Author: Alan Gates,
2012-07-03, 14:56
|
|
|
Re: Best Practice: store depending on data content - Pig - [mail # user]
|
|
...On Jul 2, 2012, at 5:57 AM, Ruslan Al-Fakikh wrote: I wasn't trying to say you were right or wrong, just trying to understand your perspective. It's true Avro can store sc...
|
|
|
Author: Alan Gates,
2012-07-02, 18:43
|
|
|
|