티스토리 뷰
[sqoop] sqoop 처리중 Streaming result set com.mysql.jdbc.RowDataDynamic is still active. 오류 처리
hs_seo 2017. 3. 7. 15:02sqoop 을 이용하여 import, export 처리중 다음과 같은 오류가 발생하는 경우가 있다.
3376 [uber-SubtaskRunner] ERROR org.apache.sqoop.manager.SqlManager - Error reading from database: java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@6b80c0fb is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.
java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@6b80c0fb is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.
이런 오류가 발생하는 경우 --driver 옵션을 지정하여 주면 된다.
사용법은 다음과 같다.
> sqoop export --driver com.mysql.jdbc.Driver --connect jdbc:mysql://0.0.0.0:4506
'빅데이터 > sqoop' 카테고리의 다른 글
- Total
- Today
- Yesterday
- Hadoop
- 알고리즘
- oozie
- hbase
- 파이썬
- 백준
- Python
- AWS
- nodejs
- build
- yarn
- airflow
- S3
- Linux
- SQL
- HDFS
- 다이나믹
- ubuntu
- bash
- 하둡
- 하이브
- mysql
- SPARK
- emr
- 오류
- HIVE
- 정올
- Tez
- error
- java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |