Member since
06-22-2018
1
Post
0
Kudos Received
0
Solutions
06-25-2018
06:06 AM
@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");
}
... View more