Questions tagged [aws-java-sdk]

The AWS SDK for Java provides a Java API for Amazon Web Services. Using the SDK, you can easily build Java applications that work with Amazon S3, Amazon EC2, DynamoDB, and more.

The AWS SDK for Java provides a Java API for Amazon Web Services. Using the SDK, you can easily build Java applications that work with Amazon S3, Amazon EC2, DynamoDB, and more.

Links

548 questions
2
votes
0 answers

Changing CloudWatch log output from a "Kinesis Data Analytics for Apache Flink" app

Does anyone know how to change the CloudWatch log output from a "Kinesis Data Analytics for Apache Flink" app.? There are two things I'd like to change: The fields in the JSON written to CloudWatch The contents/format of the "message" field (i.e.,…
2
votes
1 answer

Aws S3 Select ScanRange is not working as expected and providing entire file result

I am trying to scan and get a chunk of data from my object in S3 using S3 select using Java SDK. I am using scanRange class to provide the start and end bytes range of the S3 object. The s3 object is a 9MB parquet file having an uncompressed size of…
CodeTalker
  • 1,683
  • 2
  • 21
  • 31
2
votes
1 answer

Difference between AmazonS3 vs S3Client

I am trying to access a pdf stored in s3 bucket . I have bucket name and arn. After going through lot of example I did not understand difference between two services S3Client and AmazonS3 . AmazonS3 s3Client = AmazonS3ClientBuilder.standard() …
Abhishek
  • 21
  • 1
  • 4
2
votes
2 answers

Elasticsearch resthighlevelclient Noclassfound error while indexing data to AWS elasticsearch service

I am trying to index a document to my elasticsearch service aws but i am getting NoClassDeffounderror. I have given my code base below kindly help me to resolve this issue. Elastic search version : 7.1 (In aws) pom dependency :