Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now we have a Python script which is able to discover VE cards using pyudev: https://pyudev.readthedocs.io/en/latest/
Java does not officially support libudev. There are some projects on Github (example: https://github.com/Zubnix/udev-java-bindings) but they're not available as Maven artifacts.
However it's not that difficult to create a minimal layer around libudev using JNA. We don't have to wrap every function, we need to call 4-5 methods.
Attachments
Attachments
Issue Links
- causes
-
YARN-10976 Fix resource leak due to Files.walk
- Resolved
- is related to
-
HBASE-22954 Whitelist net.java.dev.jna which got pulled in through Hadoop 3.3.0
- Resolved