标签: scala hdfs
如何使用Scala检查hdfs中是否存在特定目录? REPL上的常规命令是 hdfs dfs -test -e / path ,其中为了确认返回码,我们必须键入 echo $?< / em> 。我们如何使用Scala来实现所有这些目标?