yaooqinn commented on pull request #28055:
URL: https://github.com/apache/spark/pull/28055#issuecomment-619726953


   According to the error stack trace in the failed test, the test failed to 
instantiate a hive metastore client because of derby requirements.
   ```
   Caused by: ERROR XBM0A: The database directory 
'/home/jenkins/workspace/SparkPullRequestBuilder/target/tmp/spark-9249ce52-0a06-42b6-a3df-e6295e880df0'
 exists. However, it does not contain the expected 'service.properties' file. 
Perhaps Derby was brought down in the middle of creating this database. You may 
want to delete this directory and try creating the database again.
   ```
   
   The derby requires the metastore dir does not exist, but it does exist 
probably due to the test case before it failed to clear the metastore dir 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to