次の Sqoop コマンドを使用して、Oracle データベース内のテーブルを一覧表示しようとしました。
sqoop list-tables --connect jdbc:oracle:thin:@//10.13.25.118:1521/udc.ds.dtvops.net --username xxxx --password xxxx
しかし、私はこのエラーが発生します:
13/11/12 16:34:58 WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P instead.
13/11/12 16:34:58 INFO manager.SqlManager: Using default fetchSize of 1000
13/11/12 16:34:59 INFO manager.OracleManager: Time zone has been set to GMT`
どうすればこれを解決できますか?