Created 08-10-2017 08:45 PM
Hi,
how we can redirect all sqoop command stdout and stderror to log file .so that when i run sqoop command it should not show any message in screen .
I am using below but still showing messga e
sqoop command 2>.&1 >>logfile
Created 08-30-2017 06:30 AM
@kumar pmaha You should use Sqoop command > logfile 2>&1 instead. You can achieve the same functionality using Sqoop command &> logfile. Please let me know if you face any issues.
Created 09-06-2017 11:57 AM
@kumar pmaha Can you please update on this and close the issue if resolved?