Hello, I've run into an issue where Drill will not start if mount permissions are set on /tmp to noexec. The permissions were set to noexec due to security concerns. I'm using Drill version 1.7. The error I get when starting Drill is:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/libnetty-transport-native-epoll5743269078378802025.so: /tmp/libnetty-transport-native-epoll5743269078378802025.so: failed to map segment from shared object: Operation not permitted Does anyone know of a way to configure Drill to use a different tmp location? Thanks, Scott