| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
370 (0.138s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Pig configuration for embedded programs - Pig - [mail # user]
|
|
...Take a look at HExecutionEngine.java Sent from my iPhone On Mar 29, 2013, at 1:15 PM, Jeff Yuan wrote: ...
|
|
|
Author: Prashant Kommireddi,
2013-03-29, 20:17
|
|
|
Re: Pig configuration for embedded programs - Pig - [mail # user]
|
|
...Hi Jeff, Your embedded program should work as long as the conf dir/files are on the classpath. Sent from my iPhone On Mar 29, 2013, at 12:50 PM, Jeff Yuan wrote: &nbs...
|
|
|
Author: Prashant Kommireddi,
2013-03-29, 20:00
|
|
|
Re: Why does Pig not use default resources from the Configuration object? - Pig - [mail # dev]
|
|
...Hi Bhooshan, There is a patch that addresses what you need, and is part of 0.12 (unreleased). Take a look and see if you can apply the patch to the version you are using. https://issue...
|
|
|
Author: Prashant Kommireddi,
2013-03-29, 16:55
|
|
|
Re: [VOTE] Release Pig 0.11.1 (candidate 0) - Pig - [mail # dev]
|
|
...Great, thanks Bill. Sent from my iPhone On Mar 28, 2013, at 11:52 PM, Bill Graham wrote: ...
|
|
|
Author: Prashant Kommireddi,
2013-03-29, 07:48
|
|
|
Re: Trying to run Pig 0.11 - Pig - [mail # user]
|
|
...Hi Arun, Most certainly you are using hadoop 0.20.2? Unfortunately pig 0.11 had an incompatibility with commons-codec version used in hadoop 0.20.2. This has been fixed and a new relea...
|
|
|
Author: Prashant Kommireddi,
2013-03-28, 18:45
|
|
|
[PIG-3259] Optimize byte to Long/Integer conversions - Pig - [issue]
|
|
...These conversions can be performing better. If the input is not numeric (1234abcd) the code calls Double.valueOf(String) regardless before finally returning null. Any script that inadvertent...
|
|
|
http://issues.apache.org/jira/browse/PIG-3259
Author: Prashant Kommireddi,
2013-03-27, 05:08
|
|
|
Re: [VOTE] Release Pig 0.11.1 (candidate 0) - Pig - [mail # dev]
|
|
...Downloaded tarball and performed the following: 1. ant releaseaudit - UDFContextTestLoaderWithSignature ( http://svn.apache.org/viewvc?view=revision&revision=r1458...
|
|
|
Author: Prashant Kommireddi,
2013-03-25, 06:18
|
|
|
Re: General Pig store questions - Pig - [mail # user]
|
|
...Hi Mark, It depends on the operations. For eg, one might want to aggregate based on a certain field - in M/R it would be implemented by writing out a key value pair from the mapper, an...
|
|
|
Author: Prashant Kommireddi,
2013-03-22, 20:33
|
|
|
Re: "Failed to create DataStorage" ? - Pig - [mail # user]
|
|
...It has to be a classpath issue with a different hadoop version being picked up. I can very easily reproduce the same issue on my end (copied at the end of this email) Regarding your ot...
|
|
|
Author: Prashant Kommireddi,
2013-03-21, 23:17
|
|
|
Re: "Failed to create DataStorage" ? - Pig - [mail # user]
|
|
...Apologies, just read your email again to realize your Java program is what's not working. Your command-line setup seems fine. Can you try running your program with /home/rfcompton/Down...
|
|
|
Author: Prashant Kommireddi,
2013-03-21, 20:54
|
|
|
|