Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

mbind: Operation not permitted when running hive shell

avatar
Super Guru

When I run hive shell, the below message gets printed continuously. But the queries work fine. How do I get rid of these messages

mbind: Operation not permitted

Thanks,

Aditya

1 ACCEPTED SOLUTION

avatar
Cloudera Employee

@Aditya Sirna has found the solution to this, and documented at

https://community.hortonworks.com/articles/174061/mbind-operation-not-permitted-when-running-hive-sh...

in short:

This happens when you run a java app in docker and the java app (e.g.: hive shell) has JVM argument:

-XX:+UseNUMA

Docker doesn't support this feature currently. Removing this and restarting solves the issue.

Best regards,

Endre

View solution in original post

1 REPLY 1

avatar
Cloudera Employee

@Aditya Sirna has found the solution to this, and documented at

https://community.hortonworks.com/articles/174061/mbind-operation-not-permitted-when-running-hive-sh...

in short:

This happens when you run a java app in docker and the java app (e.g.: hive shell) has JVM argument:

-XX:+UseNUMA

Docker doesn't support this feature currently. Removing this and restarting solves the issue.

Best regards,

Endre