0 votes
in Big Data | Hadoop by

How can native libraries be included in YARN jobs?

1 Answer

0 votes
by
There are two ways to include native libraries in YARN jobs-

1)  By setting the -Djava.library.path on the command line  but in this case there are chances that the native libraries might not be loaded correctly and there is possibility of errors.

2) The better option to include native libraries is to the set the LD_LIBRARY_PATH in the .bashrc file.

Related questions

0 votes
asked Feb 5, 2020 in Big Data | Hadoop by SakshiSharma
0 votes
asked Feb 9, 2020 in Big Data | Hadoop by rahuljain1
...