Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 hdfsRename 将文件从旧路径 mv 到新路径时,我在我的 c++ 程序中使用 libhdfs。新路径不存在,旧路径存在。 但是当我运行程序时,我得到一个错误,函数 hdfsRename 只是返回 -1 没有任何提示或异常。 我使用gdb调试程序,但我无法进入jvm线程以了解发生了什么。 所以任何人都可以告诉我,当 hdfsRename 将返回 -1 时,有没有办法调试到 jvm 中?