schlichtanders commented on issue #6808: URL: https://github.com/apache/hudi/issues/6808#issuecomment-1324692677
> then start hms > > ``` > $HIVE_HOME/bin/hive --service metastore > ``` Thank you for your help. Your proposed solution still uses an external server. I am surprised in how many ways one can understand "spark embedded derby hive meta store", apparently the spark/hive/hadoop landscape is very complex. As already explained in previous comments, our goal is to have maximally self-contained tests, hence starting a hive metastore service on a specific port is **not optimal for us**. Instead we would like to use spark's inbuilt support as described in the above minimal failing example https://github.com/apache/hudi/issues/6808#issuecomment-1308766125. It is now updated to use `jdbc:derby:memory:default;create=true`, however it still fails. @xushiyan do you mind reopening this issue? -- 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]
