Skip to content

Commit f748411

Browse files
committed
use working pattern
1 parent 2575213 commit f748411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/emr/submit_datagen_job.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ def submit_datagen_job(name,
9696
build_dir = '/ldbc_snb_datagen/build'
9797

9898
if not copy_filter:
99-
copy_filter = f'hdfs://{build_dir}/{format}/{mode}/.*'
99+
copy_filter = f'.*{build_dir}/{format}/{mode}/.*'
100100
else:
101-
copy_filter = f'hdfs://{build_dir}/{copy_filter}'
101+
copy_filter = f'.*{build_dir}/{copy_filter}'
102102

103103
exec_info = get_instance_info(instance_type)
104104

0 commit comments

Comments
 (0)