Hi I am trying to use Hoodie 0.4.4 jar in spark-shell and when I try to save spark DataFrame as hoodi table I get the exception saying
NoClassDefFoundError: com/uber/hoodie/exception/HoodiException Similar error occurs for HoodieWriteConfig values and DataSourceWriteOptions classes. Do I need to include others jars I can see hoodie-spark-0.4.4.jar is uber fat jar which contains all transitive depenendices? No? Please advise. Thank you.
