Known Issues
DataPlane has the following known issues, scheduled for resolution in a future release. Where available, a workaround has been provided.
Hortonworks Bug ID | Summary |
---|---|
BUG-96057 |
Problem: Keystore warning on Centos 7 / openJDK 8 when accessing the DP set keystore Error Message: Warning message is printed related to keystore when
configuring
DataPlane:
Warning: The JCEKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /usr/dp/1.1.0.0-111/core/bin/certs/dp-keystore.jceks -destkeystore /usr/dp/1.1.0.0-111/core/bin/certs/dp-keystore.jceks -deststoretype pkcs12 Workaround: dpdeploy.sh commands might occasionally print a warning as given the description above. This warning is due to the usage of a supported but proprietary keystore format for storing credentials securely. This is message harmless and can be ignored. |
BUG-98817 |
Problem: DataPlane session timeout occurs after 2 hours, does not account for when the user was last active. Workaround: If session timeout occurs, re-login to DataPlane. |
BUG-100631 |
Problem: DP Platform should not allow cluster addition as local admin user Description: DataPlane currently allows the local super user to log in and attempt to register clusters. However, since the local super user might not be a valid LDAP user, cluster registration or subsequent interactions might fail with authorization issues. Workaround: Always register LDAP users in DataPlane platform via the user management functionality and register clusters only after logging in as those users. |
BUG-100631 | Problem: DP Platform should not allow cluster addition as local admin user Description: DataPlane currently allows the local super user to log in and attempt to register clusters. However, since the local super user might not be a valid LDAP user, cluster registration or subsequent interactions might fail with authorization issues. Workaround: Always register LDAP users in DP Platform via the user management functionality and register clusters only after logging in as those users. |
BUG-100680 | Problem: Logout fails when you use an IP address and port for DP. Description: If DataPlane is configured to run on a non-default port, then the logout action from the DataPlane UI fails to complete and leaves the user logged in. Workaround:Clear the cookies in the browser session for the DataPlane domain. Specifically the cookies dp_jwt and hadoop-jwt have to be cleared if found. |
BUG-104245 |
Problem: LDAP setup in DataPlane will fail if the LDAP hostname is not addressable within docker containers. Description: If the DNS name for the service cannot be addressed
using standard DNS, but through a host name mapping, LDAP setup with fail. The
command Workaround: Edit the /etc/hosts file using vim or other editor and save the mapping. |