| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
541 (2.819s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-3053] TestMacroExpansion has some invocations of perl scripts without explicitly invoking perl as the interpreter - Pig - [issue]
|
|
...invoking <script.pl> assumes an OS specific implementation detail specific to ELF binary format and the #Unable to render embedded object: File (/bin/env perl or #) not found./bin/perl...
|
|
|
http://issues.apache.org/jira/browse/PIG-3053
Author: Daniel Dai,
2012-11-16, 21:51
|
|
|
[PIG-3052] TestBZip fail on Windows due to new line character - Pig - [issue]
|
|
...The problem is when writing the file, Pig use System.out.println(), which will write "\r\n", which is not expected by the test....
|
|
|
http://issues.apache.org/jira/browse/PIG-3052
Author: Daniel Dai,
2012-11-16, 21:46
|
|
|
Re: Jenkins / Clover - Pig - [mail # dev]
|
|
...Hi, Gianmarco I added you to hudson-jobadmin group. Thanks, Daniel On Thu, Jul 19, 2012 at 12:33 AM, Gianmarco De Francisci Morales wrote:...
|
|
|
Author: Daniel Dai,
2012-11-12, 18:22
|
|
|
[PIG-2953] "which" utility does not exist on Windows - Pig - [issue]
|
|
...It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows....
|
|
|
http://issues.apache.org/jira/browse/PIG-2953
Author: Daniel Dai,
2012-10-31, 23:42
|
|
|
[PIG-2960] Increase the timeout for unit test - Pig - [issue]
|
|
...Unit test under Windows is slower, some of unit tests cannot finish in time. Increase timeout....
|
|
|
http://issues.apache.org/jira/browse/PIG-2960
Author: Daniel Dai,
2012-10-31, 23:12
|
|
|
[PIG-2958] Pig tests do not appear to have a logger attached - Pig - [issue]
|
|
...This causes false failures in TestPigRunner, but also makes debugging somewhat more difficult than it has to be....
|
|
|
http://issues.apache.org/jira/browse/PIG-2958
Author: Daniel Dai,
2012-10-31, 23:09
|
|
|
Re: Pig 0.11 - Pig - [mail # dev]
|
|
...I will try to resolve all Windows related Jiras in a couple of days. Thanks, Daniel On Tue, Oct 30, 2012 at 9:07 AM, Olga Natkovich wrote:...
|
|
|
Author: Daniel Dai,
2012-10-31, 18:17
|
|
|
[PIG-2584] Command line arguments for Pig script - Pig - [issue]
|
|
...We did that for Jython embeded script. It is also useful in Pig script itself:command line: pig a.pig student.txt outputa.pig:a = load '$1' as (a0, a1);store a into '$2';...
|
|
|
http://issues.apache.org/jira/browse/PIG-2584
Author: Daniel Dai,
2012-10-30, 15:42
|
|
|
[PIG-2595] BinCond only works inside parentheses - Pig - [issue]
|
|
...Not sure if we have a Jira for this before. This script does not work:a = load '/user/pig/tests/data/singlefile/studenttab10k' using PigStorage() as (name, age:int, gpa:double, instate:chara...
|
|
|
http://issues.apache.org/jira/browse/PIG-2595
Author: Daniel Dai,
2012-10-29, 23:55
|
|
|
[PIG-2461] Simplify schema syntax for cast - Pig - [issue]
|
|
...Cast into a bag/tuple syntax is confusing:b = foreach a generate (bag{tuple(int,double)})bag0;It's pretty hard to get it right for users. We should make key word "bag"/"tuple" optional....
|
|
|
http://issues.apache.org/jira/browse/PIG-2461
Author: Daniel Dai,
2012-10-29, 22:59
|
|
|
|