Probably you have already figured out, but for the sake of others, the single line comment starts with '--' (two dashes) instead.
Thanks, Xuefu -----Original Message----- From: Mark [mailto:[email protected]] Sent: Friday, March 11, 2011 7:34 AM To: [email protected] Subject: Re: Comments in pig scripts Thanks On 3/10/11 10:14 PM, Rekha Joshi wrote: > Use - for single-line comments or /* */ for multi-line comments. > Thanks, > > > On 3/11/11 11:38 AM, "Mark"<[email protected]> wrote: > > How can I add comments in my pig script? I tried # but whenever that > gets ran in the pig console it complains. > > > >
