Computer & Data/Big Data
hive query 에러
박스님
2018. 12. 14. 15:43
반응형
hive 에 쿼리를 날리려고 하니까 에러 발생
org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: ParseException line 2:2 cannot recognize input near ''${column name}'' 'int' ',' in column specification
---> 에러 발생 원인
컬럼 이름을 쓸 때는
' (single quote) 가 아니라
` (backticks)를 써야 한다고 함
반응형