[BUG] user_tools fails to pick up hadoop_conf_dir when reading from hdfs #1302
Labels
bug
Something isn't working
user_tools
Scope the wrapper module running CSP, QualX, and reports (python)
Describe the bug
Python qual tool runs does not honor
hadoop_conf_dir
when set and uses defaults to read from the HDFS location. This can cause failures (depending on configs that are non-default for that cluster)Steps/Code to reproduce bug
Say the core-site.xml sets up the cluster auth to kerberos, this command will fail due to picking up the default value (simple) instead of the appropriate confs from the environment variable.
Expected behavior
HADOOP_CONF_DIR should be passed by the python tool to the jar in the classpath
-cp <jars>:<tools_jar>:$HADOOP_CONF_DIR/*
Environment details (please complete the following information)
HDFS with some non-default cluster config like kerberos authentication (as an example)
Additional context
This issue
would help catch such bugs earlier
The text was updated successfully, but these errors were encountered: