I am loading some data(25GB) in shark from hdfs : spark,shark ( both- 0.9) . Generally it happens that caching a table some time fails, for the very first time we are caching data. Second time it runs successfully ...
Anybody facing same issue ??.. *Shark Client Log:* > create table sample_cached as access_cached * from access; [Hive Error]: Query returned non-zero code: 9, cause: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask Time taken (including network latency): 68.016 seconds *SharkServer Log:* Moving data to: hdfs:// ec2-xyz.compute-1.amazonaws.com:9000/user/hive/warehouse/access_cached Failed with exception Unable to rename: hdfs:// ec2-xyz.compute-1.amazonaws.com:9000/tmp/hive-root/hive_2014-04-16_10-52-10_487_3421016764043167178/-ext-10004to: hdfs:// ec2-xyz.compute-1.amazonaws.com:9000/user/hive/warehouse/access_cached FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask Regards, Arpit Tak