Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm doing a simple file transformation. I take an input file, map it to an output file, make a field uppercase, and put on disk. Then I use tHDFSPut to put into HDFS.
The file gets uploaded to HDFS, but it's empty. The corresponding file on my local file system is fine.
I get a red "Error!" above the tHDFSPut task (see picture), but there are no compile errors.
The log has no error information in it.
How can I find out what the heck is going on?