@Nagendra Sharma
I verified internally within the code and addBatch method is not supported even in the latest version of HDP.
Below is the snippet from the code:
public void addBatch() throws SQLException {
// TODO Auto-generated method stub
throw new SQLException("Method not supported");
}