Hi, I am trying to use the config which addressed below.
name: mapreduce.output.textoutputformat.separator value: \001 or \u0001 The problem is when I use a configuration file or -D option to set this config, it not works as I expect. For instance, it gives me 'aaa\001aaa' instead of 'aaa^Aaaa'. How can I fix this problem? Any help will be so great. Thanks.
