languages.conf
, usually in the $WMR_HOME/lang-support
directory.
languages.conf
does not exist, copy it from the example file:
$ cp $WMR_HOME/lang-support/languages.conf.example $WMR_HOME/lang-support/languages.conf
[python3] interpreter = /usr/bin/env python3.1 library = python3 extension = py
interpreter
lines can be executed as named on all of your Hadoop nodes. If they are not present in the $PATH
(or its equivalent on your system), you will need to provide absolute paths.
languages.conf.example
file for more information on configuring the WebMapReduce languages.