Commit e4b11cbb authored by 张彦钊's avatar 张彦钊

change test file

parent dfca0da7
......@@ -5,6 +5,7 @@ MODEL_PATH=/srv/apps/ffm-baseline_git/eda/esmm/Model_pipline
LOCAL_PATH=/home/gmuser/esmm
HDFS_PATH=hdfs://172.16.32.4:8020/strategy/esmm
CLASSPATH=hadoop classpath --glob
echo $CLASSPATH
echo "rm model file"
rm -r ${LOCAL_PATH}/model_ckpt/DeepCvrMTL/20*
......
......@@ -366,7 +366,6 @@ def get_filename(dir_in):
if __name__ == "__main__":
b = time.time()
a = "export CLASSPATH='$(hadoop classpath --glob)'"
os.system(a)
print("环境")
print(os.popen('hadoop classpath --glob').read())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment