This is a dedicated watch page for a single video.
A data engineer has scheduled a job that uses the legacy code involving a shell script. The job is scheduled to run every day at 2 PM. The shell script tries to copy a file from /tmp directory on the local file system to the /FileStore directory using the following command: % sh cp / tmp / raw_data . csv / FileStore / data . csv After a few weeks, the data processing team informs the engineering team about the non-availability of the /tmp directory from the past 1 week. The data engineer later found that even after the source directory was unavailable, the job did not fail. What could be the possible reason for this outcome?