The Hadoop framework allows for a single sort key for the map and reduce sort stages.
Connect for Big Data Sort supports all of the natively supported key types in the MapReduce
framework
Text
IntWritable
LongWritable
FloatWritable
DoubleWritable
If your key is not one of the supported types, specify the dmx.key.binarycomparable property as true to allow the keys to be compared as bytes.