Hello all,
I'm using Hive to do mashups of data that is currently on HDFS and data is
that is on a MySQL database... I'm considering this scenario instead of
bringing the data from MySQL to HDFS because it is a matter verifying the
relating data from the query to the data in the external data stor
Based on the default hive configuration, different directories called
metastore_db can be created in different locations... If you are prototyping
and trying hive with your peers, it is even worse... Someone creates a
table, others don't see it due to the fact that users are not using the same
meta
I like the approach to have the properties in the hive-site.xml, as I have
it under version control...
Thanks for the suggestions...
Marcello de Sales
On Thu, Nov 11, 2010 at 8:45 PM, Edward Capriolo wrote:
> On Thu, Nov 11, 2010 at 11:42 PM, Shrijeet Paliwal
> wrote:
> > One other