首页 > 其他 > 详细

hive 学习之异常篇

时间:2014-06-20 22:16:44      阅读:372      评论:0      收藏:0      [点我收藏+]

一、刚装上hive在执行hive启动的过程中出现

[hadoop@localhost hive-0.6.0]$ hive
Invalid maximum heap size: -Xmx4096m
The 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

 

hive 学习之异常篇,布布扣,bubuko.com

hive 学习之异常篇

原文:http://www.cnblogs.com/fang-s/p/3796026.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!