pass datasource for job to AWS Glue client in JAVA

0 votes

How can i mention datasource for AWS glue job in java 

I am using below code and want to mention S3 path to be used as datasource

AWSGlueClient glue = null; // how to instantiate client
StartJobRunRequest jobRunRequest = new StartJobRunRequest();
jobRunRequest.setJobName("TestJob");
StartJobRunResult jobRunResult = glue.startJobRun(jobRunRequest);
Nov 10, 2019 in Java by cheshta
• 120 points
637 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Java

0 votes
1 answer

Can anyone show how to implement SortByValue in Tree Map for Java ?

You can't have the TreeMap itself sort on the ...READ MORE

answered Dec 10, 2018 in Java by Sushmita
• 6,910 points

edited Dec 10, 2018 by Sushmita 533 views
+2 votes
1 answer

How do I ask the Selenium-WebDriver to wait for few seconds in Java?

There are two ways to wait: explicit ...READ MORE

answered Dec 19, 2018 in Java by Daisy
• 8,120 points

edited Dec 19, 2018 by Daisy 582 views
0 votes
1 answer

which maven dependency has to be added for MongoPreparedStatement in java 1.8

You need to define the dependency of a ...READ MORE

answered Jul 30, 2019 in Java by Sirajul
• 59,230 points
1,136 views
+5 votes
4 answers

How to execute a python file with few arguments in java?

You can use Java Runtime.exec() to run python script, ...READ MORE

answered Mar 27, 2018 in Java by DragonLord999
• 8,450 points

edited Nov 7, 2018 by Omkar 79,202 views
+1 vote
3 answers

What is the syntax to declare and initialize an array in java?

You can use this method: String[] strs = ...READ MORE

answered Jul 25, 2018 in Java by samarth295
• 2,220 points
3,128 views
0 votes
1 answer

Is aws glue new service? What data sources does it support?

It's not a new service. And was ...READ MORE

answered May 22, 2019 in AWS by Archana
• 5,640 points
690 views
+1 vote
0 answers

How can i start my AWS - glue job from my java application

i want to start and stop my ...READ MORE

Jul 15, 2019 in AWS by Dhanesh
1,182 views
0 votes
1 answer

Data sources supported by AWS clue

AWS Glue supports data stored in Amazon ...READ MORE

answered Nov 20, 2019 in Cloud Computing by Aleesha
398 views
0 votes
0 answers

Get my metadata into the AWS Glue Data Catalog?

I am pretty new to AWS glue. ...READ MORE

Nov 20, 2019 in AWS by Hannah
• 18,570 points
697 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP