| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
367 (0.227s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: PIG UDFs for parsing UserAgents - Pig - [mail # user]
|
|
...Hi Niels, To write unit tests you could take a look at TestBuiltin.java which has a tests for several UDFs - http://svn.apache.org/viewvc/pig/trunk/test/org/apache/pig/test/TestBuiltin...
|
|
|
Author: Prashant Kommireddi,
2013-04-20, 22:29
|
|
|
Re: Unable to load data using PigStorage that was previously stored using PigStorage - Pig - [mail # user]
|
|
...Hi Jerry, Like I mentioned in my earlier email "Map values by default are bytearrays. If you need them to be any other type, you would need to define it explicitly." Difference i...
|
|
|
Author: Prashant Kommireddi,
2013-04-18, 21:41
|
|
|
Re: Unable to load data using PigStorage that was previously stored using PigStorage - Pig - [mail # user]
|
|
...Well, let me rephrase - the values all have to be the same type if you choose to read all columns in a similar way. If you know in advance its always the value associated with key 'b' that's...
|
|
|
Author: Prashant Kommireddi,
2013-04-18, 16:34
|
|
|
Re: Unable to load data using PigStorage that was previously stored using PigStorage - Pig - [mail # user]
|
|
...Hi Jerry, Map values by default are bytearrays. If you need them to be any other type, you would need to define it explicitly. In your case, since you want them to be treated as bags &...
|
|
|
Author: Prashant Kommireddi,
2013-04-18, 06:56
|
|
|
Re: Classpath issues with a custom loadfunc - Pig - [mail # user]
|
|
...Hi Niels, Pig supports globbing in REGISTER statements. You could place all the jars in a certain location and have them all be picked up. REGISTER *.jar On Tue, Apr 16, 2...
|
|
|
Author: Prashant Kommireddi,
2013-04-16, 21:40
|
|
|
Re: Why does Pig not use default resources from the Configuration object? - Pig - [mail # user]
|
|
...Pig actually does not add it core-site.xml or hadoop-site.xml explicitly, it merely looks for these resources to be present on the classpath. JobConf is the interface describing MR spe...
|
|
|
Author: Prashant Kommireddi,
2013-04-16, 00:57
|
|
|
Re: Why does Pig not use default resources from the Configuration object? - Pig - [mail # user]
|
|
...Sounds good. Here is a doc on contributing patch (for some pointers) https://cwiki.apache.org/confluence/display/PIG/HowToContribute On Mon, Apr 15, 2013 at 4:37 PM, Bhooshan Mogal wr...
|
|
|
Author: Prashant Kommireddi,
2013-04-15, 23:43
|
|
|
Re: Setting pig job name - Pig - [mail # user]
|
|
...You can use http://pig.apache.org/docs/r0.11.1/api/org/apache/pig/PigServer.html#setJobName(java.lang.String) Sent from my iPhone On Apr 15, 2013, at 4:25 PM, Jeff Yuan wro...
|
|
|
Author: Prashant Kommireddi,
2013-04-15, 23:27
|
|
|
Re: Why does Pig not use default resources from the Configuration object? - Pig - [mail # user]
|
|
...Hi Bhooshan, This makes more sense now. I think overriding fs implementation should go into core-site.xml, but it would be useful to be able to add resources if you have a bunch of oth...
|
|
|
Author: Prashant Kommireddi,
2013-04-15, 18:58
|
|
|
Re: Why does Pig not use default resources from the Configuration object? - Pig - [mail # user]
|
|
...+User group Hi Bhooshan, By default you should be running in MapReduce mode unless specified otherwise. Are you creating a PigServer object to run your jobs? Can you provide your...
|
|
|
Author: Prashant Kommireddi,
2013-04-13, 04:57
|
|
|
|