[jira] [Updated] (HIVE-6855) A couple of errors in MySQL db creation script for transaction tables

2014-04-08 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-6855:
---

   Resolution: Fixed
Fix Version/s: 0.13.0
   Status: Resolved  (was: Patch Available)

Committed to 0.13 & trunk.

> A couple of errors in MySQL db creation script for transaction tables
> -
>
> Key: HIVE-6855
> URL: https://issues.apache.org/jira/browse/HIVE-6855
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.13.0
>Reporter: Alan Gates
>Assignee: Alan Gates
> Fix For: 0.13.0
>
> Attachments: HIVE-6855.patch
>
>
> There are a few small issues in the database creation scripts for mysql.  A 
> couple of the tables don't set the engine to InnoDB.  None of the tables set 
> default character set to latin1.  And the syntax "CREATE INDEX...USING HASH" 
> doesn't work on older versions of MySQL.  Instead the index creation should 
> be done without specifying a method (no USING clause).



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6855) A couple of errors in MySQL db creation script for transaction tables

2014-04-07 Thread Alan Gates (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan Gates updated HIVE-6855:
-

Attachment: HIVE-6855.patch

> A couple of errors in MySQL db creation script for transaction tables
> -
>
> Key: HIVE-6855
> URL: https://issues.apache.org/jira/browse/HIVE-6855
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.13.0
>Reporter: Alan Gates
>Assignee: Alan Gates
> Attachments: HIVE-6855.patch
>
>
> There are a few small issues in the database creation scripts for mysql.  A 
> couple of the tables don't set the engine to InnoDB.  None of the tables set 
> default character set to latin1.  And the syntax "CREATE INDEX...USING HASH" 
> doesn't work on older versions of MySQL.  Instead the index creation should 
> be done without specifying a method (no USING clause).



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6855) A couple of errors in MySQL db creation script for transaction tables

2014-04-07 Thread Alan Gates (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan Gates updated HIVE-6855:
-

Status: Patch Available  (was: Open)

NO PRECOMMIT TESTS 

Updated the mysql scripts.

> A couple of errors in MySQL db creation script for transaction tables
> -
>
> Key: HIVE-6855
> URL: https://issues.apache.org/jira/browse/HIVE-6855
> Project: Hive
>  Issue Type: Bug
>  Components: Metastore
>Affects Versions: 0.13.0
>Reporter: Alan Gates
>Assignee: Alan Gates
> Attachments: HIVE-6855.patch
>
>
> There are a few small issues in the database creation scripts for mysql.  A 
> couple of the tables don't set the engine to InnoDB.  None of the tables set 
> default character set to latin1.  And the syntax "CREATE INDEX...USING HASH" 
> doesn't work on older versions of MySQL.  Instead the index creation should 
> be done without specifying a method (no USING clause).



--
This message was sent by Atlassian JIRA
(v6.2#6252)