Thanks, that did the work :)

On Thu, Jun 25, 2015 at 5:13 PM, David Tucker <[email protected]> wrote:

> You'll need to make sure of two things :
> WASB jars are included by default with HDFS 2.6 and later.   If you're
> using an earlier version (or simply a stand-alone installation of Drill),
> you'll need to grab the jar files and put them in the class path.
> Your Azure credentials must be in core-site.xml (or another config file
> always loaded by the drill bits)
>
> I've been successful with the following jars on MapR 4.1.0 (which supports
> HDFS 2.5.1) :
>         hadoop-azure = "
> http://repo.spring.io/libs-release-remote/org/apache/hadoop/hadoop-azure/2.7.0/hadoop-azure-2.7.0.jar
> "
>         azure-storage-sdk = "
> http://central.maven.org/maven2/com/microsoft/azure/azure-storage/2.0.0/azure-storage-2.0.0.jar
> "
>
> -- David
>
> On Jun 25, 2015, at 4:01 AM, Daniel Haviv <[email protected]>
> wrote:
>
> > Hi,
> > I'm trying to query Azure's blob storage but when I'm trying to query a
> > hive table that resided on it I'm getting:
> > java.io.IOException: No FileSystem for schem: wasb
> >
> > The FAQ clearly states that Azure Blob storage is supported:
> >
> >   - *Cloud storage*: Amazon S3, Google Cloud Storage, Azure Blog Storage,
> >   Swift
> >
> >
> > Am I doing something wrong ?
> >
> > Thanks,
> > Daniel
>
>

Reply via email to