| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
195 (0.099s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Pig Parallelism Doubt - Pig - [mail # user]
|
|
...On 8/10/11 12:49 PM, Eshwaran Vijaya Kumar wrote: The store statements in the first section will only get executed twice. But if you use any of the relations in the first section...
|
|
|
Author: Thejas Nair,
2011-08-10, 20:53
|
|
|
Re: Pig Parallelism Doubt - Pig - [mail # user]
|
|
...You can use the exec command to force pig run the portion of script before the exec, before it runs rest of it. it will look like - STORE doc_ids INTO '$TEMP'; exec; modifieddocs...
|
|
|
Author: Thejas Nair,
2011-08-10, 18:28
|
|
|
Re: Replacing values - Pig - [mail # user]
|
|
...We released the range projection feature in pig 0.9 because we knew you were going to ask this question ;) See - http://www.hortonworks.com/new-apache-pig-0-9-features-part...
|
|
|
Author: Thejas Nair,
2011-08-10, 17:31
|
|
|
Re: Did not find automaton jar ball version in pig-0.8.1? Could pig-0.8.1 work with antomaton-1.7.2? - Pig - [mail # user]
|
|
...On 8/7/11 9:01 AM, lulynn_2008 wrote: I could not find the version number from the jar file either. But it would have the stable version for java 6 as of 11 Dec 2009. It was added &nbs...
|
|
|
Author: Thejas Nair,
2011-08-08, 15:54
|
|
|
Please welcome pig's newest committer - Gianmarco De Francisci Morales - Pig - [mail # dev]
|
|
...Dear pig community, Please welcome Gianmarco as the newest committer to apache pig project! He has been contributing to pig for more than a year. His contributions include the use of b...
|
|
|
Author: Thejas Nair,
2011-08-06, 00:02
|
|
|
Re: Proactive Spill Count Recs - Pig - [mail # user]
|
|
...There are two ways pig controls the memory used by large bags - 1. Triggers set on GC, similar to mechanism described by Julien here - https://techblug.wordpress.com/2011/07/21/detecti...
|
|
|
Author: Thejas Nair,
2011-08-03, 18:30
|
|
|
Re: about pig "ant test" result - Pig - [mail # user]
|
|
...Sun - java version "1.6.0_05" Linux 2.6.18-238.1.1.el5 Apache Ant(TM) version 1.8.2 (there were some recent fixes on trunk to get it working with 1.8, v 1.7.x also should work fine.) A...
|
|
|
Author: Thejas Nair,
2011-08-01, 18:47
|
|
|
Re: Understand Schema after a Join - Pig - [mail # user]
|
|
...On 7/29/11 9:47 AM, rob parker wrote: The column in AjD schema is ACCT::year, not ACCT.year (note the "::" vs "."). So you need to change it to - grunt> FINAL = F...
|
|
|
Author: Thejas Nair,
2011-07-29, 20:32
|
|
|
Re: Understand Schema after a Join - Pig - [mail # user]
|
|
...On 7/29/11 11:07 AM, Raghu Angadi wrote: That's my preference as well , you can vote/ submit a patch ! - https://issues.apache.org/jira/browse/PIG-1967 -Thejas...
|
|
|
Author: Thejas Nair,
2011-07-29, 20:32
|
|
|
Re: about pig "ant test" result - Pig - [mail # user]
|
|
...All these tests should be passing. I ran a complete run yesterday and it passed. Can you check the log files for these failed test cases ? Do let us know what you find. Tha...
|
|
|
Author: Thejas Nair,
2011-07-29, 17:59
|
|
|
|