Hello,
I'm trying to load an XML file using SQL TO HIVE (SQOOP) LKM. I had some problems with some of the sqoop --import properties first, but know i'm stuck with the next error:
- ERROR sqoop.Sqoop: Got exception running Sqoop: java.lang.RuntimeException: Could not load db driver class: com.sunopsis.jdbc.driver.xml.SnpsXmlDriver
java.lang.RuntimeException: Could not load db driver class: com.sunopsis.jdbc.driver.xml.SnpsXmlDriver
I believe that if I place the correct jar under sqoop/lib/ I'll be able to complete the task, but I can't find the jar of that particular driver.
Does anyone has any clue?