Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. sqoop import --connect jdbc:mysql://my_local_ip/mydatabase --fetch-size 10 --username root -P --table table_name --hive-import --compression-codec=snappy --as-parquetfile -m 1
  2.  
  3. 16/08/29 07:06:24 INFO mapreduce.Job: The url to track the job: http://quickstart.cloudera:8088/proxy/application_1472465929944_0013/
  4. 16/08/29 07:06:24 INFO mapreduce.Job: Running job: job_1472465929944_0013
  5. 16/08/29 07:06:47 INFO mapreduce.Job: Job job_1472465929944_0013 running in uber mode : false
  6. 16/08/29 07:06:47 INFO mapreduce.Job: map 0% reduce 0%
  7. 16/08/29 07:07:16 INFO mapreduce.Job: Task Id : attempt_1472465929944_0013_m_000000_0, Status : FAILED
  8. Error: Java heap space
  9. 16/08/29 07:07:37 INFO mapreduce.Job: Task Id : attempt_1472465929944_0013_m_000000_1, Status : FAILED
  10. Error: Java heap space
  11. 16/08/29 07:07:59 INFO mapreduce.Job: Task Id : attempt_1472465929944_0013_m_000000_2, Status : FAILED
  12. Error: Java heap space
  13. 16/08/29 07:08:21 INFO mapreduce.Job: map 100% reduce 0%
  14. 16/08/29 07:08:23 INFO mapreduce.Job: Job job_1472465929944_0013 failed with state FAILED due to: Task failed task_1472465929944_0013_m_000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement