Istvan Toth created PHOENIX-7193: ------------------------------------ Summary: Fix cluster override for mapreduce jobs for NON-ZK registries Key: PHOENIX-7193 URL: https://issues.apache.org/jira/browse/PHOENIX-7193 Project: Phoenix Issue Type: Bug Components: core Affects Versions: 5.2.0, 5.1.4 Reporter: Istvan Toth Assignee: Istvan Toth
The Mapreduce cluster override code is heavily hardwired to ZK cluster definitions. When I added the non-ZK registry support, I just hacked the tests so that they run, but I did not add the possibility of overriding the clusters for non-ZK registries. This came back to bite me during the HBase 3 work. This patch adds new MR parameters to override the Phoenix JDBC input/output URLs, and cleans up some of the accumulated mess. -- This message was sent by Atlassian Jira (v8.20.10#820010)