palashc commented on code in PR #14:
URL: https://github.com/apache/phoenix-adapters/pull/14#discussion_r3641274516
##########
phoenix-ddb-rest/src/test/java/org/apache/phoenix/ddb/GetRecordsMultipleProducersIT.java:
##########
@@ -134,6 +134,9 @@ public static void initialize() throws Exception {
restServer = new RESTServer(utility.getConfiguration());
restServer.run();
+ String url = "http://" + restServer.getServerAddress();
Review Comment:
We need to build a JDBC URL from the ZK quorum here, not the rest server url.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]