I use Zeppelin 0.6.2 with Spark 2.0.1. I want to read files from Azure Blob storage, so I try to include these packages: "*com.microsoft.azure:azure-storage:4.2.0*" and " *org.apache.hadoop:hadoop-azure:2.7.3*".
For some reason, after I include the packages I get this error: Caused by: java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonFactory.requiresPropertyOrdering()Z Is there a workaround?