| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
169 (0.133s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Welcome our newest committer Prashant Kommireddi - Pig - [mail # user]
|
|
...Congrats Prashant. Hopefully your contributions to Pig will keep flowing in Ashutosh On Thu, May 2, 2013 at 3:41 PM, Mike Sukmanowsky wrote: ...
|
|
|
Author: Ashutosh Chauhan,
2013-05-02, 22:58
|
|
|
[PIG-2602] packageImportList should be configurable - Pig - [issue]
|
|
...Currently, its hard-coded. These strings can be read from some config and then can be used to resolve class names. That should succeed as long as those classes are in classpath....
|
|
|
http://issues.apache.org/jira/browse/PIG-2602
Author: Ashutosh Chauhan,
2013-03-19, 00:04
|
|
|
Re: inconsistency between ivy/library.properties and .eclipse.templates/.classpath - Pig - [mail # dev]
|
|
...You might want to explore http://ant.apache.org/ivy/ivyde/ to fix this. Ashutosh On Wed, Feb 6, 2013 at 10:10 AM, Kyungho Jeon wrote: ...
|
|
|
Author: Ashutosh Chauhan,
2013-02-06, 18:52
|
|
|
[PIG-3109] Missing license headers - Pig - [issue]
|
|
...Quite a few files are missing AL. Also, almost all html files don't have apache headers either....
|
|
|
http://issues.apache.org/jira/browse/PIG-3109
Author: Ashutosh Chauhan,
2013-01-24, 22:38
|
|
|
Re: Can't assign JIRA to myself - Pig - [mail # dev]
|
|
...Added to contributors list. Also, assigned PIG-2591 to you. Feel free to assign more issues to yourself :) And yeah welcome to pig-dev! Ashutosh On Fri, Jan 11, 2013 at 12:39 AM...
|
|
|
Author: Ashutosh Chauhan,
2013-01-11, 08:43
|
|
|
Re: [VOTE] Release Pig 0.10.1 (candidate 2) - Pig - [mail # dev]
|
|
...Downloaded src tar-ball, built and ran simple load-dump scripts. +1 Looks good.With couple of notes: bin/pig in src tarball doesn't have an execute bit set, so users need to do chmod a...
|
|
|
Author: Ashutosh Chauhan,
2012-12-28, 20:12
|
|
|
Re: Join implementations - Pig - [mail # dev]
|
|
...You can start here : http://squarecog.wordpress.com/2009/11/03/apache-pig-apittsburgh-hadoop-user-group/ Thanks, Ashutosh On Tue, Nov 13, 2012 at 3:20 PM, Prashant Kommireddi wro...
|
|
|
Author: Ashutosh Chauhan,
2012-11-14, 03:01
|
|
|
[PIG-2951] Overflow, Underflow errors - Pig - [issue]
|
|
...With very large (or very small) integer values there is a possibility of overflow (or underflow) errors. Worse thing is instead of failing, this currently results in incorrect results being ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2951
Author: Ashutosh Chauhan,
2012-10-10, 23:58
|
|
|
[PIG-2952] Division of an integer by an integer returns an integer - Pig - [issue]
|
|
...Currently, a = load 'data' as (i:int); b = foreach a generate i / 23;will result in values in b being truncated to nearest int.SQL standard says correct behavior in such cases is to return d...
|
|
|
http://issues.apache.org/jira/browse/PIG-2952
Author: Ashutosh Chauhan,
2012-10-08, 04:47
|
|
|
[PIG-959] Merge Join fails when there is a blocking operator before it in query. - Pig - [issue]
|
|
...If there is an order-by, distinct or any other blocking operator in query followed by Merge Join, pig fails to compile it....
|
|
|
http://issues.apache.org/jira/browse/PIG-959
Author: Ashutosh Chauhan,
2012-09-17, 16:20
|
|
|
|