Illustrate does not work when using HCatalog loading in Pig scripts.
Hive
create table
operation fails whendatanucleus.autoCreateSchema
is set totrue
.When at least one ZooKeeper Server becomes non-responsive, the host status for the other hosts with the ZooKeeper Servers may be displayed incorrectly on the
Hosts
and the
Host Detail
pages.
Use of init.d scripts for starting or stopping Hadoop services, is not recommended.
To be able to use Oozie command line client, you must first export
JAVA_HOME
.Pig or MapReduce jobs get incorrect data when reading binary data type from the HCatalog table. For details, see: HCATALOG-430.
If you are using Talend 5.1.1, you need to include the new hadoop-core.jar, hadoop-lzo.jar and /etc/hadoop/conf in the classpath and the native Java libraries in the java.library.path.
Problem: In Hive 0.9, setting hive.metastore.local = true in hive-site.xml meant that the embedded metastore would ALWAYS be used regardless of the setting of hive.metastore.uris. But in Hive 0.10, hive.metastore.local is ignored when hive.metastore.uris is set (https://issues.apache.org/jira/browse/HIVE-2585). When upgrading from HDP 1.0 or HDP 1.1 to HDP 1.2.*, Hive is upgraded from 0.9 to 0.10. Therefore, the embedded metastore may no longer be used after upgrading without adjusting the hive-site.xml settings.
Workaround: To continue to use the embedded metastore after upgrading, clear the hive.metastore.uris setting in hive-site.xml.