Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database

前端 未结 11 936
深忆病人
深忆病人 2020-12-14 17:11

I am trying to run SparkSQL :

val sqlContext = new org.apache.spark.sql.hive.HiveContext(sc)  

But the error i m getting is below:

11条回答
  •  一生所求
    2020-12-14 17:25

    If you are facing issue during bringing up WAS application on windows machine:

    1. kill java processes using task manager
    2. delete db.lck file present in WebSphere\AppServer\profiles\AppSrv04\databases\EJBTimers\server1\EJBTimerDB (My DB is EJBTimerDB which was causing issue)
    3. restart application.

提交回复
热议问题