Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.06 KB | None | 0 0
  1. [root@cdh-edge-1 ~]# hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot userSnapshot1 -copy-to hdfs://nameservice1/tmp/snapshot
  2. 17/04/27 08:56:25 INFO snapshot.ExportSnapshot: Copy Snapshot Manifest
  3. 17/04/27 08:56:26 WARN mapreduce.TableMapReduceUtil: The hbase-prefix-tree module jar containing PrefixTreeCodec is not present.  Continuing without it.
  4. 17/04/27 08:56:29 INFO snapshot.ExportSnapshot: Loading Snapshot 'userSnapshot1' hfile list
  5. 17/04/27 08:56:29 INFO Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
  6. 17/04/27 08:56:30 INFO mapreduce.JobSubmitter: number of splits:1
  7. 17/04/27 08:56:30 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1489680527611_0005
  8. 17/04/27 08:56:31 INFO impl.YarnClientImpl: Submitted application application_1489680527611_0005
  9. 17/04/27 08:56:31 INFO mapreduce.Job: The url to track the job: http://cdh-master-1.gid:8088/proxy/application_1489680527611_0005/
  10. 17/04/27 08:56:31 INFO mapreduce.Job: Running job: job_1489680527611_0005
  11. 17/04/27 08:56:44 INFO mapreduce.Job: Job job_1489680527611_0005 running in uber mode : false
  12. 17/04/27 08:56:44 INFO mapreduce.Job:  map 0% reduce 0%
  13. 17/04/27 08:56:55 INFO mapreduce.Job:  map 100% reduce 0%
  14. 17/04/27 08:56:56 INFO mapreduce.Job: Job job_1489680527611_0005 completed successfully
  15. 17/04/27 08:56:57 INFO mapreduce.Job: Counters: 37
  16.     File System Counters
  17.         FILE: Number of bytes read=0
  18.         FILE: Number of bytes written=159133
  19.         FILE: Number of read operations=0
  20.         FILE: Number of large read operations=0
  21.         FILE: Number of write operations=0
  22.         HDFS: Number of bytes read=2543
  23.         HDFS: Number of bytes written=2252
  24.         HDFS: Number of read operations=9
  25.         HDFS: Number of large read operations=0
  26.         HDFS: Number of write operations=6
  27.     Job Counters
  28.         Launched map tasks=1
  29.         Other local map tasks=1
  30.         Total time spent by all maps in occupied slots (ms)=9070
  31.         Total time spent by all reduces in occupied slots (ms)=0
  32.         Total time spent by all map tasks (ms)=9070
  33.         Total vcore-seconds taken by all map tasks=9070
  34.         Total megabyte-seconds taken by all map tasks=9287680
  35.     Map-Reduce Framework
  36.         Map input records=2
  37.         Map output records=0
  38.         Input split bytes=291
  39.         Spilled Records=0
  40.         Failed Shuffles=0
  41.         Merged Map outputs=0
  42.         GC time elapsed (ms)=249
  43.         CPU time spent (ms)=3640
  44.         Physical memory (bytes) snapshot=344891392
  45.         Virtual memory (bytes) snapshot=1385439232
  46.         Total committed heap usage (bytes)=767557632
  47.     org.apache.hadoop.hbase.snapshot.ExportSnapshot$Counter
  48.         BYTES_COPIED=2252
  49.         BYTES_EXPECTED=2252
  50.         BYTES_SKIPPED=0
  51.         COPY_FAILED=0
  52.         FILES_COPIED=2
  53.         FILES_SKIPPED=0
  54.         MISSING_FILES=0
  55.     File Input Format Counters
  56.         Bytes Read=0
  57.     File Output Format Counters
  58.         Bytes Written=0
  59. 17/04/27 08:56:57 INFO snapshot.ExportSnapshot: Finalize the Snapshot Export
  60. 17/04/27 08:56:57 INFO snapshot.ExportSnapshot: Verify snapshot integrity
  61. 17/04/27 08:56:57 INFO Configuration.deprecation: fs.default.name is deprecated. Instead, use fs.defaultFS
  62. 17/04/27 08:56:57 INFO snapshot.ExportSnapshot: Export Completed: userSnapshot1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement