try value: \\\001 or \\\u0001
On Fri, Aug 28, 2015 at 9:33 AM, Mungeol Heo <[email protected]> wrote: > 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.
