Avro data should be a binary format in its own version. Why you got something
like JSON?
What output format class you use?
Yong
Date: Fri, 3 Oct 2014 17:34:35 +0800
Subject: avro mapreduce output
From: delim123...@gmail.com
To: user@hadoop.apache.org
Hi,
In mapreduce with reduce output format
Hi,
In mapreduce with reduce output format of >
Is it possible for me to get the reduce output without the string
"key:none" and "value" , i.e. only the content of myavroclass itself??
Thanks!
what i get now:
{u'value': {u'MYCOLUMN1': 'Hello', u'MYCOLUMN2': 'World'}, u'key': None}
what i act