Re: HiveDerbyServerMode

2011-10-10 Thread Chinna Rao Lalam 72745
Hi, To start HiveDerbyServerMode In hive these 2 configuration need to configure javax.jdo.option.ConnectionURL jdbc:derby//{derbyIP}:1527/metastore_db;create=true JDBC connect string for a JDBC metastore javax.jdo.option.ConnectionDriverName org.apache.derby.jdbc.Clie

Re: Copying a Hive metastore

2011-10-10 Thread Jander g
We develop a little tool which can hack to get create table HQL and insert data HQL from hive metastore. Thus the hive metastore can be restored. On 10/11/11, Steven Wong wrote: > How do you generate an HQL file from a metastore? > > > -Original Message- > From: Jander g [mailto:jande...

RE: Copying a Hive metastore

2011-10-10 Thread Steven Wong
How do you generate an HQL file from a metastore? -Original Message- From: Jander g [mailto:jande...@gmail.com] Sent: Saturday, October 08, 2011 10:54 PM To: user@hive.apache.org Subject: Re: Copying a Hive metastore Yes, you are right. I had merged two hive metastore several months ago

RE: HiveDerbyServerMode

2011-10-10 Thread Steven Wong
I don't have experience with this setup, but apparently the page you're looking for has moved to https://cwiki.apache.org/confluence/display/Hive/HiveDerbyServerMode. -Original Message- From: Matt Kennedy [mailto:stinkym...@gmail.com] Sent: Monday, October 10, 2011 9:17 AM To: user@hiv

Re: Indexing

2011-10-10 Thread John Sichi
Hi Avrilia, These are (some of) the patches you are looking for: HIVE-1644 HIVE-2128 HIVE-2138 I'm not sure what went into 0.7.1 but they will all be in the upcoming 0.8 release. JIRA is your friend: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+HIV

HiveDerbyServerMode

2011-10-10 Thread Matt Kennedy
I'd like to set up the Hive metastore such that I'm running "hive --service hiveserver" which itself would use an embedded Derby database. Then my hive clients would connect to the remote metastore. In searching this mailing list, I have come across a number of links to http://wiki.apache.org/hadoo

Why set mapred.reduce.tasks does not work in hive-0.70-rc1 edition

2011-10-10 Thread Jander g
Hi, all Why set mapred.reduce.tasks does not work in hive-0.70-rc1 edition? The source code follows: private void setNumberOfReducers() throws IOException { // this is a temporary hack to fix things that are not fixed in the compiler Integer numReducersFromWork = work.getNumReduceTasks()