[jira] [Commented] (HIVE-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-12-29 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-4257:
---



{color:green}Overall{color}: +1 all checks pass

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

{color:green}SUCCESS:{color} +1 4818 tests passed

Test results: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/768/testReport
Console output: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/768/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12620794

 java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator
 --

 Key: HIVE-4257
 URL: https://issues.apache.org/jira/browse/HIVE-4257
 Project: Hive
  Issue Type: Bug
  Components: Statistics
Affects Versions: 0.11.0
Reporter: Teddy Choi
Assignee: Teddy Choi
Priority: Minor
 Attachments: HIVE-4257.1.patch.txt, HIVE-4257.2.patch.txt


 java.sql.SQLNonTransientConnectionException occurs on JDBCStatsAggregator 
 after executing dozens of Hive queries periodically, which inserts thousands 
 of rows. It may have a relation with DERBY-5098. To avoid this error, Hive 
 should use a more recent version of Derby(10.6.2.3, 10.7.1.4, 10.8.2.2, 
 10.9.1.0 or later). Hive 0.11.0-SNAPSHOT uses Derby 10.4.2.0.
 {noformat}
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:cleanUp(249)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HIVE-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-12-29 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-4257:


+1


 java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator
 --

 Key: HIVE-4257
 URL: https://issues.apache.org/jira/browse/HIVE-4257
 Project: Hive
  Issue Type: Bug
  Components: Statistics
Affects Versions: 0.11.0
Reporter: Teddy Choi
Assignee: Teddy Choi
Priority: Minor
 Attachments: HIVE-4257.1.patch.txt, HIVE-4257.2.patch.txt


 java.sql.SQLNonTransientConnectionException occurs on JDBCStatsAggregator 
 after executing dozens of Hive queries periodically, which inserts thousands 
 of rows. It may have a relation with DERBY-5098. To avoid this error, Hive 
 should use a more recent version of Derby(10.6.2.3, 10.7.1.4, 10.8.2.2, 
 10.9.1.0 or later). Hive 0.11.0-SNAPSHOT uses Derby 10.4.2.0.
 {noformat}
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:cleanUp(249)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HIVE-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-12-27 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-4257:


[~teddy.choi] Would you like to rebase this patch on trunk? Lets have Hive QA 
run on this.

 java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator
 --

 Key: HIVE-4257
 URL: https://issues.apache.org/jira/browse/HIVE-4257
 Project: Hive
  Issue Type: Bug
  Components: Statistics
Affects Versions: 0.11.0
Reporter: Teddy Choi
Assignee: Teddy Choi
Priority: Minor
 Attachments: HIVE-4257.1.patch.txt


 java.sql.SQLNonTransientConnectionException occurs on JDBCStatsAggregator 
 after executing dozens of Hive queries periodically, which inserts thousands 
 of rows. It may have a relation with DERBY-5098. To avoid this error, Hive 
 should use a more recent version of Derby(10.6.2.3, 10.7.1.4, 10.8.2.2, 
 10.9.1.0 or later). Hive 0.11.0-SNAPSHOT uses Derby 10.4.2.0.
 {noformat}
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:cleanUp(249)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HIVE-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-05-23 Thread Navis (JIRA)

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

Navis commented on HIVE-4257:
-

Build failed with various exceptions,
{noformat}
[junit] Caused by: java.lang.RuntimeException: Unable to instantiate 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient
[junit] at 
org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1212)
[junit] at 
org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.init(RetryingMetaStoreClient.java:51)
[junit] at 
org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:61)
[junit] at 
org.apache.hadoop.hive.ql.metadata.Hive.createMetaStoreClient(Hive.java:2286)
[junit] at 
org.apache.hadoop.hive.ql.metadata.Hive.getMSC(Hive.java:2297)
[junit] at 
org.apache.hadoop.hive.ql.metadata.Hive.dropTable(Hive.java:868)
[junit] ... 8 more
[junit] Caused by: java.lang.reflect.InvocationTargetException
[junit] at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[junit] at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[junit] at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[junit] at 
java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[junit] at 
org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1210)
[junit] ... 13 more
[junit] Caused by: javax.jdo.JDOFatalInternalException: Error creating 
transactional connection factory
[junit] NestedThrowables:
[junit] java.lang.reflect.InvocationTargetException
[junit] at 
org.datanucleus.jdo.NucleusJDOHelper.getJDOExceptionForNucleusException(NucleusJDOHelper.java:425)
[junit] at 
org.datanucleus.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:601)
[junit] at 
org.datanucleus.jdo.JDOPersistenceManagerFactory.createPersistenceManagerFactory(JDOPersistenceManagerFactory.java:286)
[junit] at 
org.datanucleus.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:182)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at javax.jdo.JDOHelper$16.run(JDOHelper.java:1958)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at javax.jdo.JDOHelper.invoke(JDOHelper.java:1953)
[junit] at 
javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1159)
[junit] at 
javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:803)
[junit] at 
javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:698)
[junit] at 
org.apache.hadoop.hive.metastore.ObjectStore.getPMF(ObjectStore.java:263)
[junit] at 
org.apache.hadoop.hive.metastore.ObjectStore.getPersistenceManager(ObjectStore.java:292)
[junit] at 
org.apache.hadoop.hive.metastore.ObjectStore.initialize(ObjectStore.java:225)
[junit] at 
org.apache.hadoop.hive.metastore.ObjectStore.setConf(ObjectStore.java:200)
[junit] at 
org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)
[junit] at 
org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)
[junit] at 
org.apache.hadoop.hive.metastore.RetryingRawStore.init(RetryingRawStore.java:62)
[junit] at 
org.apache.hadoop.hive.metastore.RetryingRawStore.getProxy(RetryingRawStore.java:71)
[junit] at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.newRawStore(HiveMetaStore.java:414)
[junit] at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.getMS(HiveMetaStore.java:402)
[junit] at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.createDefaultDB(HiveMetaStore.java:440)
[junit] at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.init(HiveMetaStore.java:326)
[junit] at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.init(HiveMetaStore.java:286)
[junit] at 
org.apache.hadoop.hive.metastore.RetryingHMSHandler.init(RetryingHMSHandler.java:53)
[junit] at 
org.apache.hadoop.hive.metastore.RetryingHMSHandler.getProxy(RetryingHMSHandler.java:58)
[junit] at 
org.apache.hadoop.hive.metastore.HiveMetaStore.newHMSHandler(HiveMetaStore.java:4183)
[junit] at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.init(HiveMetaStoreClient.java:121)
  

