ror, please notify the sender
>by
>phone or email immediately and delete it!
>
>
>-Original Message-
>From: Namit Jain [mailto:nj...@fb.com]
>Sent: Friday, February 04, 2011 12:58 AM
>To: dev@hive.apache.org; chinna...@huawei.com; hive-...@hadoop.apache.org
>Subject:
uery regarding Metastore(Derby) SDS table data
Different partitions can have different paths -
A partition's path need not be a sub-direcotry of the table's path.
In facebook, we use this regularly, specially for external tables.
So, it simplifies things if the full path is stored for the pa
Different partitions can have different paths -
A partition's path need not be a sub-direcotry of the table's path.
In facebook, we use this regularly, specially for external tables.
So, it simplifies things if the full path is stored for the partition in
the metastore.
Thanks,
-namit
On 2/3/1
Hi all,
While creating hive table using create table command, the code flow will
also insert the HDFS location in SDS table present in Derby
For Example on executing:-
create table sample(rate int) stored as textfile;
The SDS table (meta table present in Derby) contains following entry
corresp