Skip to content

How to pass temp dir to tdbloader2 #2355

Answered by rvesse
marksmall asked this question in Q&A
Discussion options

You must be logged in to vote

--sort-args=--temporary-directory=/var/lib/tmp should be a valid option to the script AFAICT

If you are running with --debug then you should see some messages like the following:

Sort Temp Directory is on disk ${SORT_DRIVE_INFO[0]} which has ${SORT_DRIVE_INFO[2]}% free space (${SORT_DRIVE_INFO[3]} bytes)

Obviously those variables would be substituted with the real values in your environment

You mention Kubernetes so the one thing that comes to mind is how are you invoking your script? Are you calling it from an entrypoint script in your container image, manually from a shell, via the command and/or args portions of your pod spec?

Whichever of those it is I would make sure you are properl…

Replies: 7 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by afs
Comment options

You must be logged in to vote
1 reply
@rvesse
Comment options

rvesse Mar 18, 2024
Collaborator

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rvesse
Comment options

rvesse Mar 18, 2024
Collaborator

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants