Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

PutFile adding extra slash

avatar
Rising Star

Hi 

PutFile adds extra slash at the end, which create a unwanted dir with the filename.

Tried using EL to remove the extra slash at the end, but its not working

├── abc101c.csv

│   └── abc101c.csv

├── abc.txt

│   └── abc.txt

├── abcxyz.txt

│   └── abcxyz.txt

├── demo

│   └── xyz.txt

├── fex

│   └── test999.txt

├── folder

│   ├── folder1.txt

│   └── folder.txt

 

Thanks

1 ACCEPTED SOLUTION

avatar
Rising Star

This issue got resolved by removing extra ${filename}.

It can be closed

View solution in original post

1 REPLY 1

avatar
Rising Star

This issue got resolved by removing extra ${filename}.

It can be closed