{{ form.input.help_text }}
{{ form.output.help_text|safe}}
{{ form.mapper_cmd.help_text|safe}}
{{ form.reducer_cmd.help_text|safe}}
{{ form.num_reduce_tasks.help_text|safe}}
{{ form.cache_files.help_text|safe}}
{{ form.mapper_class.help_text|safe}}
{{ form.combiner_class.help_text|safe}}
{{ form.reducer_class.help_text|safe}}
{{ form.inputformat_class.help_text|safe}}
{{ form.outputformat_class.help_text|safe}}
{{ form.partitioner_class.help_text|safe}}
{{ form.inputreader.help_text|safe}}
{{ form.cache_archives.help_text|safe }}
{{ form.hadoop_properties.help_text|safe}}