Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
How to give the value of file mask to get all the files form local directory and to put into HDFS without changing the names of the files using regular expression. When I am giving "*" from filemask and new filename, I am getting file already exist in HDFS error.
Hi @manodwhb It worked with giving "*" to file mask and "" new file names . Thanks for the help.
@GopiSharma ,specify the filemask new name as "" and let me know if you have issue?
@manodwhb now I am not getting any error but not even a single file is copied is to HDFS.
Hi @manodwhb It worked with giving "*" to file mask and "" new file names . Thanks for the help.