Github user jinossy commented on a diff in the pull request:
https://github.com/apache/tajo/pull/566#discussion_r30222455
--- Diff:
tajo-client/src/main/java/org/apache/tajo/client/DummyServiceTracker.java ---
@@ -65,6 +66,21 @@ public InetSocketAddress getMasterHttpInfo() throws
ServiceTrackerException {
}
@Override
+ public int getState(String masterName, TajoConf conf) throws
ServiceTrackerException {
+ return 0;
+ }
+
+ @Override
+ public int formatHA(TajoConf conf) throws ServiceTrackerException {
+ return 0;
+ }
+
+ @Override
+ public List<String> getMasters(TajoConf conf) throws
ServiceTrackerException {
+ return null;
--- End diff --
Can you change to empty list ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---