Re: Minimum supported versions for DB backing Metastore

2014-06-03 Thread Lefty Leverenz
I added a column to the table of supported databases and updated a table of metastore configuration variables

Re: Minimum supported versions for DB backing Metastore

2014-04-19 Thread Lefty Leverenz
I found out how MS SQL Server is represented in the patch for HIVE-6927 (Add support for MSSQL in schematool), so I guess it is obvious after all: public class HiveSchemaH

Re: Minimum supported versions for DB backing Metastore

2014-04-19 Thread Lars Francke
Sorry for spotting this thread only now. I don't think Postgres 9.1 is required or should be the minimum version considering that RHEL 6 (current version) comes with 8.4 by default. I'd guess that this is one of the most widely deployed versions and lots of clusters are running on this or CentOS 6

Re: Minimum supported versions for DB backing Metastore

2014-04-18 Thread Lefty Leverenz
Looks good, Ashutosh. Could you add a column for javax.jdo.option.ConnectionURL examples? MySQL is already shown in previous sections, but it isn't obvious what MS SQL Server should be called in the parameter value. -- Lefty On Fri, Apr 18, 2014 at 5:17 PM, Ashutosh Chauhan wrote: > I have up

Re: Minimum supported versions for DB backing Metastore

2014-04-18 Thread Ashutosh Chauhan
I have updated wiki. I decided not to put Derby since I don't think it makes sense to recommend Derby for production scenario. On Thu, Apr 17, 2014 at 8:27 PM, Lefty Leverenz wrote: > +1 > > This seems to be the place for it: > https://cwiki.apache.org/confluence/display/Hive/AdminManual+Metasto

Re: Minimum supported versions for DB backing Metastore

2014-04-17 Thread Lefty Leverenz
+1 This seems to be the place for it: https://cwiki.apache.org/confluence/display/Hive/AdminManual+MetastoreAdmin. I won't volunteer because I've already got my hands full, and besides an expert can do it faster and better. But I'll find time to edit it. -- Lefty On Thu, Apr 17, 2014 at 9:24

Re: Minimum supported versions for DB backing Metastore

2014-04-17 Thread Thejas Nair
+1 Sounds good to me. On Thu, Apr 17, 2014 at 2:58 PM, Ashutosh Chauhan wrote: > I don't think we have documented anywhere what versions of mysql / postgres > / oracle / ms-sql we are supporting. It will be good to document those. I > propose following versions: > > * Derby - 10.10.

Re: Minimum supported versions for DB backing Metastore

2014-04-17 Thread Eugene Koifman
we do: https://issues.apache.org/jira/browse/HIVE-6862 On Thu, Apr 17, 2014 at 3:12 PM, Brock Noland wrote: > Do we have ms-sql scripts these days? Last time I checked we did not. I > think we need them to claim ms-sql support. > On Apr 17, 2014 4:59 PM, "Ashutosh Chauhan" wrote: > > > I don't

Re: Minimum supported versions for DB backing Metastore

2014-04-17 Thread Brock Noland
Do we have ms-sql scripts these days? Last time I checked we did not. I think we need them to claim ms-sql support. On Apr 17, 2014 4:59 PM, "Ashutosh Chauhan" wrote: > I don't think we have documented anywhere what versions of mysql / postgres > / oracle / ms-sql we are supporting. It will be go

Minimum supported versions for DB backing Metastore

2014-04-17 Thread Ashutosh Chauhan
I don't think we have documented anywhere what versions of mysql / postgres / oracle / ms-sql we are supporting. It will be good to document those. I propose following versions: * Derby - 10.10.1.1 - defined in hive's pom, so all unit tests run with it. * MySQL - 5.6.17