Actually I am having a doubt whether it is possible to run a Hadoop/Spark job without generating Logs.
For example, I should be able to trigger a Spark job using Spark submit but it should not store any logs in any location i.e., our Resource manager or Spark History Server should not be able show any information related to the application. Even information like whether the application is successful or not like that. If that could be done, I would request to provide similar info for Mapreduce job and Hive on Tez job as well.
I googled, but could not find any information on this.