| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
132 (0.142s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-1283] COUNT on null bag causes failure - Pig - [issue]
|
|
...grunt> l = load '/tmp/e.bag' as (b : bag{t: (i : int)}, a : int); b is null for the only rowgrunt> c = foreach l generate COUNT(b); &nbs...
|
|
|
http://issues.apache.org/jira/browse/PIG-1283
Author: Thejas M Nair,
2012-10-19, 00:28
|
|
|
[PIG-2662] skew join does not honor its config parameters - Pig - [issue]
|
|
...Skew join can be configured using pig.sksampler.samplerate and pig.skewedjoin.reduce.memusage. But the section of code the retrieves the config values from properties (PoissonSampleLoader.co...
|
|
|
http://issues.apache.org/jira/browse/PIG-2662
Author: Thejas M Nair,
2012-09-21, 19:53
|
|
|
[PIG-2911] GenMRSkewJoinProcessor uses File.Separator instead of Path.Separator - Pig - [issue]
|
|
...This causes testcase skewjoin.q to fail on windows....
|
|
|
http://issues.apache.org/jira/browse/PIG-2911
Author: Thejas M Nair,
2012-09-07, 21:50
|
|
|
[PIG-2895] jodatime jar missing in pig-withouthadoop.jar - Pig - [issue]
|
|
...jodatime jar is missing in pig-withouthadoop.jar. When an external hadoop.jar is used, pig will fail with class not found error....
|
|
|
http://issues.apache.org/jira/browse/PIG-2895
Author: Thejas M Nair,
2012-08-30, 18:46
|
|
|
[PIG-2893] fix DBStorage compile issue - Pig - [issue]
|
|
...DBStorage does not compile after the datetime patch was committed. The joda datetime was passed as argument to java.sql.PreparedStatement.setDate() instead of java.sql.Date ....
|
|
|
http://issues.apache.org/jira/browse/PIG-2893
Author: Thejas M Nair,
2012-08-30, 02:57
|
|
|
[PIG-2486] python register command does not work in hadoop 0.23 when file path starts with "./" - Pig - [issue]
|
|
..."register './python/scriptingudf.py' using jython as myfuncs;" does not work with hadoop 0.23 . See MAPREDUCE-3700 .It might work if the "./" is removed from the path of the file name, autom...
|
|
|
http://issues.apache.org/jira/browse/PIG-2486
Author: Thejas M Nair,
2012-07-30, 18:13
|
|
|
[PIG-2228] support partial aggregation in map task - Pig - [issue]
|
|
...IntroductionPig does (sort based) partial aggregation in map side through the use of combiner. MR serializes the output of map to a buffer, sorts it on the keys, deserializes and passes the ...
|
|
|
http://issues.apache.org/jira/browse/PIG-2228
Author: Thejas M Nair,
2012-07-19, 23:31
|
|
|
[PIG-2516] sh command should behave like fs command - Pig - [issue]
|
|
...Like fs command, sh command failure should result in query failure when run in batch mode. In interactive mode it should result in a warning.Also, sh command parsing seems to be faulty...
|
|
|
http://issues.apache.org/jira/browse/PIG-2516
Author: Thejas M Nair,
2012-05-11, 20:47
|
|
|
[PIG-2117] support use of relational operators supported within nested-foreach in expressions - Pig - [issue]
|
|
...This is more readable -res = FOREACH gby GENERATE group, FUNC(DISTINCT in.c3);than res = FOREACH gby { dist_c3 = DISTINCT in.c3; GENERATE group, FUNC(dist_c3);}All relations supported within...
|
|
|
http://issues.apache.org/jira/browse/PIG-2117
Author: Thejas M Nair,
2012-04-21, 01:02
|
|
|
[PIG-2590] running ant tar and rpm targets on same copy of pig source results in problems - Pig - [issue]
|
|
...If "ant tar" is run, followed by "ant rpm" then the tar.gz that was generated gets overwritten by an intermediate tar.gz used by the rpm install Running both of them results in duplica...
|
|
|
http://issues.apache.org/jira/browse/PIG-2590
Author: Thejas M Nair,
2012-04-20, 05:48
|
|
|
|