Known Issues
Hortonworks Bug ID |
Apache JIRA |
Component |
Summary |
---|---|---|---|
BUG-23260 | HIVE-11421, HIVE-11981 | Hive |
Insert after alter table on Acid table causes ArrayIndexOutOfBoundsException Issue: Schema evolution is not supported for Acid tables. Alter Table commands on Acid table may make the table unreadable. There is not w/a after that. |
BUG-55196 | HIVE-12937 | Hive | DbNotificationListener unable to clean up old notification events |
BUG-30022 | HIVE-7693 | Hive | Invalid column ref error in order by when using column alias in select clause and using having |
BUG-30556 | Hive | Killed job is not display correctly by ATS hook failure | |
BUG-38054 | RANGER-577 | Ranger |
Ranger performs authorization check, even if Hive authorization is disabled When Ranger is Enabled for authorization, it would do the authorization check
even if the hive authorization is disabled (via
|
BUG-38928 | HIVE-11599 | Hive |
Alter table transactional=false on ACID table misleading user. create transactional table would be better Issue: Once an ACID table is created (with transactional=true) and data is written to it, changing the property to transactional=false may cause wrong data to be returned by queries over this table. |
BUG-39663 | Hive | Hive compactor fails when 'hive' user does not have x permissions on the table directory | |
BUG-39988 | HIVE-11110 | Hive | CBO : Default partition filter is from MetaStore query causing TPC-DS to regress by 3x |
BUG-43128 | HIVE-12724 | Hive | Query wrong results: non-ACID to ACID, major compaction does not compact all pre-ACID data into base dir |
BUG-43129 | Hive | ACID update/delete query fails with ArrayIndexOutOfBoundsException when there is null struct | |
BUG-45846 | HIVE-11605 | Hive | Incorrect results with bucket map join in tez |
BUG-45857 | HIVE-5623 | Hive | ORC accessing array column that's empty will fail with java out of bound exception |
BUG-46092 | HIVE-7193 | Hive | We need to filter users who can connect on our HiveServer2 to those in a particular LDAP group (with nested groups) |
BUG-46128 | Storm | Kafka spout showing errors in the log streaming workflow | |
BUG-46771 | HIVE-11716 | Hive | Reading ACID table from non-acid session should raise an error |
BUG-47626 | HBase, Hive, Phoenix | Creating Hive table on HBase fails in HDP 2.3.x with Phoenix Dependencies | |
BUG-48217 | YARN | After restarting Yarn services, applications stays in ACCEPTED state | |
BUG-48416 | Falcon | Unable to save a feed via Falcon UI | |
BUG-48979 | YARN |
Issue: Jobs fail with javax.security.sasl.SaslException Cause: OpenJDK 7u91 is stricter about validating ticket caches; if there is any ticket in the cache without a default realm, SASL will fail to work. Workaround: To avoid this problem, the /etc/krb5.conf file must contain a domain_realm section. | |
BUG-48990 | HIVE-12837 | Hive | MicroStrategy query 117 fails with out of memory error |
BUG-49726 | HIVE-10632 | Hive | Hive compactor processing partitions of table that does not exist |
BUG-49784 | HDFS-9445 | HDFS | Datanode may deadlock while handling a bad volume |
BUG-49949 | Hive | Query with duplicate columns in GROUP BY clause fails | |
BUG-49955 | PHOENIX-2531 | Phoenix |
Phoenix thin-client jar has incorrect META-INF/services/java.sql.Driver file Issue: The Phoenix Thin Client Driver, org.apache.phoenix.queryserver.client.Driver, is not automatically registered in the JDBC DriverManager. Workaround:
|
BUG-50073 | HDFS-9557 | HDFS | Reduce object allocation in PB conversion |
BUG-50089 | HDFS-9572 | HDFS | Prevent DataNode log spam if a client connects on the data transfer port but sends no data. |
BUG-50302 | HBASE-15039 | HBase |
HMaster and RegionServers should try to refresh token keys from zk when facing InvalidToken Issue: Many customers use importTsv to load data into HBase, but the cluster network may not always be good. Sometimes they face many map tasks inside importTsv throwing InvalidToken exception. Workaround: Restart the region server. |
BUG-50479 | HADOOP-11252 | Hadoop Common | RPC client does not time out by default |
BUG-50531 | Kafka |
Kafka file system support Issue: Encrypted file systems such as SafenetFS are not supported for Kafka. Index file corruption can occur. Workaround: N/A For more information, see: Install Kafka. | |
BUG-50576 | SQOOP-2779 | Sqoop | Sqoop metastore doesn't seem to recognize --schema option |
BUG-50599 | HDFS-9600 | HDFS | Do not check replication if the block is under construction |
BUG-50652 | HDFS-9574 | HDFS | Reduce client failures during datanode restart |
BUG-51239 | Ranger | NameNode shutdown hangs due to Ranger HDFS plugin | |
BUG-51292 | Kafka, Spark |
Spark Streaming Kafka direct API unit test failure in HDP release Workaround: None. | |
BUG-51293 | HDFS-9655 | HDFS | NN should start JVM pause monitor before loading fsimage |
BUG-51423 | HDFS-9313 | HDFS | Possible NullPointerException in BlockManager if no excess replica can be chosen |
BUG-51424 | HDFS-9314 | HDFS | Improve BlockPlacementPolicyDefault's picking of excess replicas |
BUG-51426 | HDFS-9574 | HDFS | Reduce client failures during datanode restart |
BUG-51427 | HDFS-8647, HDFS-9600 | HDFS | Do not check replication if the block is under construction |
BUG-51428 | HADOOP-11252 | Hadoop Common | RPC client does not time out by default |
BUG-51433 | HDFS-9572 | HDFS | Prevent DataNode log spam if a client connects on the data transfer port but sends no data. |
BUG-51436 | HDFS-9557 | HDFS | Reduce object allocation in PB conversion |
BUG-51439 | HDFS-9445 | HDFS | Datanode may deadlock while handling a bad volume |
BUG-51442 | HDFS-9655 | HDFS | NN should start JVM pause monitor before loading fsimage |
BUG-51463 | HDFS-8898 | HDFS | Create API and command-line argument to get quota and quota usage without detailed content summary |
BUG-51657 | Ranger |
Cyclic symlink for ranger usersync configuration after upgrade Issue: When manually upgrading from 2.3.4 to 2.4.0, a cyclic symlink gets created for usersync conf. Cause: This issue arises due to wrongly created symlinks which make the conf links cyclic and invalid. Workaround:
| |
BUG-51712 | Ranger |
After upgrade getting java.lang.NoClassDefFoundError Issue: java.lang.NoClassDefFoundError error found in ranger usersync log after upgrade. Workaround: Copy the below jar files into ranger usersync lib folder and restart the service. cp /usr/hdp/current/hadoop-client/lib/commons-httpclient-3.1.jar /usr/hdp/current/ranger-usersync/lib/ cp /usr/hdp/current/hadoop-client/lib/commons-codec-1.4.jar /usr/hdp/current/ranger-usersync/lib/ | |
BUG-67482 | RANGER-1136 | Ranger |
Description of Problem: Ranger audit to HDFS fails with TGT errors Workaround: Currently, there is no known workaround for this issue. |
Technical Service Bulletin | Apache JIRA | Apache Component | Summary |
---|---|---|---|
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 |