There is another thread for same issue. Solution for now is to install the
dependency locally since it is not in the central repo.
To install locally, run the following command:mvn install:install-file
-Dfile=/opt/apache-drill-1.0.0/jars/drill-java-exec-1.0.0-rebuffed.jar
-DgroupId=org.apache.drill.exec -DartifactId=drill-java-exec
-Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true
mvn install:install-file
-Dfile=/opt/apache-drill-1.0.0/jars/drill-common-1.0.0-rebuffed.jar
-DgroupId=org.apache.drill -DartifactId=drill-common -Dversion=1.0.0
-Dpackaging=jar -DgeneratePom=true
On Thursday, June 25, 2015 2:23 AM, Rajkumar Singh <[email protected]>
wrote:
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.