대부분의 Hive 쿼리는 초기에는 잘 실행되다가 누적 데이터가 증가하면서 여러가지 오류가 발생을 합니다. 아래 오류 외에도 많겠지만, 업무를 진행하며 가장 많이 맞닥뜨리는 오류 4가지를 추렸습니다. java.lang.OutOfMemoryError: Java heap space 오류 MapJoinMemoryExhaustionError 오류 AllocatorOutOfMemoryException: entire cache is fragmented and locked or, an internal issue 리소스 할당을 못받고 대기하는 경우 그럼, 각 오류별 해결 방법에 대해서 알아보겠습니다. 1. java.lang.OutOfMemoryError: Java heap space 오류 ERROR : Vertex fa..