eevanwong edited a comment on pull request #2168:
URL: https://github.com/apache/drill/pull/2168#issuecomment-781889393
@vvysotskyi you had mentioned you had to use some tricks for maprDB to work
on drill. I've encountered an error when I attempted to test it with mapR
profile.
```
[ERROR] com.mapr.drill.maprdb.tests.MaprDBTestsSuite Time elapsed: 0.009 s
<<< ERROR!
java.lang.NoClassDefFoundError:
org/apache/hadoop/hbase/client/TableDescriptor
at
com.mapr.drill.maprdb.tests.MaprDBTestsSuite.setupTests(MaprDBTestsSuite.java:66
(edited
```
It may have to do with this invalid project model error?
```
Invalid project model for artifact
[drill-java-exec:org.apache.drill.exec:1.19.0-SNAPSHOT]. It will be ignored by
the remote resources Mojo.
```
Also, I just want to confirm that these are from tests with the proper
profiles as I am using the maven interface on intellij

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]