| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
154 (0.073s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-2702] Make Pig local mode (and tests) faster by working around the hard coded sleep(5000) in hadoop's JobControl - Pig - [issue]
|
|
...the JobControl class polls the jobs statuses with a hard coded sleep(5000) making every job take a minimum of 5 seconds.Since the local mode uses the same code path this makes local mode (an...
|
|
|
http://issues.apache.org/jira/browse/PIG-2702
Author: Julien Le Dem,
2012-05-16, 23:51
|
|
|
[PIG-2659] add source location of the aliases in the physical plan - Pig - [issue]
|
|
...The goal is to provide better information about what is actually running in a job.In particular when alias names are being reused.For example with the following script:A = LOAD 'foo' using P...
|
|
|
http://issues.apache.org/jira/browse/PIG-2659
Author: Julien Le Dem,
2012-05-12, 15:00
|
|
|
[PIG-2698] org.apache.pig.test.TestMRCompiler should be rewritten to actually verify the result is correct - Pig - [issue]
|
|
...right now it compares the text representation of the MR plan to "golden" files.Some of them contain the serialized representation of the physical plan.example: | |--...
|
|
|
http://issues.apache.org/jira/browse/PIG-2698
Author: Julien Le Dem,
2012-05-12, 04:05
|
|
|
Re: [jira] [Resolved] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts - Pig - [mail # dev]
|
|
...Actually I just realized the cause of this. there is an unnecessary "import static junit.framework.Assert.assertEquals;" in mockStorage It probably got added when I put the example in ...
|
|
|
Author: Julien Le Dem,
2012-04-27, 00:39
|
|
|
[PIG-2650] Convenience mock Loader and Storer to simplify unit testing of Pig scripts - Pig - [issue]
|
|
...A test would look as follows:PigServer pigServer = new PigServer(ExecType.LOCAL);TupleFactory tf = TupleFactory.getInstance();Data data = Storage.resetData(pigServer.getPigContext());data.se...
|
|
|
http://issues.apache.org/jira/browse/PIG-2650
Author: Julien Le Dem,
2012-04-27, 00:34
|
|
|
Re: [jira] [Resolved] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts - Pig - [mail # dev]
|
|
...Got it. Will do Julien On Apr 26, 2012, at 4:56 PM, Daniel Dai wrote: do wrote: fix rev="${javacc.version}" name="jackson-mapper-asl" wrote: https://issues.apache.org/jira/browse...
|
|
|
Author: Julien Le Dem,
2012-04-27, 00:10
|
|
|
Re: [jira] [Resolved] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts - Pig - [mail # dev]
|
|
...This is just for Pig 0.10 ? I'm not sure I understand what that does. Could you explain? Julien On Apr 26, 2012, at 2:15 PM, Daniel Dai wrote: rev="${javacc.version}" wrote: http...
|
|
|
Author: Julien Le Dem,
2012-04-26, 23:39
|
|
|
Re: [jira] [Resolved] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts - Pig - [mail # dev]
|
|
...What about setting the goal for test-commit target under a minute and test target under an hour ? opinions ? Julien On Apr 26, 2012, at 3:02 PM, Alan Gates wrote: interface...
|
|
|
Author: Julien Le Dem,
2012-04-26, 23:34
|
|
|
Re: [jira] [Resolved] (PIG-2650) Convenience mock Loader and Storer to simplify unit testing of Pig scripts - Pig - [mail # dev]
|
|
...I'm planning to commit this in 0.10 branch as well The patch has only new files so it will apply cleanly. Any objection? Julien On Apr 26, 2012, at 1:30 PM, Julien Le Dem (JIRA) wrote...
|
|
|
Author: Julien Le Dem,
2012-04-26, 21:07
|
|
|
[PIG-2649] org.apache.pig.parser.ParserValidationException does not expose the cause exception - Pig - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/PIG-2649
Author: Julien Le Dem,
2012-04-13, 03:45
|
|
|
|