While configuring Apache Hive on top of Hadoop, we may get the below error meesage:
[Error] Terminal initialization failed, falling backl to unsupported java.lang.incompatible
ClassChange
To fix this got to "hive-config.sh" file and add below text.
export HADOOP_USER_CLASSPATH_FIRST=true
No comments:
Post a Comment