Closed frbattid closed 8 years ago
Currently, the API does not suport input parameters when running MR jobs.
Input parameters must be specified in a special field in the request payload:
{ "jar": "/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar", "class_name": "wordcount", "lib_jars": "/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar", "input": "mrtest", "output": "output4", "other_args": "arg1 arg2 ..." }
Implemented in PR https://github.com/telefonicaid/fiware-cosmos/pull/183
Reimplemented in PR https://github.com/telefonicaid/fiware-cosmos/pull/184
Currently, the API does not suport input parameters when running MR jobs.
Input parameters must be specified in a special field in the request payload: