abhishekrb19 commented on pull request #11634: URL: https://github.com/apache/druid/pull/11634#issuecomment-906583288
hi @jihoonson, @asdf2014, the build is failing in the stage 2 starting with these jobs: ``` 32932.42 (Compile=openjdk8, Run=openjdk8) batch index integration test 32932.43 (Compile=openjdk8, Run=openjdk8) batch index integration test with Indexer ... ``` It appears that mysql is not installed/found. ```sh /bin/sh: 1: /etc/init.d/mysql: not found ``` I see a few jobs as part of other pull requests fail due to the same reason as well. Is this a known issue? Thanks! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
