[jira] [Commented] (HIVE-5255) Missing metastore schema files for version 0.11

2013-09-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764076#comment-13764076
 ] 

Hudson commented on HIVE-5255:
--

FAILURE: Integrated in Hive-trunk-hadoop1-ptest #161 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/161/])
HIVE-5255 - Missing metastore schema files for version 0.11 (Jarek Jarcec Cecho 
via Brock Noland) (brock: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1521626)
* /hive/trunk/metastore/scripts/upgrade/derby/hive-schema-0.11.0.derby.sql
* /hive/trunk/metastore/scripts/upgrade/derby/upgrade-0.10.0-to-0.11.0.derby.sql
* /hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.11.0.mysql.sql
* /hive/trunk/metastore/scripts/upgrade/mysql/upgrade-0.10.0-to-0.11.0.mysql.sql
* /hive/trunk/metastore/scripts/upgrade/oracle/hive-schema-0.11.0.oracle.sql
* 
/hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.10.0-to-0.11.0.oracle.sql
* /hive/trunk/metastore/scripts/upgrade/postgres/hive-schema-0.11.0.postgres.sql
* 
/hive/trunk/metastore/scripts/upgrade/postgres/upgrade-0.10.0-to-0.11.0.postgres.sql


 Missing metastore schema files for version 0.11
 ---

 Key: HIVE-5255
 URL: https://issues.apache.org/jira/browse/HIVE-5255
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 0.11.0
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 0.12.0

 Attachments: HIVE-5255.patch


 I've noticed that we are missing metastore schema and upgrade files for 
 version 0.11. I know that the metastore structure has not been changed 
 between 0.10 and 0.11, thus they are not strictly necessary.
 However in the same situation in the past (for example when going 0.2 - 0.3 
 or 0.8 - 0.9) we've always copied the metastore files from previous release. 
 I believe that this is more user friendly approach as user can simply use the 
 metastore schema file for his version without thinking which file to use.
 I know that 0.11 is out and that we are currently working on 0.12, but I 
 believe that we should add those files retrospectively anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5255) Missing metastore schema files for version 0.11

2013-09-11 Thread Jarek Jarcec Cecho (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764081#comment-13764081
 ] 

Jarek Jarcec Cecho commented on HIVE-5255:
--

Thank you [~brocknoland]!

 Missing metastore schema files for version 0.11
 ---

 Key: HIVE-5255
 URL: https://issues.apache.org/jira/browse/HIVE-5255
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 0.11.0
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 0.12.0

 Attachments: HIVE-5255.patch


 I've noticed that we are missing metastore schema and upgrade files for 
 version 0.11. I know that the metastore structure has not been changed 
 between 0.10 and 0.11, thus they are not strictly necessary.
 However in the same situation in the past (for example when going 0.2 - 0.3 
 or 0.8 - 0.9) we've always copied the metastore files from previous release. 
 I believe that this is more user friendly approach as user can simply use the 
 metastore schema file for his version without thinking which file to use.
 I know that 0.11 is out and that we are currently working on 0.12, but I 
 believe that we should add those files retrospectively anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5255) Missing metastore schema files for version 0.11

2013-09-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764232#comment-13764232
 ] 

Hudson commented on HIVE-5255:
--

FAILURE: Integrated in Hive-trunk-h0.21 #2324 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2324/])
HIVE-5255 - Missing metastore schema files for version 0.11 (Jarek Jarcec Cecho 
via Brock Noland) (brock: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1521626)
* /hive/trunk/metastore/scripts/upgrade/derby/hive-schema-0.11.0.derby.sql
* /hive/trunk/metastore/scripts/upgrade/derby/upgrade-0.10.0-to-0.11.0.derby.sql
* /hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.11.0.mysql.sql
* /hive/trunk/metastore/scripts/upgrade/mysql/upgrade-0.10.0-to-0.11.0.mysql.sql
* /hive/trunk/metastore/scripts/upgrade/oracle/hive-schema-0.11.0.oracle.sql
* 
/hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.10.0-to-0.11.0.oracle.sql
* /hive/trunk/metastore/scripts/upgrade/postgres/hive-schema-0.11.0.postgres.sql
* 
/hive/trunk/metastore/scripts/upgrade/postgres/upgrade-0.10.0-to-0.11.0.postgres.sql


 Missing metastore schema files for version 0.11
 ---

 Key: HIVE-5255
 URL: https://issues.apache.org/jira/browse/HIVE-5255
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 0.11.0
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 0.12.0

 Attachments: HIVE-5255.patch


 I've noticed that we are missing metastore schema and upgrade files for 
 version 0.11. I know that the metastore structure has not been changed 
 between 0.10 and 0.11, thus they are not strictly necessary.
 However in the same situation in the past (for example when going 0.2 - 0.3 
 or 0.8 - 0.9) we've always copied the metastore files from previous release. 
 I believe that this is more user friendly approach as user can simply use the 
 metastore schema file for his version without thinking which file to use.
 I know that 0.11 is out and that we are currently working on 0.12, but I 
 believe that we should add those files retrospectively anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5255) Missing metastore schema files for version 0.11

