hadoop job -list
hadoop job -status your_job_id
long allocatedJVMMemory = Runtime.getRuntime().totalMemory();
long freeJVMMemory = Runtime.getRuntime().freeMemory();
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.