Dear Drillers,
I have two questions:
(1)
I am trying to compile drill from source. I observe that the building
instructions from the README do not work for me:
git clone https://github.com/apache/drill.git
cd drill
mvn clean install
What happens is that some modules are built successfully but then some
intermediate test fails.
I did manage to build with
mvn clean install -DskipTests=true
After that,
mvn clean install
works as well. This suggests to me that some dependencies between builds
and tests are not configured correctly...
Is this known or intended?
This happens in the master and 1.0.0 branches in the same way.
(2)
Is it possible to build drill from within IntelliJIDEA?
When I checkout the project from github and simply say "Build" it does
not know how to use antlr3 to rebuild the automatically generated parser
code, even though I have installed the ANTLRWorks plugin and the maven3
plugin for antlr3.
Again, this does not depend on whether I am using master or 1.0.0.
Best regards,
Max.