| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
367 (0.079s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Run a job async - Pig - [mail # user]
|
|
...Thanks Alan. We are trying to plug Pig into our existing app server. We have already done this for Java MR. The difficulty we are facing is with the fact that we can use JobClient.submitJob ...
|
|
|
Author: Prashant Kommireddi,
2013-01-24, 17:42
|
|
|
Re: Run a job async - Pig - [mail # user]
|
|
...Both. Think of it as an app server handling all of these requests. Sent from my iPhone On Jan 23, 2013, at 9:09 PM, Jonathan Coveney wrote: ...
|
|
|
Author: Prashant Kommireddi,
2013-01-24, 05:22
|
|
|
Re: Run a job async - Pig - [mail # user]
|
|
...Did not want to have several threads launched for this. We might have thousands of requests coming in, and the app is doing a lot more than only Pig. On Wed, Jan 23, 2013 at 5:44 PM, J...
|
|
|
Author: Prashant Kommireddi,
2013-01-24, 02:04
|
|
|
Run a job async - Pig - [mail # user]
|
|
...Hey guys, I am trying to do the following: 1. Launch a pig job asynchronously via Java program 2. Get a notification once the job is complete (something simi...
|
|
|
Author: Prashant Kommireddi,
2013-01-24, 00:48
|
|
|
Re: Pig APIs - Pig - [mail # user]
|
|
...Thanks Bill. Sent from my iPhone On Jan 22, 2013, at 10:10 PM, Bill Graham wrote: ...
|
|
|
Author: Prashant Kommireddi,
2013-01-23, 07:25
|
|
|
Re: Pig APIs - Pig - [mail # user]
|
|
...Thanks Bill. Can you please point me to the Ambrose code that uses PPNL? I will open a JIRA for getting hooks with explain in. Sent from my iPhone On Jan 22, 2013, at 9:03 ...
|
|
|
Author: Prashant Kommireddi,
2013-01-23, 06:04
|
|
|
[PIG-3091] Make schema, header and stats file configurable in JsonMetadata - Pig - [issue]
|
|
...JsonMetadata currently sets schema, header and stats file to the following private String schemaFileName = ".pig_schema"; private String headerFileName = ...
|
|
|
http://issues.apache.org/jira/browse/PIG-3091
Author: Prashant Kommireddi,
2013-01-23, 00:08
|
|
|
Re: Pig APIs - Pig - [mail # user]
|
|
...Jon/others - any pointers on this? I would like to patch in hooks if this is not possible at the moment. -Prashant On Mon, Jan 21, 2013 at 5:47 PM, Prashant Kommireddi wrote: &nb...
|
|
|
Author: Prashant Kommireddi,
2013-01-22, 22:43
|
|
|
Re: Pig APIs - Pig - [mail # user]
|
|
...At the moment, basically info on I/O paths, operators used (group by, foreach ..), job level info such as number of reducers etc. On Mon, Jan 21, 2013 at 5:30 PM, Jonathan Coveney wrot...
|
|
|
Author: Prashant Kommireddi,
2013-01-22, 01:47
|
|
|
Pig APIs - Pig - [mail # user]
|
|
...Been coding with the APIs and wondering if there is anything that allows you to only retrieve the operators, I/O paths etc without actually issuing an execute or a store? Basically, being ab...
|
|
|
Author: Prashant Kommireddi,
2013-01-22, 01:26
|
|
|
|