python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Environment for print Capture on AWS GLUE
Where can I see, for example, the prints that are written in my AWS GLUE script? Like a terminal screen that shows me the messages that were stored in a print. I need to print the schema being generat...
Rafael Souza
Votes: 0
Answers: 1
Python - return from function without waiting function to finish
I am building an rest API in Python. I am using Connexion Flask. When user called the endpoint providing the input parameter, I need to return the JobId to the user from the endpoint. However, in the ...
Muhammad Khojaye
Votes: 0
Answers: 1
Running multiples files jobs with one sbatch
I want to run N files (N jobs) that are inside N folders that are in my pwd such :
Folder_1
contains file_1
Folder_2
contains file_2
|
|
|
Folder_N
contains file_N
For one file_1 i just have...
haswellrefresh
Votes: 0
Answers: 2
executing a job containing a rest request from another job in talend
So im working with talend esb 8 and i have a job let's call it "restjob" that contains a trestrequest some work and a trestresponse . i want to execute this job in another so i made a new jo...
eya gue
Votes: 0
Answers: 1