RE: Loading files from a directory

2012-06-21 Thread Chalcy Raja
Hi Mayank, Hive load can go only one directory deep. You cannot load directory of directory of files. Thanks, CHalcy From: Jasper Knulst [mailto:jasper.knu...@incentro.com] Sent: Thursday, June 21, 2012 6:30 AM To: user@hive.apache.org Subject: Re: Loading files from a directory Hi Mayank

Re: Loading files from a directory

2012-06-21 Thread Jasper Knulst
Hi Mayank, Can you post your Hive DDL script. Otherwise its not possible to help you. Jasper Knulst 2012/6/21 Mayank Bansal > Hi, > > ** ** > > I am trying to create an external table in hive, by referring to a > directory in hadoop containing multiple files of the same type inside the >

Loading files from a directory

2012-06-21 Thread Mayank Bansal
Hi, I am trying to create an external table in hive, by referring to a directory in hadoop containing multiple files of the same type inside the directory. But hive gives an error, that the path specified is not a filename. Is there a way to load all the files present inside a directory into one