Technically speaking, yes you could store data in memory and keep it there, then have your program present some interface to store data (shared memory or reading from the stdin or something) but I'm not sure why you'd want to do this.
Maybe I'm misunderstanding your question, but it sounds like you want to run using a filesystem that's in memory as opposed to on disk. -Mark On Fri, May 13, 2011 at 1:08 PM, Jianting Cao <[email protected]> wrote: > Hi, > > > > Is there only one way to load data into pig, i.e. using load command to load > data from files? Can I load data from memory, for example in embedded code > create a table and store data into it? > > > > Thanks, > > Jianting Cao > >
