martin-g commented on PR #1593:
URL: 
https://github.com/apache/datafusion-ballista/pull/1593#issuecomment-4343863181

   I am a bit blocked with the new job stage/tasks PR because I can't run the 
tpch.py script to register some more complex jobs due to issues with 
ballista-python.
   
   I have two options:
   1) finish the PR with simple jobs (simple stages/tasks)
   2) someone to export the data after TPCH data and share it with me. I.e. 
`http GET http://.../api/jobs > jobs.json`, `for job_id in $(jq ".[].job_id"); 
do http GET .../api/job/$job_id > job_${job_id}_details.json; http GET 
.../api/job/$job_id/stage > job_${job_id}_stage.json; done`
   
   There is some ongoing work on fixing the issues with pyballista, so I guess 
I will be unblocked soon.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to