0
嘗試從Spring Boot配置連接MapR沙箱虛擬機。Spring Boot MapR沙箱端口
@Bean FsShell fsShell() {
org.apache.hadoop.conf.Configuration hadoopconfiguration = new org.apache.hadoop.conf.Configuration();
hadoopconfiguration.set("fs.defaultFS", "hdfs://localhost:8020");
return new FsShell(hadoopconfiguration);
}
我正在使用虛擬機。最初使用NAT,然後移動到虛擬機網絡配置的橋接。但它不起作用。