Re: Architectural Questions

2011-08-09 Thread Allen Wittenauer
On Aug 9, 2011, at 2:28 PM, Harsh J wrote: > Mike, > > On Wed, Aug 10, 2011 at 2:18 AM, Segel, Mike wrote: >> Right. >> The problem is how do you distinguish when someone is asking about the >> Hadoop (HDFS, MapReduce) >> And the Hadoop ecosystem. (HDFS, MapReduce, HBase, Hive, Pig, Oozie, Flu

Re: Architectural Questions

2011-08-09 Thread Harsh J
Mike, On Wed, Aug 10, 2011 at 2:18 AM, Segel, Mike wrote: > Right. > The problem is how do you distinguish when someone is asking about the Hadoop > (HDFS, MapReduce) > And the Hadoop ecosystem. (HDFS, MapReduce, HBase, Hive, Pig, Oozie, Flume, > etc ...) Good question. I assumed it was just H

Re: Architectural Questions

2011-08-09 Thread Alejandro Abdelnur
, August 09, 2011 3:43 PM > To: common-dev@hadoop.apache.org > Subject: Re: Architectural Questions > > Hey Mike, > > On Wed, Aug 10, 2011 at 2:08 AM, Segel, Mike wrote: > > Uhm... > > Ok... I just did a quick Google search on Hadoop and Derby... > > https://issues.

RE: Architectural Questions

2011-08-09 Thread Segel, Mike
Message- From: Harsh J [mailto:ha...@cloudera.com] Sent: Tuesday, August 09, 2011 3:43 PM To: common-dev@hadoop.apache.org Subject: Re: Architectural Questions Hey Mike, On Wed, Aug 10, 2011 at 2:08 AM, Segel, Mike wrote: > Uhm... > Ok... I just did a quick Google search on Hadoop and

Re: Architectural Questions

2011-08-09 Thread Alejandro Abdelnur
ink to a blog on setting up MySQL... > > http://www.mazsoft.com/blog/post/2010/02/01/Setting-up-HadoopHive-to-use-MySQL-as-metastore.aspx > > :-) > > > -Original Message- > From: Harsh J [mailto:ha...@cloudera.com] > Sent: Tuesday, August 09, 2011 2:12 PM > To: common-dev@hado

Re: Architectural Questions

2011-08-09 Thread Harsh J
Hey Mike, On Wed, Aug 10, 2011 at 2:08 AM, Segel, Mike wrote: > Uhm... > Ok... I just did a quick Google search on Hadoop and Derby... > https://issues.apache.org/jira/browse/HADOOP-4133 That was for once-sub-project Hive (now TLP) :) -- Harsh J

RE: Architectural Questions

2011-08-09 Thread Segel, Mike
To: common-dev@hadoop.apache.org Subject: Re: Architectural Questions Hadoop doesn't use derby. It does, however, use HSQLDB for its external DB I/O and example components. On Tue, Aug 9, 2011 at 3:43 PM, JSaravanaKumar wrote: > > can you please help me in understanding Why Derby

Re: Architectural Questions

2011-08-09 Thread Harsh J
Hadoop doesn't use derby. It does, however, use HSQLDB for its external DB I/O and example components. On Tue, Aug 9, 2011 at 3:43 PM, JSaravanaKumar wrote: > > can you please help me in understanding Why Derby is used along with Hadoop ? > -- > View this message in context: > http://old.nabble.

Re: Architectural Questions

2011-08-09 Thread Uma Maheswara Rao G 72686
Hi, AFAIK, HIVE will use the derby for storing the metadata. I am not expert in HIVE, but i can give the some info. HIVE will store the table and hdfs path mappings ralated information in Derby. I think you can configure other DBs as well but by default Hive supports derby Regards, Uma - Or