| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
195 (0.108s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Inserting date - Pig - [mail # user]
|
|
...Is this what you are looking for ? - A = LOAD '$in' USING PigStorage('\t') AS (... B = foreach A generate *, '20120322' as date; STORE B into ... Thanks, Thejas...
|
|
|
Author: Thejas Nair,
2012-03-22, 21:34
|
|
|
Fw: GSoC 2012 mentor signup - Pig - [mail # dev]
|
|
...fyi, For those who expressed interest in mentoring students for GSoC, se em email below for instructions to register . Here is the apache mento ring guide - http://community.apa...
|
|
|
Author: Thejas Nair,
2012-03-21, 00:40
|
|
|
Re: Where do we want to put non-java source files? - Pig - [mail # dev]
|
|
...Sounds good to me. My thoughts on the costs of this change - - svn will still retain the history of the moved files. So that is not a problem. - build.xml would need some minor changes...
|
|
|
Author: Thejas Nair,
2012-03-16, 01:51
|
|
|
Re: UDF for LOAD SimpleTextLoader without mapreduce. - Pig - [mail # user]
|
|
...If you want to run it under a debugger, you can run it in local mode. java -cp pig.jar org.apache.pig.Main -x local -Thejas On 3/12/12 4:50 AM, chethan wrote:...
|
|
|
Author: Thejas Nair,
2012-03-16, 01:35
|
|
|
Re: Accumulator is not fired - Pig - [mail # user]
|
|
...Hi Yen, Does the function also implement Algebraic ? In that case it might end up using the algebraic interface of the udf. If your foreach statement has functions that don't implement...
|
|
|
Author: Thejas Nair,
2012-03-16, 01:34
|
|
|
Re: about distinct - Pig - [mail # user]
|
|
...On 3/13/12 9:02 PM, guoyun wrote: It should work in 0.8. Do you get some error ? Thanks, Thejas...
|
|
|
Author: Thejas Nair,
2012-03-15, 22:46
|
|
|
Re: about distinct - Pig - [mail # user]
|
|
...On 3/5/12 7:19 PM, guoyun wrote: You need to use another nested foreach statement. - C = foreach B { B1BAG = foreach A generate b.b1; D = distinct B1BAG; generate f...
|
|
|
Author: Thejas Nair,
2012-03-09, 03:00
|
|
|
Re: vim snipmate pig.snippet - Pig - [mail # user]
|
|
...Thanks for sharing, this looks useful. I have added a link from the pig tools page - https://cwiki.apache.org/confluence/display/PIG/PigTools -Thejas On 3/2/12 5:06 PM, Ro...
|
|
|
Author: Thejas Nair,
2012-03-03, 09:17
|
|
|
Re: PigServer vs PigRunner - Pig - [mail # user]
|
|
...On 3/1/12 8:15 AM, Jacob Perkins wrote: There is a PigServer.store(String id, String filename, String func) where you can pass the storefunc as func. Instead I'm usi...
|
|
|
Author: Thejas Nair,
2012-03-02, 21:17
|
|
|
Re: Flatten a Bag on One Line? - Pig - [mail # user]
|
|
...Pig doesn't have a piggybank for python udfs, but it makes sense to create one. Please attach your udf to a a new jira, and we can figure where to put it . -Thejas On 2/10...
|
|
|
Author: Thejas Nair,
2012-02-11, 00:07
|
|
|
|