Skip to content

Instantly share code, notes, and snippets.

@prasku5
Created May 3, 2018 18:15
Show Gist options
  • Save prasku5/b3905168c32138270ceecaa5551c115b to your computer and use it in GitHub Desktop.
Save prasku5/b3905168c32138270ceecaa5551c115b to your computer and use it in GitHub Desktop.
sqoop list-databases \
--connect jdbc:mysql://localhost/ \ (This is the path to access the Source DB using JDBC Driver)
--username <username> \ (Source Database Username)
--password <password> \ (Source Database password)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment