-
Notifications
You must be signed in to change notification settings - Fork 21
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
shutil.which problem?! #2
Comments
you need to read the README and add the apache drill bin folder to the |
That cannot be the only reason |
Correction to my previous statement - the AssertionError is due to missing PATH indeed which I didn't notice is due to using sudo and that doesn't inherit the PATH variable from user. which as far as I can ascertain has something to do with the privilege setting of the /tmp directory |
Resolved |
setting the environment variable for apache-drill solve the above problem But now it is showing How to solve this? Thanks:) |
how did you solve it? |
Hi,
I am getting this error:
File "csv2parquet.py", line 330, in
drill = DrillInstallation()
File "csv2parquet.py", line 203, in init
assert reference_executable is not None
AssertionError
any help?
The text was updated successfully, but these errors were encountered: