Known Issues in Apache Ranger
Learn about the known issues in Ranger, the impact or changes to the functionality, and the workaround.
Known Issues in Cloudera Runtime 7.3.1.400 SP2
There are no new known issues identified in this release.
Known Issues in Cloudera Runtime 7.3.1.300 SP1 CHF1
There are no new known issues identified in this release.
Known Issues in Cloudera Runtime 7.3.1.200 SP1
There are no new known issues identified in this release.
Known Issues identified in Cloudera Runtime 7.3.1.100 CHF 1
There are no new known issues identified in this release.
Known Issues in Cloudera Runtime 7.3.1
- UnsupportedClassVersionError
- JDK 8 deployments support Nashorn JavaScript engine, which is built-in and fully
compatible, whereas JDK 17 deployments support GraalJS script engine due to
unavailability of Nashorn.
When your cluster supports both JDK 8 and JDK 17, then while a Java application, running on JDK 8, uses generic interfaces like ScriptEngine (from the javax.script package), the ScriptEngineManager class scans the classpath for available script engine implementations through the service provider mechanism, and detects the GraalJS as a provider for JavaScript, because in this case the GraalJS library (version 22.3.0) is also included on the classpath. The ScriptEngineManager then attempts to instantiate it, when requesting a "js" or "javascript" engine, and triggers an UnsupportedClassVersionError.
- CDPD-3296: Audit files for Ranger plugin components do not appear immediately in S3 after cluster creation
- For Ranger plugin components (Atlas, Hive, HBase, etc.), audit data is updated when the applicable audit file is rolled over. The default Ranger audit rollover time is 24 hours, so audit data appears 24 hours after cluster creation.