Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/tmp as backup dir is hardcoded #24

Open
nashvm opened this issue Dec 15, 2021 · 3 comments
Open

/tmp as backup dir is hardcoded #24

nashvm opened this issue Dec 15, 2021 · 3 comments

Comments

@nashvm
Copy link

nashvm commented Dec 15, 2021

Hi,

backups go the /tmp hardcoded.
On our systems /tmp is not big enough., so we change it to an other directory.

Question: can you make the “/tmp” backup dir an option or variable?

export TMPDIR=/opt/cloudera/tmp

changes we need to make:
local_path=“/opt/cloudera/tmp/hdfs_tar_files.${current_time}”
hdfs_bc_path=“/opt/cloudera/tmp/backup.${current_time}"

Regards, Hans

@jtran-cloudera
Copy link
Contributor

Thanks for the report. We will consider making it customizable.

@lhoss
Copy link

lhoss commented Dec 16, 2021

I had exactly the same issue ( /tmp is not big enough), due to 5GB+ CDSW parcel .tar.gz files

@lhoss
Copy link

lhoss commented Dec 20, 2021

Update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants