Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 132 (0.3s).
Loading phrases to help you
refine your search...
Re: order by throwing exception in cluster - Pig - [mail # user]
...The exception stack has LocalJobRunner, that is strange. Have you specified the cmd line option "-x mapreduce" ? Is the hadoop conf  dir in class path? -Thejas    On 5/13/11 1...
   Author: Thejas M Nair, 2011-05-13, 23:13
Re: Order By Sampling - Pig - [mail # user]
...The sampling algorithm for order-by samples 100 records from every map task , using a reservoir sampling algorithm. I can't think of a way to store data that could adversely affect this samp...
   Author: Thejas M Nair, 2011-05-06, 19:33
Re: cannot cast issue: Pig filter against flatten column - Pig - [mail # user]
...Are you also using CassandraStorage? Can you paste the entire stack trace  ? It seems CassandraStorage is returning a DataByteArray instead of String, c an you try declaring the schema ...
   Author: Thejas M Nair, 2011-04-29, 00:43
Re: How to improve the performs of PIG Join - Pig - [mail # user]
...Here is the (theoretical) rule of thumb for replicated join : for replicated join to perform significantly better than default join, the  size of the replicated input should be  sm...
   Author: Thejas M Nair, 2011-04-19, 15:41
Re: How to improve the performs of PIG Join - Pig - [mail # user]
...For default join (hash join) - - Increasing the parallelism of the default join should speed it up. - Put the table which has large number of tuples per key as the last table in join . (Yes,...
   Author: Thejas M Nair, 2011-04-18, 23:33
Re: COUNT sometimes returning a float value? - Pig - [mail # user]
...This is strange. Looking at COUNT code, there does not seem to be anyway it  could return a float. Do you have some example data/query that can be used to reproduce this ? Can you paste...
   Author: Thejas M Nair, 2011-04-16, 00:13
Re: Error when running Pig from source code. - Pig - [mail # dev]
...To make the eclipse configuration easier, you can do this before you add th e project in eclipse. It will set the .classpath file used by eclipse appro priately -  Apply the patch PIG-1...
   Author: Thejas M Nair, 2011-04-13, 18:40
Re: Getting errors with BinSedesTuple in my storefunc - Pig - [mail # user]
...Bytearray datatype also represents the 'unkown' type. Ie if pig does not kn ow the type for a field, it uses the bytearray type. In such cases the actu al object will not be an instance of D...
   Author: Thejas M Nair, 2011-04-08, 20:35
Re: Internal error 2999 - misuse of CONCAT? misuse of GROUP? - Pig - [mail # user]
...This feature/syntax seems be causing confusion in many cases , so I have pr oposed deprecating this syntax in the next release . See - https://issues.apache.org/jira/browse/PIG-1967 .  ...
   Author: Thejas M Nair, 2011-04-06, 19:42
Re: Internal error 2999 - misuse of CONCAT? misuse of GROUP? - Pig - [mail # user]
...In the relation TCRaw, there is no column called SrcFuid. As a result, you end up using this feature - http://pig.apache.org/docs/r0.8.0/piglatin_ref2.html#Casting+Relations+to+S c alars . &...
   Author: Thejas M Nair, 2011-04-06, 19:30
Sort:
project
Pig (132)
Hive (55)
Hadoop (2)
HDFS (1)
MapReduce (1)
type
mail # user (94)
issue (24)
mail # dev (14)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (132)
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)
Thejas M Nair