Nino
Contributor
here's an example query I run from ADHOC_CLUSTER:
 
 

 

df_sds = (spark.read
.format("jdbc")
.option("driver", driver)
.option("url", "jdbc:mysql://..../prod_hms")
.option("dbtable", "(select SD_ID, CD_ID, location from SDS) a")
.option("user", "prod_hms_mysql_user")
.option("password", password)
.load()
)​

 

I expected "location" will be the S3 ****bleep** in the original posting). 
Thanks!