Questions tagged [aws-steps]
5 questions
2
votes
0 answers
Return parameters from Aws glue to step function
I have a scenario of executing glue jobs from the step function. If i need to pass the parameters from first glue job to second glue job, How can i achieve that? I researched on it and didn't found any documentation on it.

Sujitha Chinnu
- 123
- 9
1
vote
1 answer
Is there any way to limit the step functions to run one after other?
If I have 3 state machines running how to limit them by executing only one after other
a
b
c
After initializing the state machines I want to run b once a is successful and run c once b is successful.

Swarnitha
- 45
- 7
1
vote
0 answers
Jenkins s3 bucket download
I am trying to download the whole s3 bucket. I am using aws steps package.
Here is my pipeline:
pipeline {
agent any
stages {
stage('S3download') {
steps {
…

Mkd63
- 39
- 7
0
votes
0 answers
Is there any way to copy jar files under emr master node to another location under emr master node?
I had a bootstrap script deplyed in terraform code of emr cluster creation. This bootstrap script HELPS installing QueryGrid on EMR cluster whenver there is an instance up and running. Now, to use hive connector, i need to copy jar files which got…
0
votes
1 answer
Jenkins AWS Steps authentication error accessing s3
Background
I am attempting to upload a file to an AWS S3 bucket in Jenkins. I am using the steps/closures provided by the AWS Steps plugin. I am using an Access Key ID and an Access Key Secret and storing it as a username and password,…

Chris Maggiulli
- 3,375
- 26
- 39