2013-09-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764874#comment-13764874
 ] 

Hudson commented on HIVE-5255:
--

ABORTED: Integrated in Hive-trunk-hadoop2 #421 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/421/])
HIVE-5255 - Missing metastore schema files for version 0.11 (Jarek Jarcec Cecho 
via Brock Noland) (brock: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1521626)
* /hive/trunk/metastore/scripts/upgrade/derby/hive-schema-0.11.0.derby.sql
* /hive/trunk/metastore/scripts/upgrade/derby/upgrade-0.10.0-to-0.11.0.derby.sql
* /hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.11.0.mysql.sql
* /hive/trunk/metastore/scripts/upgrade/mysql/upgrade-0.10.0-to-0.11.0.mysql.sql
* /hive/trunk/metastore/scripts/upgrade/oracle/hive-schema-0.11.0.oracle.sql
* 
/hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.10.0-to-0.11.0.oracle.sql
* /hive/trunk/metastore/scripts/upgrade/postgres/hive-schema-0.11.0.postgres.sql
* 
/hive/trunk/metastore/scripts/upgrade/postgres/upgrade-0.10.0-to-0.11.0.postgres.sql


 Missing metastore schema files for version 0.11
 ---

 Key: HIVE-5255
 URL: https://issues.apache.org/jira/browse/HIVE-5255
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 0.11.0
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 0.12.0

 Attachments: HIVE-5255.patch


 I've noticed that we are missing metastore schema and upgrade files for 
 version 0.11. I know that the metastore structure has not been changed 
 between 0.10 and 0.11, thus they are not strictly necessary.
 However in the same situation in the past (for example when going 0.2 - 0.3 
 or 0.8 - 0.9) we've always copied the metastore files from previous release. 
 I believe that this is more user friendly approach as user can simply use the 
 metastore schema file for his version without thinking which file to use.
 I know that 0.11 is out and that we are currently working on 0.12, but I 
 believe that we should add those files retrospectively anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5255) Missing metastore schema files for version 0.11

2013-09-10 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762931#comment-13762931
 ] 

Hive QA commented on HIVE-5255:
---



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12602306/HIVE-5255.patch

{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 3090 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_partition_wise_fileformat17
org.apache.hcatalog.cli.TestPermsGrp.testCustomPerms
org.apache.hive.hcatalog.mapreduce.TestHCatPartitioned.testHCatPartitionedTable
org.apache.hcatalog.pig.TestHCatLoaderComplexSchema.testSyntheticComplexSchema
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_infer_bucket_sort_reducers_power_two
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/686/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/686/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests failed with: TestsFailedException: 5 tests failed
{noformat}

This message is automatically generated.

 Missing metastore schema files for version 0.11
 ---

 Key: HIVE-5255
 URL: https://issues.apache.org/jira/browse/HIVE-5255
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 0.11.0
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 0.12.0

 Attachments: HIVE-5255.patch


 I've noticed that we are missing metastore schema and upgrade files for 
 version 0.11. I know that the metastore structure has not been changed 
 between 0.10 and 0.11, thus they are not strictly necessary.
 However in the same situation in the past (for example when going 0.2 - 0.3 
 or 0.8 - 0.9) we've always copied the metastore files from previous release. 
 I believe that this is more user friendly approach as user can simply use the 
 metastore schema file for his version without thinking which file to use.
 I know that 0.11 is out and that we are currently working on 0.12, but I 
 believe that we should add those files retrospectively anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5255) Missing metastore schema files for version 0.11

2013-09-10 Thread Jarek Jarcec Cecho (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762936#comment-13762936
 ] 

Jarek Jarcec Cecho commented on HIVE-5255:
--

The test failures do not seem to be relevant for this patch.

 Missing metastore schema files for version 0.11
 ---

 Key: HIVE-5255
 URL: https://issues.apache.org/jira/browse/HIVE-5255
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 0.11.0
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 0.12.0

 Attachments: HIVE-5255.patch


 I've noticed that we are missing metastore schema and upgrade files for 
 version 0.11. I know that the metastore structure has not been changed 
 between 0.10 and 0.11, thus they are not strictly necessary.
 However in the same situation in the past (for example when going 0.2 - 0.3 
 or 0.8 - 0.9) we've always copied the metastore files from previous release. 
 I believe that this is more user friendly approach as user can simply use the 
 metastore schema file for his version without thinking which file to use.
 I know that 0.11 is out and that we are currently working on 0.12, but I 
 believe that we should add those files retrospectively anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5255) Missing metastore schema files for version 0.11

