Advertisement
arinto

Error Flume + HDFS Cloudera 2

May 28th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. 2012-05-28 17:27:31,154 INFO lifecycle.LifecycleSupervisor: Starting lifecycle supervisor 1
  2. 2012-05-28 17:27:31,157 INFO node.FlumeNode: Flume node starting - agent
  3. 2012-05-28 17:27:31,161 INFO nodemanager.DefaultLogicalNodeManager: Node manager starting
  4. 2012-05-28 17:27:31,161 INFO lifecycle.LifecycleSupervisor: Starting lifecycle supervisor 10
  5. 2012-05-28 17:27:31,162 INFO properties.PropertiesFileConfigurationProvider: Configuration provider starting
  6. 2012-05-28 17:27:31,163 INFO properties.PropertiesFileConfigurationProvider: Reloading configuration file:/etc/flume-ng/conf/flume.conf
  7. 2012-05-28 17:27:31,169 INFO conf.FlumeConfiguration: Added sinks: hdfs-sink Agent: agent
  8. 2012-05-28 17:27:31,170 INFO conf.FlumeConfiguration: Processing:hdfs-sink
  9. 2012-05-28 17:27:31,170 INFO conf.FlumeConfiguration: Processing:hdfs-sink
  10. 2012-05-28 17:27:31,170 INFO conf.FlumeConfiguration: Processing:hdfs-sink
  11. 2012-05-28 17:27:31,193 INFO conf.FlumeConfiguration: Post-validation flume configuration contains configuration for agents: [agent]
  12. 2012-05-28 17:27:31,193 INFO properties.PropertiesFileConfigurationProvider: Creating channels
  13. 2012-05-28 17:27:31,199 INFO properties.PropertiesFileConfigurationProvider: created channel memoryChannel
  14. 2012-05-28 17:27:31,227 INFO sink.DefaultSinkFactory: Creating instance of sink hdfs-sink typehdfs
  15. 2012-05-28 17:27:31,679 INFO hdfs.HDFSEventSink: Hadoop Security enabled: false
  16. 2012-05-28 17:27:31,682 INFO nodemanager.DefaultLogicalNodeManager: Node configuration change:{ sourceRunners:{avro-collection-source=EventDrivenSourceRunner: { source:AvroSource: { bindAddress:10.240.242.93 port:60000 } }} sinkRunners:{hdfs-sink=SinkRunner: { policy:org.apache.flume.sink.DefaultSinkProcessor@5e785d65 counterGroup:{ name:null counters:{} } }} channels:{memoryChannel=org.apache.flume.channel.MemoryChannel@303bc257} }
  17. 2012-05-28 17:27:31,685 INFO source.AvroSource: Avro source starting:AvroSource: { bindAddress:10.240.242.93 port:60000 }
  18. 2012-05-28 17:28:12,453 INFO ipc.NettyServer: [id: 0x1389c036, /10.235.37.180:39066 => /10.240.242.93:60000] OPEN
  19. 2012-05-28 17:28:12,465 INFO ipc.NettyServer: [id: 0x1389c036, /10.235.37.180:39066 => /10.240.242.93:60000] BOUND: /10.240.242.93:60000
  20. 2012-05-28 17:28:12,465 INFO ipc.NettyServer: [id: 0x1389c036, /10.235.37.180:39066 => /10.240.242.93:60000] CONNECTED: /10.235.37.180:39066
  21. 2012-05-28 17:28:59,371 INFO hdfs.BucketWriter: Creating hdfs://ip-10-228-25-127.eu-west-1.compute.internal:8020/flume/FlumeData.524806943560012.tmp
  22. 2012-05-28 17:28:59,380 WARN hdfs.DFSClient: DataStreamer Exception: org.apache.hadoop.ipc.RemoteException: java.io.IOException: File /flume/FlumeData.524806943560012.tmp could only be replicated to 0 nodes, instead of 1
  23. at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:1533)
  24. at org.apache.hadoop.hdfs.server.namenode.NameNode.addBlock(NameNode.java:667)
  25. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  27. at java.lang.reflect.Method.invoke(Method.java:597)
  28. at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:557)
  29. at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1434)
  30. at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1430)
  31. at java.security.AccessController.doPrivileged(Native Method)
  32. at javax.security.auth.Subject.doAs(Subject.java:396)
  33. at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1177)
  34. at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1428)
  35.  
  36. at org.apache.hadoop.ipc.Client.call(Client.java:1107)
  37. at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:226)
  38. at $Proxy5.addBlock(Unknown Source)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  42. at java.lang.reflect.Method.invoke(Method.java:597)
  43. at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:82)
  44. at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:59)
  45. at $Proxy5.addBlock(Unknown Source)
  46. at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.locateFollowingBlock(DFSClient.java:3647)
  47. at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.nextBlockOutputStream(DFSClient.java:3514)
  48. at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.access$2300(DFSClient.java:2720)
  49. at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream$DataStreamer.run(DFSClient.java:2915)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement