Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Raghuram_Puram
Contributor III
Contributor III

tHDFSDelete throws error. Directory of File Doesnot Exist.

Hello Experts,

 

I have a simple job that loads data into hive table using tHDFSOutput and tHiveLoad. Job flow is like this:

source->tMap->tHDFSOutput->onCompOK->tHiveLoad

 

The File path am using in tHDFSOutput is the same used in tHiveLoad.

 

Now I want to delete this file after the job load, for which I put a OnSubjobOk on source component and used tHDFSDelete with connection and filepath same as in tHDFSOutput. but it throws error "Directory of File <<FilePath/Filename.txt>> Doesnot Exist"

 

Please help.

 

Regards,

Raghuram

Labels (3)
1 Reply
Anonymous
Not applicable

Hi
For testing, use tHDFSExist to check if the file exist.

Regards
Shong