Hi Folks, Is the list of Hadoop versions supported by Sentry documented somewhere? I had recently set up Sentry on a Hadoop 2.4 cluster. The schema-tool failed because it uses the Configuration.getPassword <https://github.com/apache/incubator-sentry/blob/master/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/tools/SentrySchemaTool.java#L90> method that was only added in Hadoop 2.6. Does that mean that Sentry does not support Hadoop <2.6 or is that only the SchemaTool won't run on it? If the latter, should we create a jira to update the schema-tool to not use that API, so that that dependency is removed?
Thanks in advance. -- Bhooshan
