Dremio on OSX with Mapr client/DS

has anyone deployed dremio on OSX and connected to a Hadoop or mapr data sources?
I get this error over and over:
java.io.IOException: Could not create FileClient
at com.mapr.fs.MapRFileSystem.lookupClient(MapRFileSystem.java:650) ~[maprfs-6.0.1-mapr-fixup.jar:na]
at com.mapr.fs.MapRFileSystem.lookupClient(MapRFileSystem.java:703) ~[maprfs-6.0.1-mapr-fixup.jar:na]
at com.mapr.fs.MapRFileSystem.getMapRFileStatus(MapRFileSystem.java:1413) ~[maprfs-6.0.1-mapr-fixup.jar:na]
at com.mapr.fs.MapRFileSystem.getFileStatus(MapRFileSystem.java:1087) ~[maprfs-6.0.1-mapr-fixup.jar:na]
at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1464) ~[hadoop-common-2.7.0-mapr-1803.jar:na]

Hi,

We do not support Dremio on OSX connecting to a MapR system. We recommend you run Dremio on a mapr node.

Thanks Doron
I got around the OSX Mapr client issues by running Dremio in a docker CentOS image with Mapr 6.0.1 client from my OSX machine. Connects to MaprFS, Hive, Hadoop, S3 and Oracle, the datasources we use in prod as of now.