Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/280#discussion_r21502424
--- Diff: tajo-core/src/main/java/org/apache/tajo/master/TajoMaster.java ---
@@ -278,6 +283,16 @@ private void checkAndInitializeSystemDirectories()
throws IOException {
LOG.info("Staging dir '" + stagingPath + "' is created");
}
}
+
+ private void evaluatePredefinedRules() throws EvaluationFailedException {
--- End diff --
In my opinion, using predefined rules seem to be general. I'd like to
recommend doSelfDiagnosis(), diagnoseSystem(), or diagnoseTajoMaster. It's just
a suggestion :) Similarly, we may be need to rethink the names in TajoClient
and TajoWorker.
---
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.
---