• flume本地调试


    本机idea远程调试flume:https://blog.csdn.net/u012373815/article/details/60601118

    遇到

    [root@hadoop02 bin]# ./flume-ng agent -c ../conf/ -f ../conf/exec.conf -n a1 -Dflume.root.logger=INFO,console
    Info: Sourcing environment configuration script /home/flume/flume-1.9.0/conf/flume-env.sh
    Info: Including Hive libraries found via () for Hive access
    + exec /usr/local/jdk1.8.0_111/bin/java -Xmx20m -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y -Dflume.root.logger=INFO,console -cp '/home/flume/flume-1.9.0/conf:/home/flume/flume-1.9.0/lib/*:/home/flume/flume-1.9.0/plugins.d/data2sql/lib/*:/home/flume/flume-1.9.0/plugins.d/data2sql/libext/*:/lib/*' -Djava.library.path= org.apache.flume.node.Application -f ../conf/exec.conf -n a1
    ERROR: transport error 202: bind failed: 地址已在使用
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    已放弃(吐核)

    解决方式

  • 相关阅读:
    85. Maximal Rectangle
    120. Triangle
    72. Edit Distance
    39. Combination Sum
    44. Wildcard Matching
    138. Copy List with Random Pointer
    91. Decode Ways
    142. Linked List Cycle II
    异或的性质及应用
    64. Minimum Path Sum
  • 原文地址:https://www.cnblogs.com/zhuguangzhe/p/10563238.html
Copyright © 2020-2023  润新知