You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Panayotis Trapatsas <p....@pamediakopes.gr> on 2016/11/28 08:02:43 UTC

Zeppelin Integration with Azure Blob Storage

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?