Is log the file or the directory..
Creating an external table over a directory might me easier, as it would apply
to any log file placed into the folder.
If log is the file try
LOCATION '/a/b/c/d/';
If log is a directory try
LOCATION '/a/b/c/d/log/';
Gr Arthur
From: Abhishek Gayakwad [mailt
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