| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
954 (0.089s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: How to combine muliple group by - Pig - [mail # user]
|
|
...Pig will auto-combine these for you. In the script example you give Pig should already be combining both group bys into a single MR job. You can check this by running...
|
|
|
Author: Alan Gates,
2012-05-16, 00:39
|
|
|
[PIG-2640] Usage message gives wrong information for Pig additional jars - Pig - [issue]
|
|
...The usage statement in Main.java says:pig.additional.jars=<comma seperated list of jars>. Used in place of register command.But in PigServer.java it actually splits on ':', not ','. &n...
|
|
|
http://issues.apache.org/jira/browse/PIG-2640
Author: Alan Gates,
2012-05-07, 18:34
|
|
|
[PIG-2677] Add target to build.xml to generate clover summary reports - Pig - [issue]
|
|
...In addition to generating the detailed clover result pages, it is convenient to be able to generate a one page pdf summary. We should add a Pig target to do this....
|
|
|
http://issues.apache.org/jira/browse/PIG-2677
Author: Alan Gates,
2012-05-01, 00:59
|
|
|
Re: [jira] [Resolved] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts - Pig - [mail # dev]
|
|
...+1 to both. I'd actually like to drive the test target closer to the 15 minute range (eventually) but still have fairly high code coverage numbers (I just ran it and we're ...
|
|
|
Author: Alan Gates,
2012-04-27, 00:06
|
|
|
Re: [jira] [Resolved] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts - Pig - [mail # dev]
|
|
...One other caveat I'd like to add, we should never ever check in interface changes on branches. You could argue that falls under disruptive changes, but I think they're wort...
|
|
|
Author: Alan Gates,
2012-04-26, 22:02
|
|
|
[PIG-2227] Wrong jars copied into lib directory in e2e tests when invoked from top level - Pig - [issue]
|
|
...If you do "ant test-e2e" in the top level directory the wrong jars get copied into test/e2e/pig/testdist/lib. The hadoop example jars belong there, instead jars from the top level lib ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2227
Author: Alan Gates,
2012-04-26, 20:33
|
|
|
Re: [VOTE] Release Pig 0.10.0 (candidate 0) - Pig - [mail # dev]
|
|
...Oddly enough that's how we've always done the version numbering in the build file, setting it up for the next version. I agree we should change it, but since we've done it ...
|
|
|
Author: Alan Gates,
2012-04-24, 22:25
|
|
|
Re: New Meetup: Hadoop Summit Pig Meetup - Pig - [mail # user]
|
|
...Not that I'm aware of. But if someone there wanted to organize one we'd be happy to publicize it, etc. You might be able to entice one of the committers to come down ...
|
|
|
Author: Alan Gates,
2012-04-18, 18:18
|
|
|
Fwd: New Meetup: Hadoop Summit Pig Meetup - Pig - [mail # user]
|
|
... Begin forwarded message: would like to get together and talk about Pig. where we decide at the time what to talk about. ...
|
|
|
Author: Alan Gates,
2012-04-18, 00:04
|
|
|
Re: Reading files in outputSchema - Pig - [mail # user]
|
|
...The outputSchema is read on the machine where you start your pig job (referred to as the front end). Where you store the output schema is independent of this however.  ...
|
|
|
Author: Alan Gates,
2012-04-16, 17:49
|
|
|
|