| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
132 (0.082s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Magic numbers in my pig scripts - Pig - [mail # user]
|
|
...Support for functions as part of the turing complete pig effort should help (it is in early design stages)- http://wiki.apache.org/pig/TuringCompletePig -Thejas On 9/29/10...
|
|
|
Author: Thejas M Nair,
2010-09-29, 22:59
|
|
|
Re: Best way to work on Cassandra Data? - Pig - [mail # user]
|
|
...On 9/26/10 8:46 AM, "Christian Decker" wrote: I rn I o Does CassandraConvert return Map ? In that case your pig statement should be - scrows = FOREACH c...
|
|
|
Author: Thejas M Nair,
2010-09-27, 13:38
|
|
|
Re: NOT matches - Pig - [mail # user]
|
|
... On 9/26/10 10:50 AM, "Russell Jurney" wrote: B = FILTER A BY NOT(field_foo matches 'test'); d_foo Yes, I think it would make sense to support this sytnax as w...
|
|
|
Author: Thejas M Nair,
2010-09-27, 12:19
|
|
|
Re: Problem with Pig Store command - Pig - [mail # user]
|
|
... On 9/21/10 1:50 PM, "Alex Wang" wrote: I didn't understand what you meant here. Can you give an example of query where the store works ? That might help in understanding ...
|
|
|
Author: Thejas M Nair,
2010-09-22, 22:53
|
|
|
Re: specify temp folder? - Pig - [mail # user]
|
|
...The temp files between MR jobs are stored on dfs. This has to be on dfs as these are inputs to the next MR job. -Thejas On 9/13/10 3:15 PM, "jiang licht" wrote: All ...
|
|
|
Author: Thejas M Nair,
2010-09-13, 22:21
|
|
|
Re: COUNT(A.field1) - Pig - [mail # user]
|
|
...Yes, Zebra has columnar storage format. Regarding selective deserialization (ie deserializing only columns that ar e actually needed for the pig query) - As per my understanding elepha...
|
|
|
Author: Thejas M Nair,
2010-09-10, 15:38
|
|
|
Re: Working on multiple rows - Pig - [mail # user]
|
|
...Can you give the multiple rows an id and use that ? In your example , can you assign a user-group id for each type of user (or maybe a map with attributes if a user can belong to multiple gr...
|
|
|
Author: Thejas M Nair,
2010-08-29, 01:21
|
|
|
Re: COUNT(A.field1) - Pig - [mail # user]
|
|
...In case of COUNT(A) or COUNT(A.a2), since the combiner would get used, the value that is sent from map to reduce will only be the result of COUNT for each of the group on a1 in the map. Ie, ...
|
|
|
Author: Thejas M Nair,
2010-08-28, 23:31
|
|
|
Re: Group By data - Pig - [mail # user]
|
|
...I think this issue can be caused by https://issues.apache.org/jira/browse/P IG-1525 , can you check if your trunk version of pig is newer than Aug 9th ? (I haven't tried running query ...
|
|
|
Author: Thejas M Nair,
2010-08-25, 20:08
|
|
|
Re: ORDER Issue (repost to avoid spam filters) - Pig - [mail # user]
|
|
...Can you check if the initial MR jobs in the order-by query failed because o f some other error ? (specifically the sampling MR job that is part of order-by). Maybe, for some reason(bug?) pig...
|
|
|
Author: Thejas M Nair,
2010-08-25, 16:03
|
|
|
|