Home | About | Sematext search-lucene.com search-hadoop.com
 Search Hadoop and all its subprojects:

Switch to Threaded View
Pig, mail # user - Quick question about Reading dirs


Copy link to this message
-
Re: Quick question about Reading dirs
Richard Ding 2011-02-17, 23:27
Files starting with . are also ignored.

-Richard
On 2/17/11 3:23 PM, "Ramesh, Amit" <[EMAIL PROTECTED]> wrote:

Directory names starting with underscores are ignored, but I am not certain
about .* files/directories.

Amit
On 2/17/11 3:12 PM, "Charles Gonçalves" <[EMAIL PROTECTED]> wrote:

> Guys,
>
> Does Pig  read the _log directories from an output script ?
>
> What I want is to read an pig output dir (or multiples) from pig scripts.
> But I just want the part-XXXX files not the .part-crc or _logs files.
>
> Thanks