| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
132 (0.101s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: ERROR 6015: During execution, encountered a Hadoop error | ERROR 1066: Unable to open iterator for alias grouped_records - Pig - [mail # user]
|
|
...pig query. If you follow the links, you should be able to find the reduce task logs. Thanks, Thejas On 12/13/10 5:11 AM, "[EMAIL PROTECTED]" wrote: My Sc...
|
|
|
Author: Thejas M Nair,
2010-12-13, 14:01
|
|
|
Re: is reusing alias names in multiple foreach blocks safe? - Pig - [mail # user]
|
|
...Yes, that is safe. -Thejas On 12/2/10 2:03 PM, "Xiaomeng Wan" wrote: I just run a script in which I reuse some of the alias names in different foreach blocks (by car...
|
|
|
Author: Thejas M Nair,
2010-12-02, 22:07
|
|
|
Re: Mapping a reference table - Pig - [mail # user]
|
|
...The mapping will have to be done in a udf. The udf would return a bag of tuples. Pig query would look like this - mapped_tuples = foreach input generate FLATTEN mapudf(bagcol); &...
|
|
|
Author: Thejas M Nair,
2010-11-30, 00:06
|
|
|
Re: Debugging Pig Job - Pig - [mail # user]
|
|
... On 11/16/10 2:53 PM, "rakesh kothari" wrote: ve the This is a good suggestion. In current versions, your pig query is in a file , the file name is part of the ...
|
|
|
Author: Thejas M Nair,
2010-11-17, 15:22
|
|
|
Re: Jar dependencies - Pig - [mail # user]
|
|
...You can register all the jars the udfs require - http://pig.apache.org/docs/r0.7.0/piglatin_ref2.html#REGISTER -Thejas On 11/10/10 4:18 PM, "Jeremy Hanna" wrote: Pig...
|
|
|
Author: Thejas M Nair,
2010-11-12, 19:04
|
|
|
Re: NOT MATCHES - Pig - [mail # user]
|
|
...This will work with almost any version. If it doesn't work for you, please let us know. -Thejas On 11/11/10 1:59 PM, "Brian Adams" wrote: did...
|
|
|
Author: Thejas M Nair,
2010-11-11, 22:14
|
|
|
Re: NOT MATCHES - Pig - [mail # user]
|
|
...B = FILTER A BY NOT(field_foo matches 'test'); -Thejas On 11/11/10 1:43 PM, "Brian Adams" wrote: Doing a NOT matches of a pattern? Can you just do a FILTER A BY NOT ...
|
|
|
Author: Thejas M Nair,
2010-11-11, 21:52
|
|
|
Re: pig LoadMetaData find schema in AS clause from Loader. - Pig - [mail # dev]
|
|
...Yes, setPartitionFilter can be called only if pig knows the partition colum ns. Without knowing the partition columns the partition filter cannot be ex tracted. If a user specifies a schema ...
|
|
|
Author: Thejas M Nair,
2010-11-11, 15:17
|
|
|
Re: Pig counters and UDF_WARNING_1 - Pig - [mail # user]
|
|
...Try running pig with -warning option (preferably on sample of the data), th at will turn off warning aggregation and give more specific warning message s. When I grep'd for this in the sourc...
|
|
|
Author: Thejas M Nair,
2010-11-10, 20:56
|
|
|
Re: Passing Hadoop Site Configurations in classpath is not recommended for Local Mode - Pig - [mail # user]
|
|
...Looks like one of the environment variables in the pig shell script (`which pig`) is pointing to the hadoop cluster configuration. Check if environmen t variables PIG_CLASSPATH or PIG_...
|
|
|
Author: Thejas M Nair,
2010-11-08, 13:57
|
|
|
|