Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Hadoop/hive metastore

0

136 views

where do people place their multi user meta store? I'm going to use mysql but I don't know were I should stick it. on the name node or on its own server?

asked August 7, 2009 6:38 pm CDT

posted via ServerFault

2 Answers

0
 

It can be on any machine really.

We installed hive on a node that is not a cluster member (but is only used for staging data to load into hive) and setup the metastore mysql instance there.

answered December 21, 2010 7:54 am CST
1ord">Nathan *****1ord
0
 

Hadoop can really trash the page buffers on a datanode so you probably will do well to keep mySQL off of any of them.

The recommendation to run Hive outside the cluster is a very good one, if only because you will have serious balance problems if you run it inside the cluster.

answered December 21, 2010 7:54 am CST

Your answer

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions
What is Hadoop ?
October 11, 2009
Writing data to Hadoop
October 7, 2009
Hadoop Rolling Small files
November 15, 2010