| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
142 (2.989s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Pig version mismatch after setting PIG_HADOOP_VERSION - Pig - [mail # user]
|
|
...The pig.jar is bundled with a hadoop.jar. From the error message, it appears that the hadoop.jar bundled with the pig.jar has a higher minor version of hadoop. Santhosh From: Ge...
|
|
|
Author: Santhosh Srinivasan,
2009-07-20, 05:59
|
|
|
RE: oddness with large numeric map[] values - Pig - [mail # user]
|
|
...Its already captured as part of Pig-724(https://issues.apache.org/jira/browse/PIG-724) which in turn is linked to Pig-880. Thanks, Santhosh From: Fatal.error [mailto:[EMAIL PROT...
|
|
|
Author: Santhosh Srinivasan,
2009-07-19, 19:19
|
|
|
RE: oddness with large numeric map[] values - Pig - [mail # user]
|
|
...With Pig-880 (https://issues.apache.org/jira/browse/PIG-880), the value per key in the text data will be treated as bytearray. When Pig-880 is committed (implicit/explicit) casts will be req...
|
|
|
Author: Santhosh Srinivasan,
2009-07-19, 15:50
|
|
|
RE: Nested Split - Pig - [mail # user]
|
|
...The only operators that are supported inside foreach (for now) are: Filter Distinct Sort Limit Currently, there will be four pipelines inside the foreach to execute your statemen...
|
|
|
Author: Santhosh Srinivasan,
2009-07-19, 15:45
|
|
|
RE: oddness with large numeric map[] values - Pig - [mail # user]
|
|
...I just read your email all over again. The reason for the failure is the following. 1. [apache#2000000000000000000000zzz,foo#foo1] - Here the value for the key apache is treated as a s...
|
|
|
Author: Santhosh Srinivasan,
2009-07-19, 06:23
|
|
|
RE: oddness with large numeric map[] values - Pig - [mail # user]
|
|
...In the second case, there is a warning message: - Encountered Warning FIELD_DISCARDED_TYPE_CONVERSION_FAILED 1 time(s). The conversion of the text data into a map failed for some...
|
|
|
Author: Santhosh Srinivasan,
2009-07-19, 06:09
|
|
|
RE: Moving to Hadoop 0.20 - Pig - [mail # user]
|
|
...Will this be a compatibility release or will this also include a move to the new APIs? Santhosh From: Alan Gates [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 07, 2009 4:...
|
|
|
Author: Santhosh Srinivasan,
2009-07-07, 23:21
|
|
|
RE: Question on filter inside FOREACH inner loop - Pig - [mail # user]
|
|
...It works with the latest trunk and should work with 0.3.0. A sample run follows: grunt> a = load '/user/sms/data/filter.data' as (field1, field2); grunt> dump a; (a,...
|
|
|
Author: Santhosh Srinivasan,
2009-07-07, 21:04
|
|
|
RE: FLATTEN disambiguation clause - Pig - [mail # user]
|
|
...Hi Chris, Right now, the alias is set to the disambiguated alias. There is no mechanism to retrieve the unique alias if one exists. This enhancement has to be added. I have...
|
|
|
Author: Santhosh Srinivasan,
2009-06-29, 18:23
|
|
|
RE: FLATTEN disambiguation clause - Pig - [mail # user]
|
|
...Hi Chris, I was probably not clear in my earlier response. The disambiguated names are always shown as the correct names. However, if a column name is unique then you shoul...
|
|
|
Author: Santhosh Srinivasan,
2009-06-29, 17:24
|
|
|
|