iwasakims commented on PR #973:
URL: https://github.com/apache/bigtop/pull/973#issuecomment-1203478250
spark-thriftserver stopped after emitting following log to
/var/log/spark/spark-thriftserver.out when I ran smoke-tests of spark.
@vivostar
```
22/08/03 04:35:48 INFO HiveMetaStore: 0: Opening raw store with
implementation class:org.apache.hadoop.hive.metastore.ObjectStore
22/08/03 04:35:48 INFO ObjectStore: ObjectStore, initialize called
22/08/03 04:35:49 INFO Persistence: Property
hive.metastore.integral.jdo.pushdown unknown - will be ignored
22/08/03 04:35:49 INFO Persistence: Property datanucleus.cache.level2
unknown - will be ignored
Wed Aug 03 04:35:49 UTC 2022 Thread[main,5,main]
java.io.FileNotFoundException: derby.log (Permission denied)
Wed Aug 03 04:35:49 UTC 2022 Thread[main,5,main] Cleanup action starting
ERROR XBM0H: Directory /metastore_db cannot be created.
at
org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at
org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at
org.apache.derby.impl.services.monitor.StorageFactoryService$10.run(Unknown
Source)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.derby.impl.services.monitor.StorageFactoryService.createServiceRoot(Unknown
Source)
at
org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
at
org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown
Source)
at
org.apache.derby.impl.services.monitor.FileMonitor.createPersistentService(Unknown
Source)
at
org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown
Source)
at org.apache.derby.impl.jdbc.EmbedConnection$5.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.derby.impl.jdbc.EmbedConnection.createPersistentService(Unknown
Source)
at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown
Source)
...
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]