For input string: "5000L"

Volc·2023년 7월 18일
0

Error

목록 보기
52/62

Error

For input string: "5000L"
  • datagrip으로 hive 0.13 version을 연결하였더니 위와 같은 에러가 발생했다.

해결방법

  • hive-site.xml 파일에서 다음과 같이 변경하였다.
<property>
  <name>hive.server2.long.polling.timeout</name>
  <value>5000</value>
  <description>Time in milliseconds that HiveServer2 will wait, before responding to asynchronous calls that use long polling</description>
</property>

value에 5000 뒤에 L을 지워준다.

참고 사이트

java.sql.SQLException: For input string: "5000L"

profile
미래를 생각하는 개발자

1개의 댓글

comment-user-thumbnail
2023년 7월 18일

글이 많은 도움이 되었습니다, 감사합니다.

답글 달기