ConnectionQueryServices connectionServices = getConnectionQueryServices(url, info);
info.setProperty(MAJOR_VERSION_PROP, Integer.toString(getMajorVersion()));
info.setProperty(MINOR_VERSION_PROP, Integer.toString(getMinorVersion()));
info.setProperty(DRIVER_NAME_PROP, getDriverName());
PhoenixConnection connection = connectionServices.connect(url, info);
return connection;
}
/**
* Get or create if necessary a QueryServices that is associated with the HBase zookeeper quorum