[jira] [Commented] (HIVE-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-05-22 Thread Navis (JIRA)

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

Navis commented on HIVE-4257:
-

running test

 java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator
 --

 Key: HIVE-4257
 URL: https://issues.apache.org/jira/browse/HIVE-4257
 Project: Hive
  Issue Type: Bug
  Components: Statistics
Affects Versions: 0.11.0
Reporter: Teddy Choi
Assignee: Teddy Choi
Priority: Minor
 Attachments: HIVE-4257.1.patch.txt


 java.sql.SQLNonTransientConnectionException occurs on JDBCStatsAggregator 
 after executing dozens of Hive queries periodically, which inserts thousands 
 of rows. It may have a relation with DERBY-5098. To avoid this error, Hive 
 should use a more recent version of Derby(10.6.2.3, 10.7.1.4, 10.8.2.2, 
 10.9.1.0 or later). Hive 0.11.0-SNAPSHOT uses Derby 10.4.2.0.
 {noformat}
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:cleanUp(249)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 {noformat}

--
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-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-03-31 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-4257:


+1 running tests.

 java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator
 --

 Key: HIVE-4257
 URL: https://issues.apache.org/jira/browse/HIVE-4257
 Project: Hive
  Issue Type: Bug
  Components: Statistics
Affects Versions: 0.11.0
Reporter: Teddy Choi
Priority: Minor
 Fix For: 0.11.0

 Attachments: HIVE-4257.1.patch.txt


 java.sql.SQLNonTransientConnectionException occurs on JDBCStatsAggregator 
 after executing dozens of Hive queries periodically, which inserts thousands 
 of rows. It may have a relation with DERBY-5098. To avoid this error, Hive 
 should use a more recent version of Derby(10.6.2.3, 10.7.1.4, 10.8.2.2, 
 10.9.1.0 or later). Hive 0.11.0-SNAPSHOT uses Derby 10.4.2.0.
 {noformat}
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:cleanUp(249)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 {noformat}

--
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-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-03-31 Thread Teddy Choi (JIRA)

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

Teddy Choi commented on HIVE-4257:
--

Review request at https://reviews.apache.org/r/10215

 java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator
 --

 Key: HIVE-4257
 URL: https://issues.apache.org/jira/browse/HIVE-4257
 Project: Hive
  Issue Type: Bug
  Components: Statistics
Affects Versions: 0.11.0
Reporter: Teddy Choi
Priority: Minor
 Fix For: 0.11.0

 Attachments: HIVE-4257.1.patch.txt


 java.sql.SQLNonTransientConnectionException occurs on JDBCStatsAggregator 
 after executing dozens of Hive queries periodically, which inserts thousands 
 of rows. It may have a relation with DERBY-5098. To avoid this error, Hive 
 should use a more recent version of Derby(10.6.2.3, 10.7.1.4, 10.8.2.2, 
 10.9.1.0 or later). Hive 0.11.0-SNAPSHOT uses Derby 10.4.2.0.
 {noformat}
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:cleanUp(249)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 {noformat}

--
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-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-03-31 Thread Teddy Choi (JIRA)

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

Teddy Choi commented on HIVE-4257:
--

Thank you for your review, [~ashutoshc].

 java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator
 --

 Key: HIVE-4257
 URL: https://issues.apache.org/jira/browse/HIVE-4257
 Project: Hive
  Issue Type: Bug
  Components: Statistics
Affects Versions: 0.11.0
Reporter: Teddy Choi
Priority: Minor
 Fix For: 0.11.0

 Attachments: HIVE-4257.1.patch.txt


 java.sql.SQLNonTransientConnectionException occurs on JDBCStatsAggregator 
 after executing dozens of Hive queries periodically, which inserts thousands 
 of rows. It may have a relation with DERBY-5098. To avoid this error, Hive 
 should use a more recent version of Derby(10.6.2.3, 10.7.1.4, 10.8.2.2, 
 10.9.1.0 or later). Hive 0.11.0-SNAPSHOT uses Derby 10.4.2.0.
 {noformat}
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:cleanUp(249)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 {noformat}

--
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-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-03-29 Thread Teddy Choi (JIRA)

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

Teddy Choi commented on HIVE-4257:
--

I attached a patch that makes Hive to use Derby 10.9.1.0, which is the latest 
official release in March 29, 2013. ( 
http://db.apache.org/derby/derby_downloads.html )

 java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator
 --

 Key: HIVE-4257
 URL: https://issues.apache.org/jira/browse/HIVE-4257
 Project: Hive
  Issue Type: Bug
  Components: Statistics
Affects Versions: 0.11.0
Reporter: Teddy Choi
 Fix For: 0.11.0

 Attachments: HIVE-4257.1.patch.txt


 java.sql.SQLNonTransientConnectionException occurs on JDBCStatsAggregator 
 after executing dozens of Hive queries periodically, which inserts thousands 
 of rows. It may have a relation with DERBY-5098. To avoid this error, Hive 
 should use a more recent version of Derby(10.6.2.3, 10.7.1.4, 10.8.2.2, 
 10.9.1.0 or later). Hive 0.11.0-SNAPSHOT uses Derby 10.4.2.0.
 {noformat}
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:cleanUp(249)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 {noformat}

--
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-4257) java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator

2013-03-29 Thread Teddy Choi (JIRA)

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

Teddy Choi commented on HIVE-4257:
--

If you get java.lang.SecurityException: sealing violation message, please 
remove derby-10.4.2.0.jar file from your target directories. 
(build/ivy/lib/default/, build/ivy/lib/compile/, build/ivy/lib/test/)

 java.sql.SQLNonTransientConnectionException on JDBCStatsAggregator
 --

 Key: HIVE-4257
 URL: https://issues.apache.org/jira/browse/HIVE-4257
 Project: Hive
  Issue Type: Bug
  Components: Statistics
Affects Versions: 0.11.0
Reporter: Teddy Choi
 Fix For: 0.11.0

 Attachments: HIVE-4257.1.patch.txt


 java.sql.SQLNonTransientConnectionException occurs on JDBCStatsAggregator 
 after executing dozens of Hive queries periodically, which inserts thousands 
 of rows. It may have a relation with DERBY-5098. To avoid this error, Hive 
 should use a more recent version of Derby(10.6.2.3, 10.7.1.4, 10.8.2.2, 
 10.9.1.0 or later). Hive 0.11.0-SNAPSHOT uses Derby 10.4.2.0.
 {noformat}
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:aggregateStats(168)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 2013-03-24 15:54:30,487 ERROR jdbc.JDBCStatsAggregator 
 (JDBCStatsAggregator.java:cleanUp(249)) - Error during publishing 
 aggregation. java.sql.SQLNonTransientConnectionException: No current 
 connection.
 {noformat}

--
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