Hello All.
I’m trying to load a csv file in HDFS to a table. The “CREATE PIPELINE” command had no error.
But after starting pipeline and select * from the table no data is in the table.
If there is no error with the “CREATE PIPELINE” command, does it mean SingleStore correctly connect to HDFS to get the file? I double checked the DDL of table and input data cause when I tested on S3 to load the file it worked well.
Is there anything I have to check or test for loading from HDFS?