Getting error in Hive : vertex failed #some vertex name# Killed/failed due to Root_Input_init_failure
Asked
Active
Viewed 886 times
0
-
Update the below parameter: set hive.auto.convert.join=false; – sreeram hadoop Jul 26 '20 at 12:26
1 Answers
0
I'm not sure it is a memory problem; the parameter is tez.am.resource.memory.mb which is the size of a container. The number of container is function of the evaluated size of the data source. With crypto, a common workaround is (vertices crash due to changing format betwwen map and reduc)
set hive.auto.convert.join=false;

Jeannot77680
- 49
- 6