| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
544 (0.16s).
|
|
|
Loading phrases to help you refine your search...
|
|
[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
|
|
|
[PIG-2409] Tracking URL for hadoop 23 does not show up - Pig - [issue]
|
|
...Pig used to show a tracking url for hadoop job:More information at: http://localhost:50030/jobdetails.jsp?jobid=job_201112071119_0001This information does not show up in hadoop 23....
|
|
|
http://issues.apache.org/jira/browse/PIG-2409
Author: Daniel Dai,
2012-10-29, 18:51
|
|
|
[ANNOUNCE] Welcome new Apache Pig Committers Rohini Palaniswamy - Pig - [mail # user]
|
|
...Here is another Pig committer announcement today. Please welcome Rohini Palaniswamy to be a Pig committer! Thanks, Daniel...
|
|
|
Author: Daniel Dai,
2012-10-26, 23:37
|
|
|
[PIG-2484] Fix several e2e test failures/aborts for 23 - Pig - [issue]
|
|
...There are still a couple of e2e test aborts/failures for hadoop23. Most of them are due to test infrastructure, minor backward incompatibility change in 23, or recent changes in Pig. Here is...
|
|
|
http://issues.apache.org/jira/browse/PIG-2484
Author: Daniel Dai,
2012-08-25, 01:17
|
|
|
[PIG-1916] Nested cross - Pig - [issue]
|
|
...It is useful to have cross inside foreach nested statement. One typical use case for nested foreach is after cogroup two relations, we want to flatten the records of the same key, and do som...
|
|
|
http://issues.apache.org/jira/browse/PIG-1916
Author: Daniel Dai,
2012-08-24, 19:00
|
|
|
[PIG-2775] Register jar does not goes to classpath in some cases - Pig - [issue]
|
|
...In PIG-2532, we fix this issue in load side, but we still have issue in store side, see http://mail-archives.apache.org/mod_mbox/incubator-hcatalog-user/201206.mbox/%3CCAB2zpW9MY6t-NMdOJ-%2B...
|
|
|
http://issues.apache.org/jira/browse/PIG-2775
Author: Daniel Dai,
2012-07-24, 14:48
|
|
|
Re: Including wonderdog in Pig contrib - Pig - [mail # dev]
|
|
...Who's the author for Wonderdog? Can Russell or the author talk about it in our next hackthon? Also we need to discuss with the author about it. On Tue, Jul 10, 2012 at 9:23 AM, Alan Ga...
|
|
|
Author: Daniel Dai,
2012-07-10, 17:58
|
|
|
Re: Can we set up a pig-git reviewboard, similar to hcatalog-git? - Pig - [mail # dev]
|
|
...The INFRA ticket marked fixed: https://issues.apache.org/jira/browse/INFRA-4994 On Fri, Jun 29, 2012 at 11:35 AM, Jonathan Coveney wrote:...
|
|
|
Author: Daniel Dai,
2012-07-05, 21:23
|
|
|
|