shark错误:Query returned non-zero code: -101

 
环境:shark(0.11分支编译)+spark 0.8+hive 0.11(编译)+hadoop 2.00 cdh4.4
用sharkserver的方式执行一段时间后,通过kit-b8连接到kit-b5的sharkserver上,执行时报以下错误:
Hive history file=/tmp/hadoop/hive_job_log_hadoop_48828@kit-b8_201402180950_254775764.txt
5.118: [GC 262656K->24086K(1005568K), 0.0327640 secs]
[kit-b5:8888] shark> show tables;                    
a_customer
a_v_pwyzl_custacct_gis
a_v_pwyzl_custacct_psmis
customer
pmis_business_place_info
shark_test01
sjzl_cim_cus_id
sjzl_cim_cus_invoice_type
tb_show_multi_question
yx_zqx_capacity_3
Time taken (including network latency): 0.096 seconds
[kit-b5:8888] shark> select count(*) from customer;  
[Hive Error]: Query returned non-zero code: -101, cause: FAILED: Execution Error, return code -101 from shark.execution.SparkTask
Time taken (including network latency): 0.073 seconds

你可能感兴趣的:(return)