forked from D-Net/dnet-hadoop
6 lines
95 B
Bash
6 lines
95 B
Bash
|
#!/bin/bash
|
||
|
echo ""
|
||
|
echo "---->Contents of the working directory"
|
||
|
hadoop fs -ls ${workingDir}
|
||
|
|