Repository: sqoop Updated Branches: refs/heads/trunk 7fb097829 -> a803f27dd
SQOOP-1316: Example for use of password file in docs is incorrect (Gwen Shapira via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/a803f27d Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/a803f27d Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/a803f27d Branch: refs/heads/trunk Commit: a803f27ddefc800cd1173002b92939bed613504b Parents: 7fb0978 Author: Jarek Jarcec Cecho <[email protected]> Authored: Sun May 4 14:48:41 2014 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sun May 4 14:48:41 2014 -0700 ---------------------------------------------------------------------- src/docs/user/connecting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/a803f27d/src/docs/user/connecting.txt ---------------------------------------------------------------------- diff --git a/src/docs/user/connecting.txt b/src/docs/user/connecting.txt index 621846a..6a28254 100644 --- a/src/docs/user/connecting.txt +++ b/src/docs/user/connecting.txt @@ -57,7 +57,7 @@ For example: ---- $ sqoop import --connect jdbc:mysql://database.example.com/employees \ - --username venkatesh --passwordFile ${user.home}/.password + --username venkatesh --password-file ${user.home}/.password ---- Another way of supplying passwords is using the +-P+ argument which will
