Please clone the drill-1.0.0 on your local machine and then build it using mvn clean install -DskipTests=true, which will install the required artifacts on your local maven repo.
Rajkumar Singh MapR Technologies > On Jun 25, 2015, at 2:33 PM, Devender Yadav <[email protected]> > wrote: > > As metioned in documentation > (http://drill.apache.org/docs/develop-a-simple-function/?) , I used following > dependency: > > <dependency> > <groupId>org.apache.drill.exec</groupId> > <artifactId>drill-java-exec</artifactId> > <version>1.0.0</version> > </dependency> > > > While building maven project, I got error: > > Missing artifact org.apache.drill.exec:drill-java-exec:jar:1.0.0 > > How to resolve this? > > > ________________________________ > > > > > > > NOTE: This message may contain information that is confidential, proprietary, > privileged or otherwise protected by law. The message is intended solely for > the named addressee. If received in error, please destroy and notify the > sender. Any use of this email is prohibited when received in error. Impetus > does not represent, warrant and/or guarantee, that the integrity of this > communication has been maintained nor that the communication is free of > errors, virus, interception or interference.
