Hi All,
Copyfiles.jpg
I have a small problem. I am trying to copy files from my local machine to the HDFS using a regular expression. I have specified the following
File/Folder Source : ${ARCHIVE_LOCATION} (Folder in my local machine.)
File/Folder Destination : ${HDFSSERVER}:${PORT}${TARGETFOLDER}${TARGETFILE} (File)
WildCard : .*abc*\.txt
In the source there is only one file meets the regular expression. But I am getting the error : "Can not copy folder [" to a file (The regular expression is evaluated correctly).
Please find the attached screen shot. Help would be greatly appreciated.
Copyfiles.jpg
I have a small problem. I am trying to copy files from my local machine to the HDFS using a regular expression. I have specified the following
File/Folder Source : ${ARCHIVE_LOCATION} (Folder in my local machine.)
File/Folder Destination : ${HDFSSERVER}:${PORT}${TARGETFOLDER}${TARGETFILE} (File)
WildCard : .*abc*\.txt
In the source there is only one file meets the regular expression. But I am getting the error : "Can not copy folder [" to a file (The regular expression is evaluated correctly).
Please find the attached screen shot. Help would be greatly appreciated.