| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
195 (0.069s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Breaking down big unit tests - Pig - [mail # dev]
|
|
...We certainly need to look at ways to reduce the runtime of the 'unit' tests. Some of them should be migrated to the e2e tests. But what you want for being able to re-test easily ...
|
|
|
Author: Thejas Nair,
2012-07-20, 00:14
|
|
|
Re: What is the best way to do counting in pig? - Pig - [mail # user]
|
|
...Haitao, Is your query using combiner ? Can you send the explain plan output ? Does the heap information say how many entries are there in the InteralCachedBag's ArrayList ? What version of p...
|
|
|
Author: Thejas Nair,
2012-07-12, 00:56
|
|
|
Re: Pig for Windows - Pig - [mail # user]
|
|
...The shell script sets some environemnt variables, such as HADOOP_HOME, but you don't need most of that if you are running the local mode. The pig.jar has hadoop in it. I ha...
|
|
|
Author: Thejas Nair,
2012-07-06, 01:20
|
|
|
Re: Are there any explanations of the implementation of illustrate? - Pig - [mail # dev]
|
|
...Earlier implementation of illustrate used the pig local mode execution engine (which corresponds to the time when paper was published) . As part of illustrate reword in PIG-1712,...
|
|
|
Author: Thejas Nair,
2012-07-06, 01:10
|
|
|
Re: Hive error when loading csv data. - Pig - [mail # user]
|
|
...More options - Official apache instructions for 1.0 - http://hadoop.apache.org/common/docs/r1.0.3/single_node_setup.html If you want to try it out on single node on Amazon ec2- I...
|
|
|
Author: Thejas Nair,
2012-06-28, 18:49
|
|
|
Re: Best Practice: store depending on data content - Pig - [mail # user]
|
|
...I am not aware of any work on adding those features to MultiStorage. I think the best way to do this is to use Hcatalog. (It makes the hive metastore available for all of hadoop,...
|
|
|
Author: Thejas Nair,
2012-06-28, 17:27
|
|
|
Re: classloader priority? - Pig - [mail # user]
|
|
...This is a question more appropriate for the hadoop mailing list. But if you set HADOOP_USER_CLASSPATH_FIRST=true, it think it might help. You can check with the hadoop shell scri...
|
|
|
Author: Thejas Nair,
2012-06-27, 15:40
|
|
|
Re: Does pig generate ssl key during installation or runtime? - Pig - [mail # user]
|
|
...Not in core pig, that I can think of. What do you expect pig to use https for ? Thanks, Thejas On 6/25/12 11:26 PM, lulynn_2008 wrote:...
|
|
|
Author: Thejas Nair,
2012-06-27, 15:40
|
|
|
Re: Best Practice: store depending on data content - Pig - [mail # user]
|
|
...You can use MultiStorage store func - http://pig.apache.org/docs/r0.9.1/api/org/apache/pig/piggybank/storage/MultiStorage.html Or if you want something more flexible, and have me...
|
|
|
Author: Thejas Nair,
2012-06-22, 18:23
|
|
|
Re: Possible bug in replicated join? - Pig - [mail # dev]
|
|
...That certainly looks like a bug. The replicated join should not flatten the tuple. I didn't actually know that pig supported doing joins on tuples (i guess it does not allow that...
|
|
|
Author: Thejas Nair,
2012-06-21, 23:45
|
|
|
|