vinothchandar commented on issue #736: hoodie-hive-hundle don't have hive jars
URL: https://github.com/apache/incubator-hudi/issues/736#issuecomment-568938832
 
 
   I think the code assumes everything is in the hadoop conf 
   
   ```
   if [ -z "$HADOOP_CONF_DIR" ]; then
     echo "setting hadoop conf dir"
     HADOOP_CONF_DIR="${HADOOP_HOME}/etc/hadoop"
   fi
   ```
   
   In either case, still cant understand how adding conf to the classpath will 
resolve the driver not being found.. is there a direct link? i.e do you know 
why exactly adding the `conf` directory helps? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to