1.代码命令 1.查看本机IP地址: ip addr 或者 ip a [foxbogon ~]$ ip addre [foxbogon ~]$ ip a 1:<Loopback,U,LOWER-UP> 为环回2网卡 2: ens160: <BROADCAST,MULTICAST,UP,LOWER_UP>为虚拟机自身网卡 2.测试网络联通性: [f…
调试FakeSource,LocalFile
# Set the basic configuration of the task to be performed
env {execution.parallelism 1job.mode "BATCH"
}# Create a source to connect to Mongodb
source {# This is a example source plugin **only for test and d…