Mesos & Hadoop: How to get the running job input data size? Mesos & Hadoop: How to get the running job input data size? hadoop hadoop

Mesos & Hadoop: How to get the running job input data size?


Does hadoop fs -dus satisfy your requirement? Before submit the job to hadoop, calculate the input file size and pass it as params to your executor.