Github user zhangh43 commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1109#discussion_r100223135
--- Diff:
ranger-plugin/integration/service/src/test/java/org/apache/hawq/ranger/integration/service/tests/common/ServiceTestBase.java
---
@@ -67,7 +67,8 @@
private static final String RANGER_URL =
String.format("http://%s:%s/service/public/v2/api", RANGER_HOST, RANGER_PORT);
private static final String RANGER_POLICY_URL = RANGER_URL + "/policy";
- private static final int POLICY_REFRESH_INTERVAL = 6000;
+ private static final String POLICY_WAIT_INTERVAL_PROP_NAME =
"policy.wait.interval.ms";
--- End diff --
could you explain what is the difference between
ranger.plugin.hawq.policy.pollIntervalMs and policy.wait.interval.ms? And in
which xml file to config policy.wait.interval.ms?
---
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.
---