| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
24712 (4.155s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-3291] TestExampleGenerator fails on Windows because of lack of file name escaping - Pig - [issue]
|
|
...On Windows, all tests fail with an exception like this:Testcase: testFilterGroupCountStore took 0.022 sec Caused an ERRORError during parsing. <line 1, column 228> Unexpected cha...
|
|
|
http://issues.apache.org/jira/browse/PIG-3291
Author: David Wannemacher,
2013-05-14, 19:15
|
|
|
[PIG-3026] Pig checked-in baseline comparisons need a pre-filter to address OS-specific newline differences - Pig - [issue]
|
|
...TestScriptLanguage, TestOptimizeLimit, TestMRCompiler, and TestLogToPhyCompiler compare text files that were checked-in with text files generated at run-time. Because of differences in...
|
|
|
http://issues.apache.org/jira/browse/PIG-3026
Author: John Gordon,
2013-05-14, 19:02
|
|
|
[PIG-3025] TestPruneColumn unit test - SimpleEchoStreamingCommand perl inline script needs simplification - Pig - [issue]
|
|
...The "SimpleEchoStreamingCommand" string, which is an inline perl script, is unnecessarily complicated by escaping nested quote characters on the command-line. As a result, it ends up u...
|
|
|
http://issues.apache.org/jira/browse/PIG-3025
Author: John Gordon,
2013-05-14, 18:58
|
|
|
[PIG-2959] Add a pig.cmd for Pig to run under Windows - Pig - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/PIG-2959
Author: Daniel Dai,
2013-05-14, 18:44
|
|
|
Re: Review Request: disable optimizations via pig properties - Pig - [mail # dev]
|
|
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11032/ (Updated May 14, 2013, 5:23 p.m.) Review request for pig, Julien Le Dem, Bill Gra...
|
|
|
Author: Travis Crawford,
2013-05-14, 17:23
|
|
|
Re: Unit test classpath trouble - Pig - [mail # dev]
|
|
...Thanks, Rohini, the tests all pass. As Cheolsoo suggested, trunk is fine with Hadoop 2.0.4-alpha. Johnny On Mon, May 13, 2013 at 11:55 AM, Rohini Palaniswamy wrote: ...
|
|
|
Author: Johnny Zhang,
2013-05-14, 17:12
|
|
|
Re: PIG: Transform based on value in field - Pig - [mail # user]
|
|
...B = foreach A generate a1, (a2 == 0 ? a2 + 1 : a2) as a2, a3; Alan. On May 14, 2013, at 9:10 AM, Ashish Gupta wrote: ...
|
|
|
Author: Alan Gates,
2013-05-14, 16:20
|
|
|
PIG: Transform based on value in field - Pig - [mail # user]
|
|
...I want to something like this B = FOREACH A GENERATE a1, *if a2 = 0: a2=a2+1 else a2*, a3) how to do " if a2 = 0: a2=a2+1 else a2" in PIG (or it could be "if a2 matches : a...
|
|
|
Author: Ashish Gupta,
2013-05-14, 16:10
|
|
|
Re: Review Request: disable optimizations via pig properties - Pig - [mail # dev]
|
|
... A new org.apache.pig.impl.PigInternalConstants class sounds good. That way there's a class documenting the API for users and a separate one for internals that does not need to clutter...
|
|
|
Author: Julien Le Dem,
2013-05-14, 15:04
|
|
|
Re: Review Request: disable optimizations via pig properties - Pig - [mail # dev]
|
|
... I agree deprecating would be nice, but I'm ok leaving as is for now. - Bill This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1103...
|
|
|
Author: Bill Graham,
2013-05-14, 15:00
|
|
|
|