首页 > 代码库 > hive 学习之异常篇
hive 学习之异常篇
一、刚装上hive在执行hive启动的过程中出现
[hadoop@localhost hive-0.6.0]$ hiveInvalid maximum heap size: -Xmx4096mThe specified size exceeds the maximum representable size.Could not create the Java virtual machine.
解决方法:
修改$HIVE_INSTALL/bin/ext/util/execHiveCmd.sh
# increase the threashold for large queries #HADOOP_HEAPSIZE=4096 HADOOP_HEAPSIZE=128
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。