Guest User

Untitled

a guest
Jul 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. jdbcDF.write
  2. .format("jdbc")
  3. .option("url", "jdbc:mysql://host:3306/schema_name")
  4. .option("dbtable", "schema.tablename")
  5. .option("user", "username")
  6. .option("password", "password")
  7. .option("createTableColumnTypes", "name CHAR(1), num INTEGER")
  8. .save()
Add Comment
Please, Sign In to add comment