How to include native libraries in YARN jobs?

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Apache Hadoop How to include native libraries in YARN jobs?

Viewing 1 reply thread
  • Author
    Posts
    • #5421
      DataFlair TeamDataFlair Team
      Spectator

      How do we include native libraries in YARN jobs?

    • #5422
      DataFlair TeamDataFlair Team
      Spectator

      We can include native libraries in specifying the libraries in mapreduce.map.env in your job or site configurationin bwlow format

      <property>
      <name>mapreduce.map.env</name>
      <value>LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/my/libs</value>
      </property>

Viewing 1 reply thread
  • You must be logged in to reply to this topic.