Hi, I am using the config which addressed below.
name: mapreduce.output.textoutputformat.separator value: \001 The problem is when I set this at ambari, it works fine. For instance, it gives me the result like 'abc^Adef'. But if, I use custom XML with -conf option in hadoop command or use '-D mapreduce.output.textoutputformat.separator="\001"', it gives me 'abc\001def'. What is causing this? And what I can do to fix it? I mean, making the separator to be ^A while using -D or -conf. Any help will be so great. Thanks.
