-
Notifications
You must be signed in to change notification settings - Fork 164
TonY FAQ
Anthony Hsu edited this page Jun 27, 2019
·
1 revision
Most likely, you are missing libjni.so
in your LD_LIBRARY_PATH
. You can set this by adding -shell_env LD_LIBRARY_PATH=/usr/java/latest/jre/lib/amd64/server
(adapt for your Java environment) to the launch command. For more details, see https://github.com/tensorflow/examples/blob/master/community/en/docs/deploy/hadoop.md.