You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/08/29 16:46:49 UTC

[GitHub] [hudi] vinothsiva1989 commented on issue #2053: [SUPPORT]

vinothsiva1989 commented on issue #2053:
URL: https://github.com/apache/hudi/issues/2053#issuecomment-683314518


   yes now i am getting the below error:
   
   ERROR XBM0H: Directory /usr/hdp/2.6.5.1100-53/hive/lib/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)
           at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
           at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
           at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
           at java.security.AccessController.doPrivileged(Native Method)
           at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
           at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
           at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
           at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
           at java.sql.DriverManager.getConnection(DriverManager.java:664)
           at java.sql.DriverManager.getConnection(DriverManager.java:208)
           at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:349)
           at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:416)
           at com.jolbox.bonecp.BoneCPDataSource.getConnection(BoneCPDataSource.java:120)
           at org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl.getConnection(ConnectionFactoryImpl.java:501)
           at org.datanucleus.store.rdbms.RDBMSStoreManager.<init>(RDBMSStoreManager.java:298)
           at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
           at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
           at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   


----------------------------------------------------------------
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:
users@infra.apache.org