- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
mbind: Operation not permitted when running hive shell
- Labels:
-
Apache Hive
Created ‎09-26-2017 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎05-14-2018 07:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Aditya Sirna has found the solution to this, and documented at
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
Created ‎05-14-2018 07:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Aditya Sirna has found the solution to this, and documented at
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
