Guest User

Untitled

a guest
Apr 12th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. 2018-04-04 21:35:53.633 +0900 [INFO] (main): Started Embulk v0.9.5
  2. 2018-04-04 21:35:56.969 +0900 [INFO] (0001:transaction): Gem's home and path are set by default: "/Users/user/.embulk/lib/gems"
  3. 2018-04-04 21:35:57.056 +0900 [DEBUG] (0001:transaction): Gem.paths.home = "/Users/hsato/.embulk/lib/gems"
  4. 2018-04-04 21:35:57.057 +0900 [DEBUG] (0001:transaction): Gem.paths.path = ["/Users/hsato/.embulk/lib/gems"]
  5. 2018-04-04 21:35:58.133 +0900 [INFO] (0001:transaction): Loaded plugin embulk-input-postgresql (0.9.1)
  6. 2018-04-04 21:35:58.186 +0900 [INFO] (0001:transaction): JDBC Driver = /Users/uer/.embulk/lib/gems/gems/embulk-input-postgresql-0.9.1/default_jdbc_driver/postgresql-9.4-1205-jdbc41.jar
  7. 2018-04-04 21:35:58.197 +0900 [INFO] (0001:transaction): Connecting to jdbc:postgresql://localhost:5432/embulk_test options {ApplicationName=embulk-input-postgresql, user=hsato, password=***, tcpKeepAlive=true, loginTimeout=300, socketTimeout=1800}
  8. 2018-04-04 21:35:58.282 +0900 [INFO] (0001:transaction): SQL: SET search_path TO "public"
  9. 2018-04-04 21:35:58.293 +0900 [INFO] (0001:transaction): Using JDBC Driver PostgreSQL 9.4 JDBC4.1 (build 1205)
  10. 2018-04-04 21:35:58.363 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=8 / output tasks 4 = input tasks 1 * 4
  11. 2018-04-04 21:35:58.370 +0900 [INFO] (0001:transaction): {done: 0 / 1, running: 0}
  12. 2018-04-04 21:35:58.461 +0900 [INFO] (0016:task-0000): Connecting to jdbc:postgresql://localhost:5432/embulk_test options {ApplicationName=embulk-input-postgresql, user=hsato, password=***, tcpKeepAlive=true, loginTimeout=300, socketTimeout=1800}
  13. 2018-04-04 21:35:58.470 +0900 [INFO] (0016:task-0000): SQL: SET search_path TO "public"
  14. 2018-04-04 21:35:58.474 +0900 [INFO] (0016:task-0000): SQL: DECLARE cur NO SCROLL CURSOR FOR SELECT * FROM "sample"
  15. 2018-04-04 21:35:58.480 +0900 [INFO] (0016:task-0000): SQL: FETCH FORWARD 10 FROM cur # <--- HERE
  16. 2018-04-04 21:35:58.482 +0900 [INFO] (0016:task-0000): > 0.00 seconds
  17. 2018-04-04 21:35:58.485 +0900 [INFO] (0016:task-0000): SQL: FETCH FORWARD 10 FROM cur
  18. 2018-04-04 21:35:58.486 +0900 [INFO] (0016:task-0000): > 0.00 seconds
  19. 1,text,1.234,2017-04-11 15:00:00
  20. 2018-04-04 21:35:58.489 +0900 [INFO] (0001:transaction): {done: 1 / 1, running: 0}
  21. 2018-04-04 21:35:58.498 +0900 [INFO] (main): Committed.
  22. 2018-04-04 21:35:58.499 +0900 [INFO] (main): Next config diff: {"in":{},"out":{}}
Add Comment
Please, Sign In to add comment