Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-9776]Another instance of Derby may have already booted the database #8947

Closed
wants to merge 1 commit into from

Conversation

KaiXinXiaoLei
Copy link

In security cluster, and using yarn-client mode, I just run "bin/spark-shell --master yarn-client".And the error exists:
Caused by: java.sql.SQLException: Failed to start database 'metastore_db' with class loader org.apache.spark.sql.hive.client.IsolatedClientLoader$$anon$1@5339cdc6, 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)
... 131 more
Caused by: java.sql.SQLException: Another instance of Derby may have already booted the database /opt/FIclient/Spark/spark/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)
... 128 more
Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database /opt/FIclient/Spark/spark/metastore_db.

@SparkQA
Copy link

SparkQA commented Sep 30, 2015

Test build #43128 has finished for PR 8947 at commit 167bcf9.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Oct 13, 2015

Do you mind closing this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants