Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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