Member since
09-02-2016
3
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7421 | 09-06-2016 04:16 PM |
01-25-2018
04:56 PM
I am also curious about when flume 1.6 (or later) will be included in HDP. Specifically looking for Kerberos support for ThriftSource. Thanks!
... View more
09-06-2016
04:16 PM
1 Kudo
We finally traced the problem down to a configuration error. Our hive-site.xml file contained a hive.aux.jars.path property that was set to a path that didn't exist. Once we removed this property and restarted hive and oozie, oozie was again able to start our hive jobs.
... View more
09-02-2016
05:37 PM
We recently upgraded our cluster from HDP2.3 to 2.4 and have started seeing this error: java.io.IOException: Previous writer likely failed to write hdfs://nameservice1/tmp/hive/cloudfeeds/_tez_session_dir/419d4163-bc94-45ea-99c4-c82148f8589b/auxlib. Failing because I am unlikely to write too. We already have the HIVE_AUX_JARS_PATH set in hive-env.sh as suggested in other posts (see below). Any other ideas what might be causing this error? if [ "${HIVE_AUX_JARS_PATH}" != "" ]; then
if [ -f "${HIVE_AUX_JARS_PATH}" ]; then
export HIVE_AUX_JARS_PATH=${HIVE_AUX_JARS_PATH}
elif [ -d "/usr/hdp/current/hive-webhcat/share/hcatalog" ]; then
export HIVE_AUX_JARS_PATH=/usr/hdp/current/hive-webhcat/share/hcatalog/hive-hcatalog-core.jar
fi
elif [ -d "/usr/hdp/current/hive-webhcat/share/hcatalog" ]; then
export HIVE_AUX_JARS_PATH=/usr/hdp/current/hive-webhcat/share/hcatalog/hive-hcatalog-core.jar
fi
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Tez