Skip to content

Instantly share code, notes, and snippets.

View prasku5's full-sized avatar
๐Ÿ˜€
Hello there!!

prasanna kumar prasku5

๐Ÿ˜€
Hello there!!
View GitHub Profile
sqoop import \
--connect jdbc:mysql://localhost/source_database_name \ (This is the path to access the Source DB using JDBC Driver)
--username <username> \ (Source Database Username)
--password <password> \ (Source Database password)
--database source_database_name \ (The database name will become folder name in target HDFS )
--table Source_table_name \
--as-parquetfile \
-m 4