| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
35 (0.243s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Fw: Help with Script - Pig - [mail # user]
|
|
...what about something like this ? G3 = foreach G2 generate group,SUM(reqd.U_tm)as time,SUM(reqd.U_cnt)as count; On Tue, Nov 13, 2012 at 12:57 PM, ingvay7 wrote:  ...
|
|
|
Author: pablomar,
2012-11-13, 18:36
|
|
|
Re: Help with Script - Pig - [mail # user]
|
|
...just taking a quick look, I see a couple of errors: 1_ your LOAD hast one more comma. You need to delete the last one, after U_avg_tm:float 2_ and then, the group by, I think you need ...
|
|
|
Author: pablomar,
2012-11-13, 16:59
|
|
|
Re: Better formated.. Pig udf help - Pig - [mail # user]
|
|
...to run your script you have to do pig -f time.pig On Thu, Oct 25, 2012 at 5:46 PM, jamal sasha wrote: ** *** * 42 ***** nd f eul els on par t le *****...
|
|
|
Author: pablomar,
2012-10-25, 22:45
|
|
|
Re: UDF function help - Pig - [mail # user]
|
|
...no need to do a complete pig installation just to compile. You just need the Pig's jar file. In my case: pig-0.9.2-cdh4.0.1.jar (located under the pig installation folder) and add it t...
|
|
|
Author: pablomar,
2012-10-24, 19:54
|
|
|
Re: Using matches in generate clause? - Pig - [mail # user]
|
|
...no idea why, but matches works with FILTER but it doesn't with FOREACH I've tried with pig 0.9.2 example (this works): b = filter html_pages by html matches 'some pattern'; if y...
|
|
|
Author: pablomar,
2012-09-27, 17:34
|
|
|
Re: Requesting for guidence - Pig - [mail # user]
|
|
...easiest way ? install cloudera's https://ccp.cloudera.com/display/CDH4DOC/CDH4+Installation On Sat, Sep 15, 2012 at 2:31 AM, geethu ... wrote: ...
|
|
|
Author: pablomar,
2012-09-15, 13:02
|
|
|
Re: Loading Map's in Pig - Pig - [mail # user]
|
|
...good finding ! On Thu, Aug 30, 2012 at 1:43 PM, Cheolsoo Park wrote: ...
|
|
|
Author: pablomar,
2012-08-30, 17:45
|
|
|
Re: Loading Map's in Pig - Pig - [mail # user]
|
|
...I guess it is because you are using ',' as separator (there is a comma between your val and the map) and then again inside the map (is that a bug ?) I tried with a space to separate th...
|
|
|
Author: pablomar,
2012-08-30, 17:09
|
|
|
Re: updates using Pig - Pig - [mail # user]
|
|
...now I can see it :-) very beautiful place On Wed, Aug 29, 2012 at 5:47 AM, Srini wrote: ...
|
|
|
Author: pablomar,
2012-08-29, 11:04
|
|
|
Re: foreach in PIG is not working. - Pig - [mail # user]
|
|
...are the commas in your file in the write places ? your DUMP A shows (Yogesh 12,) (Aashi 13,) (mohit 14,) comma after the number. It makes me believe that it is taking both fields as na...
|
|
|
Author: pablomar,
2012-07-25, 18:17
|
|
|
|