简体   繁体   中英

How to connect with Amazon Redshift from Scala

Is there any scala driver available to connect with redshift or query with redshift?

Or have any idea that how to fetch the data from redshift using:

client = new AmazonRedshiftClient(credentials);

I only found the setup of the cluster using AmazonRedshiftClient but did not found, How to query of data using AmazonRedshiftClient .

要查询redshift,可以使用Spark-Redshift

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM