From user-return-1849-apmail-drill-user-archive=drill.apache.org@drill.apache.org Mon Apr 6 11:03:56 2015 Return-Path: X-Original-To: apmail-drill-user-archive@www.apache.org Delivered-To: apmail-drill-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E588D17802 for ; Mon, 6 Apr 2015 11:03:55 +0000 (UTC) Received: (qmail 38259 invoked by uid 500); 6 Apr 2015 11:03:55 -0000 Delivered-To: apmail-drill-user-archive@drill.apache.org Received: (qmail 38187 invoked by uid 500); 6 Apr 2015 11:03:55 -0000 Mailing-List: contact user-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@drill.apache.org Delivered-To: mailing list user@drill.apache.org Received: (qmail 38175 invoked by uid 99); 6 Apr 2015 11:03:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 11:03:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alexander.v.reshetov@gmail.com designates 74.125.82.42 as permitted sender) Received: from [74.125.82.42] (HELO mail-wg0-f42.google.com) (74.125.82.42) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 11:03:51 +0000 Received: by wgbdm7 with SMTP id dm7so23962672wgb.1 for ; Mon, 06 Apr 2015 04:02:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=/NR89h5WpcTBrcTKG5qcoAfHMjo6FO3N5mPhYIaJGZU=; b=gn5hJB1Zl8tyfpjmn5DClXX1rP3z3MgXXQJu6CM/hgY/O7j+YqOg7zBtDy6SBaQwnm qMNqi5s/2E8Kv3ppxQmTZDZkWhXP5bM2SUtIW4TFaOMQ9IF7YwBB2fDAuUEi7kCo3Rvr Bh4ci0borcYnO+h71cTZw6FwJ8riSyS+pZNzg0HQOQP7XA9KfVSkLf9cYOBOUAuK8vyd PGWMUTy/GA9jkh/rJtdiYgXy5EUIxjlCnw/oc+3eZnQKXv82axe+dA71Ya167wHoTwYn FjruxsrqsobU6YgVS9P0Mi0tDvC5E7SESnmfr4/nI4HHqJv324zivRAKaLhPOCAdo+KK 5ueg== MIME-Version: 1.0 X-Received: by 10.180.75.212 with SMTP id e20mr29186506wiw.26.1428318120406; Mon, 06 Apr 2015 04:02:00 -0700 (PDT) Received: by 10.28.56.196 with HTTP; Mon, 6 Apr 2015 04:02:00 -0700 (PDT) Date: Mon, 6 Apr 2015 14:02:00 +0300 Message-ID: Subject: Re: Compile drill-0.9 problems From: Alexander Reshetov To: user@drill.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, Seems that you have some old packages cached, which was upgraded in latest clone. Try to use -U flag for maven to force update of dependencies: mvn clean install -U -Dskiptests Please note that this option will cause update of all packages. On Mon, Apr 6, 2015 at 10:25 AM, fanrsh@inspur.com wrot= e: > Hi, > when i compile drill,i use "mvn clean install -Dskiptests",when install "= drill-storage-hive-core" project,some problems comes: > [ERROR] Failed to execute goal on project drill-storage-hive-core: > Could not resolve dependencies for project org.apache.drill.contrib.stor= age-hive:drill-storage-hive-core:jar:0.9.0-SNAPSHOT: Failure to find org.ap= ache.drill.exec:drill-java-exec:jar:tests:0.9.0-SNAPSHOT in http://reposito= ry.mapr.com/nexus/content/repositories/drill-optiq/ was cached in the local= repository, resolution will not be reattempted until the update interval o= f mapr-drill-optiq-snapshots has elapsed or updates are forced -> [Help 1] > > Could you help me? Thx. > > > > > > >