}
private HSAB<User, byte[]> getHSAB() throws IOException, SQLException {
DataSource ds = getDS();
HSClientBuilder hsb = new HSClientBuilderImpl();
hsb.setServerAddress("localhost", 9998);
hsb.setConnectionPoolSize(100);
return new HSAB<User, byte[]>(
Executors.newCachedThreadPool(),
ds,
hsb.build(),
"user",
"profile",
"avro_schemas",
User.SCHEMA$,
AvroFormat.JSON,