What version are you running?
sqoop-1.4.1-incubating__hadoop-0.20
What's the URL of the page containing the problem?
background
What steps will reproduce the problem?
1.run sqoop
2.sqoop export ... 2>&1 | grep WARN
can filter the INFO message
3.sqoop export ... | grep WARN
can not filter the INFO message
What is the expected output? What do you see instead?
sqoop export ... | grep WARN
should not display the INFO message
What operating system are you using? What browser?
Linux localhost.localdomain 3.1.2 #1 SMP Tue Nov 22 18:57:52 CST 2011 x86_64 x86_64 x86_64 GNU/Linux
Please provide any additional information below.
In my opinion, the INFO message should output to stanard output, should not output to stanard error.