| clear query|facets|time |
Search criteria: .
Results from 151 to 160 from
367 (0.165s).
|
|
|
Loading phrases to help you refine your search...
|
|
[PIG-2706] Add clear to list of grunt commands - Pig - [issue]
|
|
...grunt should be able to clear screen (similar to unix shell) on a command, we can call it "clear". After typing in several lines in the interactive mode, it would be useful to be able to cle...
|
|
|
http://issues.apache.org/jira/browse/PIG-2706
Author: Prashant Kommireddi,
2012-08-01, 18:55
|
|
|
Re: Pig compitibality with Hadoop - Pig - [mail # user]
|
|
...Hi Yogesh, Yes, it should be compatible. Are you seeing any issues? -Prashant On Tue, Jul 24, 2012 at 10:36 PM, wrote: ...
|
|
|
Author: Prashant Kommireddi,
2012-07-25, 06:03
|
|
|
Issue while running Main - Pig - [mail # user]
|
|
...I see the following while running Pig Main in local mode The archive: /pig-trunk/build/ivy/lib/Pig/jython-2.5.0.jar which is referenced by the classpath, does not exist. I see th...
|
|
|
Author: Prashant Kommireddi,
2012-07-12, 18:59
|
|
|
Re: Is there a loader that loads a file as a line? - Pig - [mail # user]
|
|
...I think you will need to implement a RecordReader/InputFormat of your own for this and use it with a LoadFunc. Not sure if Hadoop has a Reader that you could re-use for this. How do yo...
|
|
|
Author: Prashant Kommireddi,
2012-06-21, 22:09
|
|
|
Re: easiest way to get loops in PIG? - Pig - [mail # user]
|
|
...Would embedding Pig in java or other languages work? http://pig.apache.org/docs/r0.10.0/cont.html#embed-java On Jun 20, 2012, at 7:12 PM, Yang wrote: ...
|
|
|
Author: Prashant Kommireddi,
2012-06-21, 02:15
|
|
|
Re: How do I make sure my map output of pig script in lzo compressed? - Pig - [mail # user]
|
|
...Check the Job Counters for "Map Output bytes" before and after setting compression. On Mon, Jun 18, 2012 at 7:47 PM, unionx wrote: ...
|
|
|
Author: Prashant Kommireddi,
2012-06-19, 02:51
|
|
|
Re: How to redirect the Pig script summary to a file - Pig - [mail # user]
|
|
...Try pig -x mapred -l logs -param $xyz=1000 pqr.pig &>a.txt On Wed, Jun 13, 2012 at 9:05 AM, shan s wrote: ...
|
|
|
Author: Prashant Kommireddi,
2012-06-13, 22:21
|
|
|
Re: Persisting Pig Scripts - Pig - [mail # dev]
|
|
...Bill, Would you know if that is expected or a bug? On Wed, Jun 6, 2012 at 5:56 PM, Bill Graham wrote: ...
|
|
|
Author: Prashant Kommireddi,
2012-06-11, 21:33
|
|
|
Re: Can I check if the field is integer or not - Pig - [mail # user]
|
|
...Hi Sonia, We checked in UDFs for this into trunk, and will be a part of a future release (0.11). Please take a look at https://issues.apache.org/jira/browse/PIG-2443 to apply the patch...
|
|
|
Author: Prashant Kommireddi,
2012-06-07, 22:28
|
|
|
Re: Persisting Pig Scripts - Pig - [mail # dev]
|
|
...I completely agree that's an option. But IMHO being able to do that upfront would be a nice feature, adding cron is just an additional process we could avoid if possible. On Wed, Jun 6...
|
|
|
Author: Prashant Kommireddi,
2012-06-07, 00:44
|
|
|
|