Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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