Search Discussions
-
On failure streaming does not store stderr to specified error log file ---------------------------------------------------------------------- Key: PIG-412 URL: ...
Pradeep Kamath (JIRA)
Sep 4, 2008 at 8:54 pm
Sep 13, 2008 at 4:21 pm -
This question is for the mentors. I pushed the release to http://mirror.olnevhost.net/pub/apache/incubator/pig/pig-0.1.0-incubatin g/. All files seems to be in place except for MD5 digest. I checked ...
Olga Natkovich
Sep 11, 2008 at 5:43 pm
Sep 12, 2008 at 6:44 am -
TestBuiltin has an error in testSumFinal ----------------------------------------- Key: PIG-413 URL: https://issues.apache.org/jira/browse/PIG-413 Project: Pig Issue Type: Bug Affects Versions: ...
Pradeep Kamath (JIRA)
Sep 4, 2008 at 9:18 pm
Sep 4, 2008 at 10:30 pm -
Pig Developers, Daniel Dai just joined the team of Pig Committers. Over just a couple of month, Daniel made significant contributions to the Pig project. He implemented LIMIT operator which can help ...
Olga Natkovich
Sep 26, 2008 at 11:29 pm
Sep 27, 2008 at 1:02 am -
Unable to resolve column names ------------------------------ Key: PIG-456 URL: https://issues.apache.org/jira/browse/PIG-456 Project: Pig Issue Type: Bug Components: impl Affects Versions: ...
Shravan Matthur Narayanamurthy (JIRA)
Sep 24, 2008 at 12:53 pm
Sep 24, 2008 at 6:00 pm -
wrong columns produced if incomplete definition provided during load -------------------------------------------------------------------- Key: PIG-435 URL: ...
Olga Natkovich (JIRA)
Sep 17, 2008 at 12:28 am
Sep 18, 2008 at 6:35 pm -
Local Mode is broken -------------------- Key: PIG-417 URL: https://issues.apache.org/jira/browse/PIG-417 Project: Pig Issue Type: Bug Affects Versions: types_branch Reporter: Shravan Matthur ...
Shravan Matthur Narayanamurthy (JIRA)
Sep 5, 2008 at 3:23 pm
Sep 18, 2008 at 6:25 pm -
type information is lost in nested expressions ---------------------------------------------- Key: PIG-423 URL: https://issues.apache.org/jira/browse/PIG-423 Project: Pig Issue Type: Bug Affects ...
Olga Natkovich (JIRA)
Sep 8, 2008 at 11:50 pm
Sep 9, 2008 at 8:18 pm -
Limit on nothing functionality ------------------------------ Key: PIG-420 URL: https://issues.apache.org/jira/browse/PIG-420 Project: Pig Issue Type: Improvement Reporter: Anand Murugappan Pig 2.0 ...
Anand Murugappan (JIRA)
Sep 5, 2008 at 8:51 pm
Sep 5, 2008 at 8:55 pm -
PERFORMANCE: delay type conversion ---------------------------------- Key: PIG-410 URL: https://issues.apache.org/jira/browse/PIG-410 Project: Pig Issue Type: Improvement Reporter: Olga Natkovich ...
Olga Natkovich (JIRA)
Sep 4, 2008 at 12:50 am
Sep 4, 2008 at 12:52 am -
PERFORMANCE: Removing Union from map side of query with COGROUP --------------------------------------------------------------- Key: PIG-409 URL: https://issues.apache.org/jira/browse/PIG-409 ...
Olga Natkovich (JIRA)
Sep 4, 2008 at 12:44 am
Sep 4, 2008 at 12:50 am -
PERFORMANCE: dropping the columns as soon as possible ----------------------------------------------------- Key: PIG-466 URL: https://issues.apache.org/jira/browse/PIG-466 Project: Pig Issue Type: ...
Olga Natkovich (JIRA)
Sep 30, 2008 at 12:03 am
Sep 30, 2008 at 12:03 am -
PERFORMANCE: Order by done in 3 MR jobs, could be done in 2 ------------------------------------------------------------ Key: PIG-460 URL: https://issues.apache.org/jira/browse/PIG-460 Project: Pig ...
Alan Gates (JIRA)
Sep 25, 2008 at 4:30 pm
Sep 25, 2008 at 4:30 pm -
Scope resolution operators in flattened schemas need to be fixed ---------------------------------------------------------------- Key: PIG-453 URL: https://issues.apache.org/jira/browse/PIG-453 ...
Santhosh Srinivasan (JIRA)
Sep 23, 2008 at 9:40 pm
Sep 23, 2008 at 9:40 pm -
Handle realiasing of existing Alias (A=B;) ------------------------------------------- Key: PIG-438 URL: https://issues.apache.org/jira/browse/PIG-438 Project: Pig Issue Type: Bug Affects Versions: ...
Pradeep Kamath (JIRA)
Sep 18, 2008 at 9:51 pm
Sep 18, 2008 at 9:51 pm -
Hi, Pig release 0.1.0 is now available. This is the first Pig release from the incubator! For release details and downloads, visit: http://incubator.apache.org/pig/releases.html ...
Olga Natkovich
Sep 11, 2008 at 9:03 pm
Sep 11, 2008 at 9:03 pm -
A = (a, b, c) I just want add a column 0 into A, and the A will be like this: A = (a, b, c, 0) How can I? I use cross, but when I use PARALLEL BIGGER( =300), it occurs that: ERROR ...
Paradisehit
Sep 8, 2008 at 10:27 am
Sep 8, 2008 at 10:27 am -
Combiner optimizations extended to nested foreach statements as well -------------------------------------------------------------------- Key: PIG-419 URL: ...
Anand Murugappan (JIRA)
Sep 5, 2008 at 8:45 pm
Sep 5, 2008 at 8:45 pm -
I use a hadoop 0.15, and it didn't have the hod contribution, I didn't wanna change my hadoop distribution. If the hod is not necessary, which files would be modified? If the hod should be used, i ...
Paradisehit
Sep 4, 2008 at 4:05 am
Sep 4, 2008 at 4:05 am -
Display hadoop task name and link on the client side ---------------------------------------------------- Key: PIG-408 URL: https://issues.apache.org/jira/browse/PIG-408 Project: Pig Issue Type: ...
Yiping Han (JIRA)
Sep 2, 2008 at 9:56 pm
Sep 2, 2008 at 9:56 pm -
I use GROUP can manage the data that has the same "value" into one bag. For example: character, num (b, 1) (a, 1) (b, 2) group (a, {(a, 2)}) {(a, 1)} = { (a, 1) } (a, 2) (b, {(b, 1)}) (a, 1) (b, 2) ...
Paradisehit
Sep 2, 2008 at 9:45 am
Sep 2, 2008 at 9:45 am
Group Overview
group | dev |
categories | pig, hadoop |
discussions | 71 |
posts | 398 |
users | 8 |
website | pig.apache.org |
Archives
- May 2013 (308)
- April 2013 (469)
- March 2013 (675)
- February 2013 (827)
- January 2013 (548)
- December 2012 (487)
- November 2012 (618)
- October 2012 (1,122)
- September 2012 (561)
- August 2012 (537)
- July 2012 (570)
- June 2012 (571)
- May 2012 (635)
- April 2012 (646)
- March 2012 (752)
- February 2012 (552)
- January 2012 (585)
- December 2011 (550)
- November 2011 (467)
- October 2011 (449)
- September 2011 (416)
- August 2011 (496)
- July 2011 (481)
- June 2011 (367)
- May 2011 (572)
- April 2011 (697)
- March 2011 (840)
- February 2011 (488)
- January 2011 (533)
- December 2010 (341)
- November 2010 (330)
- October 2010 (371)
- September 2010 (681)
- August 2010 (867)
- July 2010 (869)
- June 2010 (484)
- May 2010 (708)
- April 2010 (725)
- March 2010 (922)
- February 2010 (678)
- January 2010 (570)
- December 2009 (863)
- November 2009 (850)
- October 2009 (1,003)
- September 2009 (602)
- August 2009 (495)
- July 2009 (452)
- June 2009 (532)
- May 2009 (400)
- April 2009 (339)
- March 2009 (350)
- February 2009 (227)
- January 2009 (374)
- December 2008 (226)
- November 2008 (162)
- October 2008 (335)
- September 2008 (398)
- August 2008 (353)
- July 2008 (537)
- June 2008 (369)
- May 2008 (499)
- April 2008 (542)
- March 2008 (592)
- February 2008 (536)
- January 2008 (234)
- December 2007 (133)
- November 2007 (296)
- October 2007 (32)