the hive cli will print hadoop logs when run a query, is there a way to remove these logs(only show the job process, i.e. map/reduce process in each task)? the lines below which starts with a date is the log I want to remove
Launching Job 1 out of 5
Number of reduce tasks is set to 0 since there's no reduce operator
17/10/17 17:53:49 INFO client.RMProxy: Connecting to ResourceManager at 10.90.33.172:8032
17/10/17 17:53:50 INFO client.RMProxy: Connecting to ResourceManager at 10.90.33.172:8032
17/10/17 17:53:50 WARN mapreduce.JobSubmitter: Hadoop command-line option parsing not performed. Implement the Tool interface and execute your application with ToolRunner to remedy this.
17/10/17 17:53:51 INFO input.FileInputFormat: Total input paths to process : 1
17/10/17 17:53:51 INFO mapreduce.JobSubmitter: number of splits:0
17/10/17 17:53:51 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1504162679223_3992220
17/10/17 17:53:51 INFO impl.YarnClientImpl: Submitted application application_1504162679223_3992220 to ResourceManager at 10.90.33.172:8032
17/10/17 17:53:51 INFO mapreduce.Job: The url to track the job