Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 7 from 7 (0.073s).
Loading phrases to help you
refine your search...
[PIG-3233] Deploy a Piggybank Jar - Pig - [issue]
...The attached patch adds the piggybank contrib jar to the mvn-install and mvn-deploy ant targets in the same way as the pigunit & pigsmoke artifacts....
http://issues.apache.org/jira/browse/PIG-3233    Author: Nick White, 2013-03-15, 06:18
[PIG-3124] Push FLATTENs After FILTERs If Possible - Pig - [issue]
...When optimizing a logical plan, it's safe to push a FLATTEN after a FILTER if the columns being flattened don't occur in the expression that the filter is being done on. When the FILTER come...
http://issues.apache.org/jira/browse/PIG-3124    Author: Nick White, 2013-01-23, 21:53
[PIG-3086] Allow A Prefix To Be Added To URIs In PigUnit Tests - Pig - [issue]
...When running PigUnit tests that use the local file system it'd be useful to re-write absolute paths in the pig script under test so you can "jail" the data the test uses to a known folder....
http://issues.apache.org/jira/browse/PIG-3086    Author: Nick White, 2013-01-23, 19:13
[PIG-3123] Simplify Logical Plans By Removing Unneccessary Identity Projections - Pig - [issue]
...The TypeCastInserter inserts a LOForeach into a logical plan even if it doesn't need to make any casts. The attached patch adds a special case to the TypeCastInserter to skip this behaviour ...
http://issues.apache.org/jira/browse/PIG-3123    Author: Nick White, 2013-01-19, 20:28
[PIG-3115] Distinct Build-in Function Doesn't Handle Null Bags - Pig - [issue]
...Calling Distinct(NULL) throws NPEs - it should handle this more gracefully. The attached patch makes Distinct(NULL) == {}, although it could return NULL....
http://issues.apache.org/jira/browse/PIG-3115    Author: Nick White, 2013-01-09, 05:31
[PIG-3095] "which" is called many, many times for each Pig STREAM statement - Pig - [issue]
...STREAM statements are checked by the LogicalPlanBuilder as it comes across them - and these checks include running the system utility "which". However, due to the backtracking parsing mechan...
http://issues.apache.org/jira/browse/PIG-3095    Author: Nick White, 2012-12-16, 20:13
[PIG-3075] Allow AvroStorage STORE Operations To Use Schema Specified By URI - Pig - [issue]
...I've attached a patch that makes AvroStorage accept a "schema_uri" flag when storing an alias. The schema used to store the contents of the alias is the contents of the file the URI refers t...
http://issues.apache.org/jira/browse/PIG-3075    Author: Nick White, 2012-12-10, 06:11
Sort:
project
Sqoop (10)
Pig (7)
Hadoop (2)
Avro (1)
HDFS (1)
type
issue (7)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (7)
last 9 months (7)
author
Dmitriy Ryaboy (1352)
Alan Gates (955)
Jonathan Coveney (732)
Daniel Dai (545)
Russell Jurney (485)
Olga Natkovich (453)
Prashant Kommireddi (367)
Bill Graham (334)
Cheolsoo Park (246)
Mridul Muralidharan (201)
Thejas Nair (195)
Ashutosh Chauhan (169)
Julien Le Dem (154)
Jeff Zhang (146)
Santhosh Srinivasan (142)
Nick White