I have a sutielet script that takes csv file and its content with JSON.stringify and put it in a map reduce parameter and then in MR script i take the parameter value (long array of objects and parse it) each object will do some process in MR script)
for now I do it with long text field parameter in MR script, but the limit there is 1,000,000 chars. any suggest how can I take over the limit? maybe other field type ?