I am trying to figure out how to run a single test in sqoop. I googled about running a single test in ant, but it seems like it does not work.
I am trying the following, is there a different way of doing this? $ ant test -Dtest="testUserMapping" Thanks, ~Pratik
