Project

General

Profile

1
#!/bin/bash
2
echo ""
3
echo "---->Contents of the working directory"
4
hadoop fs -ls ${workingDir}
5

    
(2-2/5)