Re: I think an example in the docs is wrong

2013-08-09 Thread Thejas Nair
Yes, that needs fixing. Yes, please file a bug report on JIRA as suggested. See guide on contributing to pig - https://cwiki.apache.org/confluence/display/PIG/HowToDocument To understand how the document is generated, please see - https://cwiki.apache.org/confluence/display/PIG/HowToDocument

I think an example in the docs is wrong

2013-08-08 Thread Paul Houle
I recently wrote a load function and to get started I cut-n-pasted from the SimpleTextLoader example on the page http://pig.apache.org/docs/r0.11.1/udf.html#load-store-functions This contains the following code: boolean notDone = in.nextKeyValue(); if (notDone) {

Re: I think an example in the docs is wrong

2013-08-08 Thread Pradeep Gollakota
I believe the procedure is to file a bug report on JIRA and set the component field to 'documentation'. Pig veterans, please correct me if I'm wrong. On Thu, Aug 8, 2013 at 10:19 PM, Paul Houle ontolo...@gmail.com wrote: I recently wrote a load function and to get started I cut-n-pasted from