Guest User

Untitled

a guest
Nov 1st, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. sqoop import --driver com.mysql.jdbc.Driver --connect jdbc:mysql://192.168.2.146:3306/fir --username root -P -m 1 --table beard_size_list --connect jdbc:hive2://192.168.2.141:10000/efir --username oracle -P -m 1 --hive-table lnd_beard_size_list --hive-import;
  2.  
  3. 17/11/01 10:54:05 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6.2.6.1.0-129
  4. Enter password:
  5. 17/11/01 10:54:10 INFO tool.BaseSqoopTool: Using Hive-specific delimiters
  6. for output. You can override
  7. 17/11/01 10:54:10 INFO tool.BaseSqoopTool: delimiters with --fields-
  8. terminated-by, etc.
  9. 17/11/01 10:54:10 WARN sqoop.ConnFactory: Parameter --driver is set to an
  10. explicit driver however appropriate connection manager is not being set (via
  11. --connection-manager). Sqoop is going to fall back to
  12. org.apache.sqoop.manager.GenericJdbcManager. Please specify explicitly which
  13. connection manager should be used next time.
  14. 17/11/01 10:54:10 INFO manager.SqlManager: Using default fetchSize of 1000
  15. 17/11/01 10:54:10 INFO tool.CodeGenTool: Beginning code generation
  16. 17/11/01 10:54:11 INFO manager.SqlManager: Executing SQL statement: SELECT
  17. t.* FROM beard_size_list AS t WHERE 1=0
  18. 17/11/01 10:54:11 INFO manager.SqlManager: Executing SQL statement: SELECT
  19. t.* FROM beard_size_list AS t WHERE 1=0
  20. 17/11/01 10:54:11 INFO orm.CompilationManager: HADOOP_MAPRED_HOME is
  21. /usr/hdp/2.6.1.0-129/hadoop-mapreduce
  22. Note: /tmp/sqoop-
  23. oracle/compile/d93080265a09913fbfe9e06e92d314a3/beard_size_list.java uses or
  24. overrides a deprecated API.
  25. Note: Recompile with -Xlint:deprecation for details.
  26. 17/11/01 10:54:15 INFO orm.CompilationManager: Writing jar file: /tmp/sqoop-
  27. oracle/compile/d93080265a09913fbfe9e06e92d314a3/beard_size_list.jar
  28. 17/11/01 10:54:15 INFO mapreduce.ImportJobBase: Beginning import of
  29. beard_size_list
  30. 17/11/01 10:54:15 INFO Configuration.deprecation: mapred.jar is deprecated.
  31. Instead, use mapreduce.job.jar
  32. 17/11/01 10:54:15 INFO manager.SqlManager: Executing SQL statement: SELECT
  33. t.* FROM beard_size_list AS t WHERE 1=0
  34. 17/11/01 10:54:17 INFO Configuration.deprecation: mapred.map.tasks is
  35. deprecated. Instead, use mapreduce.job.maps
  36. 17/11/01 10:54:17 INFO client.RMProxy: Connecting to ResourceManager at
  37. hortonworksn2.com/192.168.2.191:8050
  38. 17/11/01 10:54:17 INFO client.AHSProxy: Connecting to Application History
  39. server at hortonworksn2.com/192.168.2.191:10200
  40. 17/11/01 10:54:19 INFO ipc.Client: Retrying connect to server:
  41. hortonworksn2.com/192.168.2.191:8050. Already tried 0 time(s); retry policy
  42. is RetryUpToMaximumCountWithFixedSleep(maxRetries=50, sleepTime=1000
  43. MILLISECONDS)
  44. 17/11/01 10:54:20 INFO ipc.Client: Retrying connect to server:
  45. hortonworksn2.com/192.168.2.191:8050. Already tried 1 time(s); retry policy
  46. is RetryUpToMaximumCountWithFixedSleep(maxRetries=50, sleepTime=1000
  47. MILLISECONDS)
  48. 17/11/01 10:54:21 INFO ipc.Client: Retrying connect to server:
  49. hortonworksn2.com/192.168.2.191:8050. Already tried 2 time(s); retry policy
  50. is RetryUpToMaximumCountWithFixedSleep(maxRetries=50, sleepTime=1000
  51. MILLISECONDS)
  52. 17/11/01 10:54:22 INFO ipc.Client: Retrying connect to server:
  53. hortonworksn2.com/192.168.2.191:8050. Already tried 3 time(s); retry policy
  54. is RetryUpToMaximumCountWithFixedSleep(maxRetries=50, sleepTime=1000
  55. MILLISECONDS)
  56. 17/11/01 10:54:23 INFO ipc.Client: Retrying connect to server:
  57. hortonworksn2.com/192.168.2.191:8050. Already tried 4 time(s); retry policy
  58. is RetryUpToMaximumCountWithFixedSleep(maxRetries=50, sleepTime=1000
  59. MILLISECONDS)
Add Comment
Please, Sign In to add comment