Open vanga opened 8 years ago
it need these jars slf4j-log4j12-1.7.5.jar slf4j-api-1.7.5.jar hive-common-1.1.0-cdh5.13.1.jar hive-metastore-1.1.0-cdh5.13.1.jar hive-serde-1.1.0-cdh5.13.1.jar hive-service-1.1.0-cdh5.13.1.jar hive-exec-1.1.0-cdh5.13.1.jar commons-logging-1.2.jar httpclient-4.3.jar httpcore-4.3.jar libthrift-0.9.3.jar hive-jdbc-1.1.0-cdh5.13.1.jar hadoop-common-2.6.0-cdh5.13.1.jar log4j-1.2.17.jar
When there are missing drivers it logs the error like this
logging error shows this which has useful information.
Is it good idea to log and then raise? raising isn't logging the actual error.
Just curious to know if its considered as anti-pattern to log it there? if so how to raise along with the information about the error?