Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-11000

Derby have booted the database twice in yarn security mode.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 1.6.0
    • Spark Shell, SQL, YARN
    • None

    Description

      bin/spark-shell --master yarn-client
      If spark was build with hive, this simple command will also have a problem: Another instance of Derby may have already booted the database

      Exeception
      Caused by: java.sql.SQLException: Another instance of Derby may have already booted the database /opt/client/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)
              ... 130 more
      Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database /opt/client/Spark/spark/metastore_db.
      

      Attachments

        Issue Links

          Activity

            People

              carlmartin Zhaowei Huang
              carlmartin Zhaowei Huang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: