4041424344454647484950
private void setupSerDe(Configuration conf, Properties serDeProps) throws IOException { try { serDe = new TypedBytesSerDe(); serDe.initialize(conf, serDeProps); } catch (Exception e) { throw new IOException(e);