apt-get install krb5-user
[libdefaults]
default_realm = ABC.TEST
https://www.jetbrains.com/help/idea/creating-virtual-environment.html
Project settings -> Facets -> expand Python click on child -> Python Interpreter
Project settings -> Modules -> Expand module -> Python -> Dependencies -> select Python module SDK
# The following example is for a job that produces daily, parquets partitioned by 'day' column | |
DB="database" | |
BASE_DIR="/output/parquets" | |
TBL="${DB}.table" # name of the impala table | |
PQT="${BASE_DIR}/day" # name of the parent directory containing output-subdirectories (in the format 'day=ddMMyyy') | |
# create/mount impala table | |
impala-shell -q "drop table if exists $TBL; | |
create external table $TBL ( | |
account_id string, |