| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
195 (0.097s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: ERROR 2118: Input path does not exist - Pig - [mail # user]
|
|
...The put command that Marek described can do that. http://hadoop.apache.org/common/docs/r0.20.0/hdfs_shell.html#put You will need to have hadoop client on that machine or move dat...
|
|
|
Author: Thejas Nair,
2011-09-20, 20:53
|
|
|
Re: JOIN fails with Index Out Of Bounds Error - Pig - [mail # user]
|
|
...Hi Eli, Can you please open a new jira as the root cause might be something different ? Can you add instructions on how to reproduce the issue ? You can link this jira to the PIG...
|
|
|
Author: Thejas Nair,
2011-09-16, 18:06
|
|
|
Re: Num Reducers is Very Small! - Pig - [mail # user]
|
|
...The number of reducers will not depend on the number of slots that get allocated. If the number of slots are less than the number of reducers, then some reducers will wait on slots to be ava...
|
|
|
Author: Thejas Nair,
2011-09-16, 00:59
|
|
|
going to request yourkit license for committers - Pig - [mail # dev]
|
|
...FYI- Yourkit is very useful java profiling tool and they give license for free for use by open source projects. I am planning to request license for use by pig committers. ...
|
|
|
Author: Thejas Nair,
2011-08-29, 21:57
|
|
|
Re: Pig UDF compilation error - Pig - [mail # user]
|
|
... That won't even compile in Java, unless input is of type Boolean. But if it is of type boolean input.size() won't compile! (But yeah, I have spent hours debugging a bug introduce...
|
|
|
Author: Thejas Nair,
2011-08-23, 17:10
|
|
|
Re: What is implemented behind the PIG Joins - Pig - [mail # user]
|
|
...Hi Byambajargal, What version of pig does your distribution use ? -Thejas On 8/22/11 3:42 AM, byambaa wrote:...
|
|
|
Author: Thejas Nair,
2011-08-22, 20:58
|
|
|
Re: BinStorage doesn't use efficient integer encoding? - Pig - [mail # user]
|
|
...The intermediate serialization format was improved in as part of - https://issues.apache.org/jira/browse/PIG-1472, it includes the move to varint like format. BinStorage is...
|
|
|
Author: Thejas Nair,
2011-08-22, 15:15
|
|
|
Re: error in MAX() - Pig - [mail # user]
|
|
...is concept_val of type double ? if not you might want to cast it to appropriate type. MAX assumes that bytearray type is of type double and is throwing an exception if the conver...
|
|
|
Author: Thejas Nair,
2011-08-19, 18:26
|
|
|
Re: error in MAX() - Pig - [mail # user]
|
|
...The full exception stack trace will be useful. It should be there in pig log file on client side or in the mr task log file. -thejas. typed on a tiny virtual keyboard On Aug 19, 2011 7:42 AM...
|
|
|
Author: Thejas Nair,
2011-08-19, 15:33
|
|
|
Re: about pig-0.8.1 unit test - Pig - [mail # user]
|
|
...yes, even in this case, both outputs look correct. -Thejas On 8/18/11 6:05 AM, lulynn_2008 wrote:...
|
|
|
Author: Thejas Nair,
2011-08-18, 17:50
|
|
|
|