You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (Jira)" <ji...@apache.org> on 2019/09/27 02:13:00 UTC

[jira] [Updated] (SPARK-29268) Failed to start spark-sql when using Derby metastore and isolatedLoader is enabled

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

Yuming Wang updated SPARK-29268:
--------------------------------
    Description: 
Failed to start spark-sql when using Derby metastore and isolatedLoader is enabled({{spark.sql.hive.metastore.jars != builtin}}).
How to reproduce:
{code:sh}
bin/spark-sql --conf spark.sql.hive.metastore.version=2.1 --conf spark.sql.hive.metastore.jars=maven
{code}
Logs:
{noformat}
...
Caused by: java.sql.SQLException: Failed to start database 'metastore_db' with class loader org.apache.spark.sql.hive.client.IsolatedClientLoader$$anon$1@15a591d9, see the next exception for details.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
	... 108 more
Caused by: java.sql.SQLException: Another instance of Derby may have already booted the database /root/spark-2.3.4-bin-hadoop2.7/metastore_db.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	... 105 more
Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database /root/spark-2.3.4-bin-hadoop2.7/metastore_db.
...
{noformat}


  was:
Failed to start spark-sql when using Derby metastore and isolatedLoader is enabled({{spark.sql.hive.metastore.jars != builtin}}).
How to reproduce:
{noformat}
bin/spark-sql --conf spark.sql.hive.metastore.version=2.1 --conf spark.sql.hive.metastore.jars=maven
{noformat}
Logs:
{noformat}
...
Caused by: java.sql.SQLException: Failed to start database 'metastore_db' with class loader org.apache.spark.sql.hive.client.IsolatedClientLoader$$anon$1@15a591d9, see the next exception for details.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
	... 108 more
Caused by: java.sql.SQLException: Another instance of Derby may have already booted the database /root/spark-2.3.4-bin-hadoop2.7/metastore_db.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	... 105 more
Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database /root/spark-2.3.4-bin-hadoop2.7/metastore_db.
...
{noformat}



> Failed to start spark-sql when using Derby metastore and isolatedLoader is enabled
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-29268
>                 URL: https://issues.apache.org/jira/browse/SPARK-29268
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.3.4, 2.4.4, 3.0.0
>            Reporter: Yuming Wang
>            Priority: Major
>
> Failed to start spark-sql when using Derby metastore and isolatedLoader is enabled({{spark.sql.hive.metastore.jars != builtin}}).
> How to reproduce:
> {code:sh}
> bin/spark-sql --conf spark.sql.hive.metastore.version=2.1 --conf spark.sql.hive.metastore.jars=maven
> {code}
> Logs:
> {noformat}
> ...
> Caused by: java.sql.SQLException: Failed to start database 'metastore_db' with class loader org.apache.spark.sql.hive.client.IsolatedClientLoader$$anon$1@15a591d9, see the next exception for details.
> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
> 	... 108 more
> Caused by: java.sql.SQLException: Another instance of Derby may have already booted the database /root/spark-2.3.4-bin-hadoop2.7/metastore_db.
> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
> 	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
> 	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
> 	... 105 more
> Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database /root/spark-2.3.4-bin-hadoop2.7/metastore_db.
> ...
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org