Known Issues
Hortonworks Bug ID | Apache JIRA | Apache Component | Summary |
---|---|---|---|
BUG-60904 | KNOX-823 | Knox |
Component Affected: Knox Description of Problem: When Apache Knox uses Ambari as a proxy, the QuickLinks are not rewritten to go back through the gateway. Workaround: If all access to Ambari is through Knox in the deployment the new Ambari quicklink profile may be used to hide and/or change URLs to go through Knox permanently. A future release will make these reflect the gateway appropriately. |
BUG-61512 | FALCON-1965 | Falcon |
Component Affected: Falcon Description of Problem: When upgrading to HDP 2.6 or later with Falcon, you might encounter the following error when starting the ActiveMQ server: ERROR - [main:] ~ Failed to start ActiveMQ JMS Message Broker. Reason: java.lang.NegativeArraySizeException (BrokerService:528) You might also encounter this error if downgrading Falcon from HDP 2.6 to an earlier release. Workaround: If you encounter this error, delete the ActiveMQ history and then restart Falcon. If you want to retain the history, be sure to back up the ActiveMQ history prior to deleting it. cd <ACTIVEMQ_DATA_DIR> rm -rf ./localhost cd /usr/hdp/current/falcon-server su -l <FALCON_USER> ./bin/falcon-stop ./bin/falcon-start |
BUG-65977 | SPARK-14922 | Spark |
Component Affected: Spark Description of Problem: Since Spark 2.0.0, `DROP PARTITION BY RANGE` is not supported grammatically. In other words, only '=' is supported while `<', '>', '<=', '>=' aren't. Associated Error Message: scala> sql("alter table t drop partition (b<1) ").show org.apache.spark.sql.catalyst.parser.ParseException: mismatched input '<' expecting {')', ','}(line 1, pos 31) == SQL == alter table t drop partition (b<1) -------------------------------^^^ Workaround: To drop partition,
use the exact match with '='. |
BUG-68628 | SPARK-16605, SPARK-16628 | Spark |
Component Affected: Spark Description of Problem: Column names are not getting created for Spark DataFrame Workaround: There are two workaround options for this issue:
|
BUG-68632 | SPARK-18355 | Spark |
Component Affected: Spark Description of Problem: The property spark.sql.hive.convertMetastoreOrc is set to "true" by default. This may impact performance. Workaround: You can set this property as "false" to gain some performance improvement. However, you cannot use this property for ORC tables with new columns made by `ALTER TABLE`. The default is false for safety. |
BUG-70956 | N/A | Zeppelin |
Component Affected: Zeppelin Description of Problem: A Hive query submitted to the %jdbc interpreter returns a proxy validation error. Associated error messages:
Workaround:
|
BUG-70956 | N/A | Zeppelin |
Component Affected: Zeppelin Description of Problem: When used with Hive, the %jdbc interpreter might require Hadoop common jar files that need to be added manually. Workaround:
|
BUG-74152 | PHOENIX-3688 | Phoenix |
Component Affected: Phoenix Description of Problem: Rebuild(ALTER INDEX IDX ON TABLE REBUILD) of indexes created on the table having row_timestamp column will result in no data visible to the User for that Index. Workaround: Drop the index and recreate the same index. There will not be any extra overhead of recreating index when compared with rebuild Index. |
BUG-75179 | ZEPPELIN-2170 | Zeppelin |
Component Affected: Zeppelin Description of Problem: Zeppelin does not show all WARN messages thrown by spark-shell. At the Zeppelin notebook level, we cannot change the log level that comes as an output. Associated Error Message: There is no error message. This error is only related to increasing or decreasing logging in notebook output. Workaround: Currently, there is no workaround for this. |
BUG-76996 | N/A | Spark 2 (Livy) |
Description of Problem: When upgrading from HDP-2.5.x to HDP-2.6.0 and using Spark2, the Livy interpreter is configured with a scope of 'global', and should be changed to 'scoped'. Workaround: After upgrading from HDP 2.5 to HDP 2.6, set the interpreter mode for %livy (Spark 2) to "scoped" using the pulldown menu in the %livy section of the Interpreters page. |
BUG-78035 | ZEPPELIN-1263 | Spark |
Component Affected: Zeppelin Description of Problem: spark.driver.memory will not take effect, the driver memory is always 1G. Workaround: To change the driver memory, specify it in the SPARK_DRIVER_MEMORY property on the interpreter setting page for your spark interpreter. |
BUG-79530 | N/A | Zeppelin |
Description of Problem: The AD roles defined in shiro_ini are not honored while setting up permissions in Zeppelin notebooks. Workaround: Remove securityManager.realm = $activeDirectoryRealm from Shiro through Ambari. |
BUG-80256 | N/A | Zeppelin |
Description of Problem: Upgrading to a newer version of HDP version will not persist any Zeppelin notebooks from the previous version. Workaround: Copy the Zeppelin
notebooks from you previous HDP installation into
|
BUG-80656 | Zeppelin |
Component Affected: Zeppelin Description of Problem: Zeppelin fails to start during the upgrade process from HDP 2.5 to HDP 2.6. The error starts with Exception in thread "main" org.apache.shiro.config.ConfigurationException: Unable to instantiate class org.apache.zeppelin.server.ActiveDirectoryGroupRealm for object named 'activeDirectoryRealm'. Please ensure you've specified the fully qualified class name correctly. Workaround: This error is due to a change in configuration class for Active Directory. In HDP 2.5:
In HDP 2.6:
To resolve this issue, choose one of the following two alternatives:
| |
BUG-80901 | N/A | Zeppelin |
Component Affected: Zeppelin/Livy Description of Problem: This occurs when running applications through Zeppelin/Livy that requires 3rd-party libraries. These libraries are not installed on all nodes in the cluster but they are installed on their edge nodes. Running in yarn-client mode, this all works as the job is submitted and runs on the edge node where the libraries are installed. In yarn-cluster mode,this fails because the libraries are missing. Workaround: Set the location
inspark.jars in
|
BUG-81027 | ZEPPELIN-2564 | Zeppelin |
Description of Problem:
LivySparkSQLInterpreter throws
Workaround: Currently, there is no workaround for this issue. |
BUG-81637 | N/A | Spark |
Description of Problem: Executing concurrent queries over Spark via Spark1-llap package spawns multiple threads. This may cause multiple queries to fail. However, this will not break the spark thrift server. Spark 1.6 is built using Scala 2.10, which is where this issue manifests (i.e. " synchronize reflection code as scala 2.10 reflection is not threadsafe self"). This issue was subsequently fixed in Scala 2.11 based on this patch https://issues.scala-lang.org/browse/SI-6240. Associated error messages:
Workaround: Isolate the broken queries and re-run them one by one. This will limit the query to one spawned thread. |
BUG-81885 | N/A | Ranger |
Description of the problem: Hive test connection and resource lookup will not be functional from Ranger UI due to Hive JDBC jar issue (HIVE-6050). Workaround:
|
HOPS-35 | N/A | Ambari, Falcon |
Description of Problem: Falcon check service is failing in PPC Workaround: You will need to install the Berkeley db jar file into the falcon server host. You can do this by following these steps:
|
N/A | N/A | N/A |
Description of problem: Open JDK 8u242 is not supported as it causes Kerberos failure. Workaround: Use a different version of Open JDK. |
Technical Service Bulletin | Apache JIRA | Apache Component | Summary |
---|---|---|---|
TSB-327 | HDFS-5698 | HDFS |
CVE-2018-11768: HDFS FSImage Corruption (potential DoS, file/dir takeover) In very large clusters, the in-memory format to store the user, group, acl, and extended attributes may exceed the size of the on disk format, causing corruption of fsImage. For more information on this issue, see the corresponding Knowledge article: TSB 2021-327:CVE-2018-11768: HDFS FSImage Corruption (potential DoS, file/dir takeover) |
TSB-405 | N/A | N/A |
Impact of LDAP Channel Binding and LDAP signing changes in Microsoft Active Directory Microsoft has introduced changes in LDAP Signing and LDAP Channel Binding to increase the security for communications between LDAP clients and Active Directory domain controllers. These optional changes will have an impact on how 3rd party products integrate with Active Directory using the LDAP protocol. Workaround Disable LDAP Signing and LDAP Channel Binding features in Microsoft Active Directory if they are enabled For more information on this issue, see the corresponding Knowledge article: TSB-2021 405: Impact of LDAP Channel Binding and LDAP signing changes in Microsoft Active Directory |
TSB-406 | N/A | HDFS |
CVE-2020-9492 Hadoop filesystem bindings (ie: webhdfs) allows credential stealing WebHDFS clients might send SPNEGO authorization header to remote URL without proper verification. A maliciously crafted request can trigger services to send server credentials to a webhdfs path (ie: webhdfs://…) for capturing the service principal For more information on this issue, see the corresponding Knowledge article: TSB-2021 406: CVE-2020-9492 Hadoop filesystem bindings (ie: webhdfs) allows credential stealing |
TSB-434 | HADOOP-17208, HADOOP-17304 | Hadoop |
KMS Load Balancing Provider Fails to invalidate Cache on Key Delete For more information on this issue, see the corresponding Knowledge article: TSB 2020-434: KMS Load Balancing Provider Fails to invalidate Cache on Key Delete |
TSB-465 | N/A | HBase |
Corruption of HBase data stored with MOB feature For more information on this issue, see the corresponding Knowledge article: TSB 2021-465: Corruption of HBase data stored with MOB feature on upgrade from CDH 5 and HDP 2 |
TSB-497 | N/A | Solr |
CVE-2021-27905: Apache Solr SSRF vulnerability with the Replication handler The Apache Solr ReplicationHandler (normally registered at "/replication" under a Solr core) has a "masterUrl" (also "leaderUrl" alias) parameter. The “masterUrl” parameter is used to designate another ReplicationHandler on another Solr core to replicate index data into the local core. To help prevent the CVE-2021-27905 SSRF vulnerability, Solr should check these parameters against a similar configuration used for the "shards" parameter. For more information on this issue, see the corresponding Knowledge article: TSB 2021-497: CVE-2021-27905: Apache Solr SSRF vulnerability with the Replication handler |
TSB-512 | N/A | HBase |
HBase MOB data loss HBase tables with the MOB feature enabled may encounter problems which result in data loss. For more information on this issue, see the corresponding Knowledge article: TSB 2021-512: HBase MOB data loss |