I'm running a hive POC. We have a combined big table which has > 2300 columns and 44million rows. I submitted the command "analyze table TABXXX COMPUTE STATISTICS for COLUMNS;" It failed with below messages in the end:
Map 1: 79(+1)/80 Reducer 2: 0(+1)/1
Map 1: 79(+1)/80 Reducer 2: 0(+1)/1
Map 1: 79(+1)/80 Reducer 2: 0(+1)/1
Map 1: 79(+1)/80 Reducer 2: 0(+1)/1
Map 1: 80/80 Reducer 2: 0(+1)/1
Map 1: 80/80 Reducer 2: 1/1
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exe
Anybody can give me some hint how to make it work ?