I am trying to execute a sqoop action with oozie, the command in sqoop action is like this(with the correct information for database connection)
sqoop import \
--connect jdbc:oracle://localhost/userdb \--username root \
--table mms \
--m 1 \
--target-dir /queryresult