| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
169 (0.164s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Question on custom store function - Pig - [mail # user]
|
|
...Then, don't call FileOutputFormat.setOutputPath(job, new Path(location)); Looks like I am missing something here. Ashutosh On Wed, Nov 2, 2011 at 14:10, felix gao wrote: ...
|
|
|
Author: Ashutosh Chauhan,
2011-11-02, 22:00
|
|
|
Re: creating a graph over time - Pig - [mail # user]
|
|
...Hey Jon, Your windowing udf will be very useful outside of this particular usecase. It will be great if you can contribute it to PiggyBank. Thanks, Ashutosh On Tue, Nov 1, ...
|
|
|
Author: Ashutosh Chauhan,
2011-11-02, 18:03
|
|
|
Re: Reducing pig operations in script - Pig - [mail # user]
|
|
...Hi Cameron, Your script looks alright. Each of your steps process data in different ways. Instead of cramming together them in a single statement (possibly via some custom UDF), it mak...
|
|
|
Author: Ashutosh Chauhan,
2011-11-02, 17:56
|
|
|
Re: Question on custom store function - Pig - [mail # user]
|
|
...Hey Felix, Cant you massage location to appropriate string you want to? Ashutosh On Tue, Nov 1, 2011 at 18:07, felix gao wrote: ...
|
|
|
Author: Ashutosh Chauhan,
2011-11-02, 17:47
|
|
|
Re: pig tutorial step - Pig - [mail # user]
|
|
...Hey Matteo, You can use pig-0.9.1.jar, document is not upto date. Hope it helps, Ashutosh On Mon, Oct 31, 2011 at 14:03, Matteo Moci wrote: ...
|
|
|
Author: Ashutosh Chauhan,
2011-11-01, 18:11
|
|
|
Re: StoreFunc with Sequence file - Pig - [mail # user]
|
|
...Actually what I said was not entirely correct. Per Daniel, Pig's load/store func are designed to work with InputFormat/OutputFormat which works on so what you are seeing is not expecte...
|
|
|
Author: Ashutosh Chauhan,
2011-11-01, 00:55
|
|
|
Re: Regarding Sequence File Loader in piggybank - Pig - [mail # user]
|
|
...Please paste the error that you are getting. Ashutosh On Fri, Oct 28, 2011 at 05:49, Gayatri Rao wrote: ...
|
|
|
Author: Ashutosh Chauhan,
2011-10-28, 17:51
|
|
|
Re: StoreFunc with Sequence file - Pig - [mail # user]
|
|
...Hey Gianmarco, How are you loading data in pig script? Using your own LoadFunc. Pig declares following types to MR framework: Map: KeyIn: Text, ValueIn:Tuple Reducer: &nbs...
|
|
|
Author: Ashutosh Chauhan,
2011-10-28, 17:15
|
|
|
Re: Using 'collected' group - Pig - [mail # user]
|
|
...One possibility is to introduce 'mode' in Pig with default value of 'strict'. Other values being 'non-strict' or potentially others. Another use case for 'non-strict' mode is PigStorage usag...
|
|
|
Author: Ashutosh Chauhan,
2011-10-06, 17:21
|
|
|
Re: ERROR 2999: Unexpected internal error. Failed to create DataStorage - Pig - [mail # user]
|
|
...Are you able to run hadoop fs -ls / if so, is your HADOOP_HOME and HADOOP_CONF_DIR environment variables set correctly? Ashutosh On Wed, Sep 7, 2011 at 21:58, kiranprasad wrote: ...
|
|
|
Author: Ashutosh Chauhan,
2011-09-08, 06:11
|
|
|
|