postgresql - Amazon Redshift: Insert data into table from S3 using Java API -
i have file in s3. issue commands using java aws sdk, take data , place redshift table. if table not exist create table. have been unable find clear examples on how wondering if going wrong way? should using standard postgres java connectors instead of aws sdk?
connect (http://docs.aws.amazon.com/redshift/latest/mgmt/connecting-in-code.html#connecting-in-code-java) , submit create table , copy commands
Comments
Post a Comment