Guest User

Untitled

a guest
Dec 10th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. > Warning: /usr/lib/sqoop/../accumulo does not exist! Accumulo imports will fail.
  2. Please set $ACCUMULO_HOME to the root of your Accumulo installation.
  3. SLF4J: Class path contains multiple SLF4J bindings.
  4. SLF4J: Found binding in [jar:file:/usr/lib/hadoop/lib/slf4j-log4j12-
  5. 1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  6. SLF4J: Found binding in [jar:file:/usr/lib/hive/lib/log4j-slf4j-impl-2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  7. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  8. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
  9. 18/12/06 07:03:04 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6
  10. 18/12/06 07:03:05 WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P instead.
  11. 18/12/06 07:03:05 WARN sqoop.ConnFactory: Parameter --driver is set to an explicit driver however appropriate connection manager is not being set (via --connection-manager). Sqoop is going to fall back to org.apache.sqoop.manager.GenericJdbcManager. Please specify explicitly which connection manager should be used next time.
  12. 18/12/06 07:03:05 INFO manager.SqlManager: Using default fetchSize of 1000
  13. 18/12/06 07:03:05 INFO tool.CodeGenTool: Beginning code generation
  14. 18/12/06 07:03:06 INFO manager.SqlManager: Executing SQL statement: SELECT t.* FROM ROH319P4 AS t WHERE 1=0
  15. 18/12/06 07:03:06 INFO orm.CompilationManager: HADOOP_MAPRED_HOME is /usr/lib/hadoop-mapreduce
  16. Note: /tmp/sqoop-root/compile/92b93a5009481a238e86271708bb80e0/ROH319P4.java uses or overrides a deprecated API.
  17. Note: Recompile with -Xlint:deprecation for details.
  18. 18/12/06 07:03:10 INFO orm.CompilationManager: Writing jar file: /tmp/sqoop-root/compile/92b93a5009481a238e86271708bb80e0/ROH319P4.jar
  19. 18/12/06 07:03:10 INFO mapreduce.ImportJobBase: Beginning import of ROH319P4
  20. 18/12/06 07:03:10 INFO Configuration.deprecation: mapred.jar is deprecated. Instead, use mapreduce.job.jar
  21. 18/12/06 07:03:11 INFO Configuration.deprecation: mapred.map.tasks is deprecated. Instead, use mapreduce.job.maps
  22. 18/12/06 07:03:11 INFO client.RMProxy: Connecting to ResourceManager at ip-172-27-88-6.ap-south-1.compute.internal/172.27.88.6:8032
  23. 18/12/06 07:03:14 INFO db.DBInputFormat: Using read commited transaction isolation
  24. 18/12/06 07:03:14 INFO mapreduce.JobSubmitter: number of splits:1
  25. 18/12/06 07:03:14 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1536239303820_0582
  26. 18/12/06 07:03:15 INFO impl.YarnClientImpl: Submitted application application_1536239303820_0582
  27. 18/12/06 07:03:15 INFO mapreduce.Job: The url to track the job: http://ip-172-27-88-6.ap-south-1.compute.internal:20888/proxy/application_1536239303820_0582/
  28. 18/12/06 07:03:15 INFO mapreduce.Job: Running job: job_1536239303820_0582
  29. 18/12/06 07:03:22 INFO mapreduce.Job: Job job_1536239303820_0582 running in uber mode : false
  30. 18/12/06 07:03:22 INFO mapreduce.Job: map 0% reduce 0%
  31. 18/12/06 07:03:28 INFO mapreduce.Job: map 100% reduce 0%
  32. 18/12/06 07:03:28 INFO mapreduce.Job: Job job_1536239303820_0582 completed successfully
  33. 18/12/06 07:03:28 INFO mapreduce.Job: Counters: 30
  34.  
  35. File System Counters
  36. FILE: Number of bytes read=0
  37. FILE: Number of bytes written=189523
  38. FILE: Number of read operations=0
  39. FILE: Number of large read operations=0
  40. FILE: Number of write operations=0
  41. HDFS: Number of bytes read=87
  42. HDFS: Number of bytes written=4997
  43. HDFS: Number of read operations=4
  44. HDFS: Number of large read operations=0
  45. HDFS: Number of write operations=2
  46. Job Counters
  47. Launched map tasks=1
  48. Other local map tasks=1
  49. Total time spent by all maps in occupied slots (ms)=742431
  50. Total time spent by all reduces in occupied slots (ms)=0
  51. Total time spent by all map tasks (ms)=4057
  52. Total vcore-milliseconds taken by all map tasks=4057
  53. Total megabyte-milliseconds taken by all map tasks=23757792
  54. Map-Reduce Framework
  55. Map input records=38
  56. Map output records=38
  57. Input split bytes=87
  58. Spilled Records=0
  59. Failed Shuffles=0
  60. Merged Map outputs=0
  61. GC time elapsed (ms)=62
  62. CPU time spent (ms)=1260
  63. Physical memory (bytes) snapshot=295165952
  64. Virtual memory (bytes) snapshot=7060725760
  65. Total committed heap usage (bytes)=340262912
  66. File Input Format Counters
  67. Bytes Read=0
  68. File Output Format Counters
  69. Bytes Written=4997
  70. 18/12/06 07:03:28 INFO mapreduce.ImportJobBase: Transferred 4.8799 KB in 17.1259 seconds (291.781 bytes/sec)
  71. 18/12/06 07:03:28 INFO mapreduce.ImportJobBase: Retrieved 38 records.
  72.  
  73. ^(d{2}/d{2}/d{2})s+(d{2}:d{2}:d{2})s+(S+)s+(S+)s+(.*)$
  74.  
  75. ^(?:d{2}/d{2}/d{2})s+(?:d{2}:d{2}:d{2})s+(?:S+)s+(?:S+)s+(?:.*)$
Add Comment
Please, Sign In to add comment