missing EOF at '...' near ''hdfs://..' 에러는 Location 밑에 tblproperties이 없어서 에러가 발생할 수 있다.
LOCATION
'hdfs://hadoop/goolgleplus/log'
tblproperties ("orc.compress"="NONE")
external 테이블에 location과 stored as orc라는 프로퍼티를 함꼐 추가하면 에러가 발생할 수 있다.
'hadoop' 카테고리의 다른 글
[hive] reducer에 메모리 할당하기 (0) | 2017.07.27 |
---|---|
[hive] 장치에 남은 공간이 없음 에러.. (0) | 2017.03.27 |
[hive] json 필드를 가진 hive table으로 hive view 만들기 (부제 : get_json_object 사용 안하기) (0) | 2017.03.06 |
[hive] reserved word를 컬럼명으로 쓸대 역슬래시 사용하기 (0) | 2017.03.06 |
[hive] json 테스트, org.apache.hadoop.hive.serde2.SerDeException: Row is not a valid JSON Objec 에러 해결하기 (0) | 2017.02.24 |