...
2. load the hadoop module when the job starts
module load hadoop
IMPORTANT: do NOT run start-hadoop.sh as the module suggests.
3. instead, run this3. For a persistent file system, start hadoop with the following script:
/opt/packages/hadoop-testing/persist-start.sh
...