| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
52 (0.107s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Shall we get the machinations machinating for PIG 0.11? - Pig - [mail # dev]
|
|
...This is a link for everything with "Fix For"=0.11 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQ ue ry=project+%3D+PIG+AND+fixVersion+%3D+12318878 And ...
|
|
|
Author: Scott Carey,
2012-06-20, 20:47
|
|
|
Re: Java 7 and Pig, hijacked from PIG-2643 - Pig - [mail # dev]
|
|
...We are starting to test it internally in our cluster. This is a broader hadoop issue. Note, Oracle's last public (free) release of a Java 6 JRE will be towards the end of this ye...
|
|
|
Author: Scott Carey,
2012-04-16, 17:46
|
|
|
Re: Java 7 and Pig, hijacked from PIG-2643 - Pig - [mail # dev]
|
|
... On 4/13/12 1:30 AM, "Gianmarco De Francisci Morales" wrote: Yes, you have to install using the developer preview, but it is available from the same place all other JRE's f...
|
|
|
Author: Scott Carey,
2012-04-16, 17:18
|
|
|
Re: Java 7 and Pig, hijacked from PIG-2643 - Pig - [mail # dev]
|
|
...On 4/12/12 12:02 PM, "Gianmarco De Francisci Morales" wrote: What is the definition of "mature enough"? I'd argue that out of Java 7, Hadoop, Avro, and Pig... Java 7 is th...
|
|
|
Author: Scott Carey,
2012-04-12, 23:10
|
|
|
Re: Cross Product of Two Tuples? - Pig - [mail # user]
|
|
...The documentation is extremely clear: /** * This class takes a list of items and puts them into a bag * T = foreach U generate TOBAG($0, $1, $2); * It's like saying t...
|
|
|
Author: Scott Carey,
2012-04-06, 01:23
|
|
|
Re: Cross Product of Two Tuples? - Pig - [mail # user]
|
|
...On 4/5/12 11:25 AM, "Jonathan Coveney" wrote: I can't see how that could be a bug. What if you want to create a bag with one tuple in it? ...
|
|
|
Author: Scott Carey,
2012-04-05, 20:35
|
|
|
Re: Cross Product of Two Tuples? - Pig - [mail # user]
|
|
...Isn't it FLATTEN(TOBAG(FLATTEN(t1))), FLATTEN(TOBAG(FLATTEN(t2))) or FLATTEN(TOBAG(t1::$0, t1::$1, t1::$2)), FLATTEN(TOBAG(t2::$0, t2::$1)) ? The inner tuple needs to be unpacke...
|
|
|
Author: Scott Carey,
2012-04-05, 17:04
|
|
|
Re: Cross Product of Two Tuples? - Pig - [mail # dev]
|
|
..."FLATTEN(TOBAG(t1)), FLATTEN(TOBAG(t2)) should give you the cross" Why? TOBAG(t1) should give you a bag with one tuple in it. FLATTEN on that gives you one tuple. If you w...
|
|
|
Author: Scott Carey,
2012-04-05, 16:58
|
|
|
Re: Making git the repo of choice for Pig? - Pig - [mail # dev]
|
|
...Git was built with use case #1 being Linux developers exchanging patches as text via e-mail. I am not sure what binary patch support Linus plans or what it would help other than being ...
|
|
|
Author: Scott Carey,
2012-03-29, 01:16
|
|
|
Re: Making git the repo of choice for Pig? - Pig - [mail # dev]
|
|
...On the Avro project, several folk generate a patch using git and upload that to the JIRA, it patches fine using unix 'patch'. Why do you need to switch to svn to generate the patch? A ...
|
|
|
Author: Scott Carey,
2012-03-27, 18:16
|
|
|
|