vaex.settings.main.home not working #2053
-
hello, I am trying to change where vaex stores files downloaded from s3 and I saw in the documentation that we can do : vaex.settings.main.home = '/home/docs/.vaex but when I do this
when I print |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
I am not 100% sure on this, but try applying the settings right after you import vaex. |
Beta Was this translation helpful? Give feedback.
-
It works 100%. I tested it myself before writing the suggestion. I am on
the latest version of vaex
…On Fri, May 20, 2022 at 10:12 AM Hasham Rasheed ***@***.***> wrote:
I tried that too didn't work. Sorry forgot to mention that
@JovanVeljanoski <https://github.com/JovanVeljanoski>
—
Reply to this email directly, view it on GitHub
<#2053 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AENW4Z3TO4SRILRTERUZTADVK5COPANCNFSM5WF3TAJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Jovan
|
Beta Was this translation helpful? Give feedback.
-
It should be VAEX_HOME, but the other settings VAEX_CACHE_PATH , VAEX_DATA_PATH and VAEX_FS_PATH get initialized at import time relative to VAEX_HOME. So settings vaex.settings.main.home does not change the paths of the others. Hope that makes sense. |
Beta Was this translation helpful? Give feedback.
-
See #2101 |
Beta Was this translation helpful? Give feedback.
I am not 100% sure on this, but try applying the settings right after you import vaex.