Hi experts
import from csv file '/tmp/downloads/data/house_info.csv'
into base.house_info
with record delimited by '\n'
field delimited by ','
threads 10
batch 10000;
When I use the above command to load data to table, the system issue:
"Cannot load table from the specified path - /tmp/downloads/data. Please check configuration: csv_import_path_filter"
Why?
Best regards,
Candy Zhang