|
@@ -82,7 +82,7 @@ def get_file_list(data_path, config):
|
|
|
logger.info("data_path: {}".format(data_path))
|
|
|
|
|
|
cmd = "hadoop fs -test -e {}".format(data_path)
|
|
|
- ret, out = self._run_cmd(cmd, redirect_stderr=True, retry_times=1)
|
|
|
+ ret, out = hdfs_client._run_cmd(cmd, redirect_stderr=True, retry_times=1)
|
|
|
logger.info("ret: {} out: {}".format(ret, out))
|
|
|
|
|
|
|