| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
23 (0.143s).
|
|
|
Loading phrases to help you refine your search...
|
|
Loader partitioning on field - Pig - [mail # user]
|
|
...I am writing a loader for a storage format, which partitions by a particular field in the record. So I would like to implement something which can push down filters on the partitioned field ...
|
|
|
Author: Jeff Yuan,
2013-03-14, 20:31
|
|
|
Re: Pig job result output and schema - Pig - [mail # user]
|
|
...Thanks for your suggestions, they work very well. One follow up question: Is there a way to dynamically strip STORE and DUMP commands from a loaded in script? So everything works...
|
|
|
Author: Jeff Yuan,
2013-03-05, 20:01
|
|
|
Pig job result output and schema - Pig - [mail # user]
|
|
...I have a couple of questions regarding job result and schema. The context is that I'm trying to create a custom entry point for Pig that takes a script, executes it, and always stores the la...
|
|
|
Author: Jeff Yuan,
2013-03-05, 19:18
|
|
|
Pig default properties/configuration - Pig - [mail # user]
|
|
...I'm calling Pig (with entry point from Main.java) from another Java program. When it runs, I get a ton of warnings like these: 13/03/03 15:38:55 WARN conf.Configuration: dfs.max.object...
|
|
|
Author: Jeff Yuan,
2013-03-04, 16:28
|
|
|
Re: Error while parsing commandline properties - Pig - [mail # user]
|
|
...I guess maybe I was confused between the concept of parameter (as in parameter substitution) and properties. I think I cleared it up now. Thanks! On Fri, Mar 1, 2013 at 5:21 PM, Johnny...
|
|
|
Author: Jeff Yuan,
2013-03-03, 06:11
|
|
|
Re: Error while parsing commandline properties - Pig - [mail # user]
|
|
...Hi Johnny, Actually it was a mistake on my part. I was writing some custom code that launches Grunt and I had a call that passed my input through ParameterSubstitutionPreprocessor when it ma...
|
|
|
Author: Jeff Yuan,
2013-03-02, 00:58
|
|
|
Error while parsing commandline properties - Pig - [mail # user]
|
|
...Hi guys, I'm running pig from the command line in local mode, and trying to pass in some properties, for example: pig -x local ... -p mapred.map.tasks=2 -p mapred.reduce.tasks=1 ... &n...
|
|
|
Author: Jeff Yuan,
2013-03-02, 00:04
|
|
|
Re: Pig 0.11: new features and improvements - Pig - [mail # user]
|
|
...Thanks! I'm still new to pig, but it's very informative. On Fri, Feb 22, 2013 at 6:35 PM, Dmitriy Ryaboy wrote:...
|
|
|
Author: Jeff Yuan,
2013-02-25, 16:43
|
|
|
Re: Question about properties for Loader - Pig - [mail # user]
|
|
...Thanks for the pointers Prashant. I will take a look at PigStorage. I have a system for storing metadata, so users don't have to specify it. With respect to the properties, I gue...
|
|
|
Author: Jeff Yuan,
2013-02-25, 01:07
|
|
|
Question about properties for Loader - Pig - [mail # user]
|
|
...I'm trying to write a loader, extending LoadFunc, to read a specific file format. My question, how do I pass properties to it (for example the schema of the file type I'm loading)? &nb...
|
|
|
Author: Jeff Yuan,
2013-02-24, 23:33
|
|
|
|