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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
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