2013-09-10 Thread Brock Noland (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763153#comment-13763153
 ] 

Brock Noland commented on HIVE-5255:


+1

 Missing metastore schema files for version 0.11
 ---

 Key: HIVE-5255
 URL: https://issues.apache.org/jira/browse/HIVE-5255
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 0.11.0
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 0.12.0

 Attachments: HIVE-5255.patch


 I've noticed that we are missing metastore schema and upgrade files for 
 version 0.11. I know that the metastore structure has not been changed 
 between 0.10 and 0.11, thus they are not strictly necessary.
 However in the same situation in the past (for example when going 0.2 - 0.3 
 or 0.8 - 0.9) we've always copied the metastore files from previous release. 
 I believe that this is more user friendly approach as user can simply use the 
 metastore schema file for his version without thinking which file to use.
 I know that 0.11 is out and that we are currently working on 0.12, but I 
 believe that we should add those files retrospectively anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5255) Missing metastore schema files for version 0.11

2013-09-10 Thread Brock Noland (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763130#comment-13763130
 ] 

Brock Noland commented on HIVE-5255:


So you'd like this checked in to 0.12 and trunk so it goes out with future 
releases?

 Missing metastore schema files for version 0.11
 ---

 Key: HIVE-5255
 URL: https://issues.apache.org/jira/browse/HIVE-5255
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 0.11.0
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 0.12.0

 Attachments: HIVE-5255.patch


 I've noticed that we are missing metastore schema and upgrade files for 
 version 0.11. I know that the metastore structure has not been changed 
 between 0.10 and 0.11, thus they are not strictly necessary.
 However in the same situation in the past (for example when going 0.2 - 0.3 
 or 0.8 - 0.9) we've always copied the metastore files from previous release. 
 I believe that this is more user friendly approach as user can simply use the 
 metastore schema file for his version without thinking which file to use.
 I know that 0.11 is out and that we are currently working on 0.12, but I 
 believe that we should add those files retrospectively anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5255) Missing metastore schema files for version 0.11

2013-09-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763874#comment-13763874
 ] 

Hudson commented on HIVE-5255:
--

FAILURE: Integrated in Hive-trunk-hadoop2-ptest #93 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2-ptest/93/])
HIVE-5255 - Missing metastore schema files for version 0.11 (Jarek Jarcec Cecho 
via Brock Noland) (brock: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1521626)
* /hive/trunk/metastore/scripts/upgrade/derby/hive-schema-0.11.0.derby.sql
* /hive/trunk/metastore/scripts/upgrade/derby/upgrade-0.10.0-to-0.11.0.derby.sql
* /hive/trunk/metastore/scripts/upgrade/mysql/hive-schema-0.11.0.mysql.sql
* /hive/trunk/metastore/scripts/upgrade/mysql/upgrade-0.10.0-to-0.11.0.mysql.sql
* /hive/trunk/metastore/scripts/upgrade/oracle/hive-schema-0.11.0.oracle.sql
* 
/hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.10.0-to-0.11.0.oracle.sql
* /hive/trunk/metastore/scripts/upgrade/postgres/hive-schema-0.11.0.postgres.sql
* 
/hive/trunk/metastore/scripts/upgrade/postgres/upgrade-0.10.0-to-0.11.0.postgres.sql


 Missing metastore schema files for version 0.11
 ---

 Key: HIVE-5255
 URL: https://issues.apache.org/jira/browse/HIVE-5255
 Project: Hive
  Issue Type: Bug
  Components: Metastore
Affects Versions: 0.11.0
Reporter: Jarek Jarcec Cecho
Assignee: Jarek Jarcec Cecho
 Fix For: 0.12.0

 Attachments: HIVE-5255.patch


 I've noticed that we are missing metastore schema and upgrade files for 
 version 0.11. I know that the metastore structure has not been changed 
 between 0.10 and 0.11, thus they are not strictly necessary.
 However in the same situation in the past (for example when going 0.2 - 0.3 
 or 0.8 - 0.9) we've always copied the metastore files from previous release. 
 I believe that this is more user friendly approach as user can simply use the 
 metastore schema file for his version without thinking which file to use.
 I know that 0.11 is out and that we are currently working on 0.12, but I 
 believe that we should add those files retrospectively anyway.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira