RE: FileAlreadyExistsException Parent path is not a directory

2013-02-25 Thread Arthur Boender
m: Abhishek Gayakwad [mailto:a.gayak...@gmail.com] Sent: maandag 25 februari 2013 13:34 To: user@hive.apache.org Subject: FileAlreadyExistsException Parent path is not a directory I am using Hive 0.9.0, while creating external table create external table if not exists table1 ( Id int, Name s

Re: FileAlreadyExistsException Parent path is not a directory

2013-02-25 Thread Nitin Pawar
do a $HADOOP_HOME/bin/hadoop dfs -ls /a/b/c/d/log you should see it as a file also when you give a location in create table statement... make it a directory On Mon, Feb 25, 2013 at 6:04 PM, Abhishek Gayakwad wrote: > I am using Hive 0.9.0, while creating external table > > create external tab