This page lists common pitfalls for Gobblin users and developers.

Gobblin test fails on ubuntu gobblin-metastore

Here is the test error that you will see when you run the tests

Caused by: java.lang.RuntimeException: Command exited with error code: '141' and output: ''
at com.wix.mysql.distribution.setup.ProcessRunner.resolveException(ProcessRunner.java:44)
at com.wix.mysql.distribution.setup.ProcessRunner.run(ProcessRunner.java:29)
at com.wix.mysql.distribution.setup.NixBefore57Initializer.apply(NixBefore57Initializer.java:33)
at com.wix.mysql.distribution.Setup.apply(Setup.java:26)
at com.wix.mysql.MysqldExecutable.start(MysqldExecutable.java:42)
at com.wix.mysql.MysqldExecutable.start(MysqldExecutable.java:21)
at de.flapdoodle.embed.process.runtime.Executable.start(Executable.java:101)
at com.wix.mysql.EmbeddedMysql.<init>(EmbeddedMysql.java:45)
at com.wix.mysql.EmbeddedMysql$Builder.start(EmbeddedMysql.java:131)
at gobblin.metastore.testing.TestMetastoreDatabaseServer.<init>(TestMetastoreDatabaseServer.java:99)

You will have to make sure libaio1.so is installed as explained here 

https://github.com/wix/wix-embedded-mysql


 

  • No labels