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…
MongoDB详细安装与配置
下载地址 MongoDB安装
1.双击安装包进行安装 2.点击I accept the tems in the license agreement,点击Next 3.选择默认安装路径,点击completem;自定义安装路径,点击custom,点击browse选择路径,…